A B C D E F G H I J L M N O P Q R S T U V W

I

ICON - Static variable in class info.sswap.http.representation.SSWAPVocabulary
sswap:icon
ID - Static variable in class info.sswap.http.representation.DefaultValueConstants
Default value for xsd:ID
ID_REF - Static variable in class info.sswap.http.representation.DefaultValueConstants
Default value for xsd:IDREF
Imports - Class in info.sswap.http.representation
Contains imports definitions
Imports(Collection<String>) - Constructor for class info.sswap.http.representation.Imports
Creates the new imports definition
imports - Variable in class info.sswap.http.representation.Imports
The list of imports (URIs)
IMPORTS - Static variable in class info.sswap.http.representation.json.JsonKeywords
Keyword used as one of the top-level keys in a message.
imports - Variable in class info.sswap.http.representation.Message
The information about ontologies that should be imported.
individuals - Variable in class info.sswap.http.representation.EntityMessage
 
info.sswap.http - package info.sswap.http
 
info.sswap.http.representation - package info.sswap.http.representation
 
info.sswap.http.representation.json - package info.sswap.http.representation.json
 
info.sswap.http.representation.rdf - package info.sswap.http.representation.rdf
 
info.sswap.http.rest - package info.sswap.http.rest
 
info.sswap.http.util - package info.sswap.http.util
 
init(ServletConfig) - Method in class info.sswap.http.SSWAPProxyServlet
Visibility for package access purposes only.
initEntityMessage(EntityMessage, JSONObject, Map<String, String>) - Static method in class info.sswap.http.representation.json.JsonMessageFactory
Initializes the fields in Entity message based on the data read from JSON.
initializeAnonymousType(SSWAPType, Entity) - Method in class info.sswap.http.rest.TypeFactory
Initializes an anonymous type (that is not a restriction).
initializedEntities - Variable in class info.sswap.http.rest.EntityFactory
 
initializeNamedType(SSWAPType, Entity) - Method in class info.sswap.http.rest.TypeFactory
Initializes a named type.
initializeOntology(SSWAPIndividual, Entity) - Method in class info.sswap.http.rest.OntologyFactory
 
initializeProperties(SSWAPIndividual, Entity, Collection<String>) - Method in class info.sswap.http.rest.EntityFactory
 
initializeProperties(SSWAPIndividual, Entity) - Method in class info.sswap.http.rest.EntityFactory
Initializes SSWAPProperties/SSWAPTypes for the entity
initializeProperty(SSWAPPredicate, Entity) - Method in class info.sswap.http.rest.PropertyFactory
Initializes an empty SSWAPPredicate during its creation process.
initializePropertyTypes(SSWAPPredicate, Entity, PropertyFactory.PropertyType) - Method in class info.sswap.http.rest.PropertyFactory
Initializes property definition with type information (via rdf:type statements) based on the information explicitly declared in the JSON definition and type information guessed from the heuristics.
initializePropertyValue(SSWAPIndividual, Property, Value) - Method in class info.sswap.http.rest.EntityFactory
 
initializeTypeProperty(SSWAPIndividual, Value) - Method in class info.sswap.http.rest.EntityFactory
Initializes rdf:type property.
initMessage(Message, JSONObject, Map<String, String>) - Static method in class info.sswap.http.representation.json.JsonMessageFactory
Initializes the fields of the most base class (Message) with the data read from JSON.
initPDGMessage(PDGMessage, JSONObject, Map<String, String>) - Static method in class info.sswap.http.representation.json.JsonMessageFactory
 
initRDGMessage(ProtocolMessage, JSONObject, Map<String, String>, boolean) - Static method in class info.sswap.http.representation.json.JsonMessageFactory
Initializes the fields in RDG message based on the data read from JSON.
INPUT_URI - Static variable in class info.sswap.http.representation.SSWAPVocabulary
sswap:inputURI
INSTANCE - Static variable in class info.sswap.http.rest.OntologyFactory
 
instance - Static variable in class info.sswap.http.rest.PropertyFactory
The single instance of this factory.
instance - Static variable in class info.sswap.http.rest.TypeFactory
The single instance of this class.
INT - Static variable in class info.sswap.http.representation.DefaultValueConstants
Default value for xsd:int
INTEGER - Static variable in class info.sswap.http.representation.DefaultValueConstants
Default value for xsd:integer
internalRepresentation - Variable in class info.sswap.http.representation.LiteralValue
The internal representation of the value as string.
InternalServerErrorException - Exception in info.sswap.http.rest
An exception generated when an unexpected exception is caught.
InternalServerErrorException() - Constructor for exception info.sswap.http.rest.InternalServerErrorException
Creates an exception that will generate a generic "500 Internal Server Error" response
InternalServerErrorException(String) - Constructor for exception info.sswap.http.rest.InternalServerErrorException
Creates an exception that will generate a "500" HTTP response with a specified message (typed text/plain).
InvalidParametersException - Exception in info.sswap.http.rest
An exception generated for requests with bad or unacceptable parameter values.
InvalidParametersException() - Constructor for exception info.sswap.http.rest.InvalidParametersException
Creates an exception that will generate a generic "400 Bad request" response
InvalidParametersException(String) - Constructor for exception info.sswap.http.rest.InvalidParametersException
Creates an exception that will generate a "400" HTTP response with a specified message (typed text/plain).
isAnnotationPredicate(String, SSWAPDocument) - Method in class info.sswap.http.rest.TypeFactory
 
isArray() - Method in class info.sswap.http.representation.ArrayValue
 
isArray() - Method in interface info.sswap.http.representation.Value
Checks whether this value is an array of values.
isArray() - Method in class info.sswap.http.representation.ValueBase
 
isBoolean() - Method in class info.sswap.http.representation.LiteralValue
 
isBoolean() - Method in interface info.sswap.http.representation.Value
Checks whether this value can be as a boolean (i.e., contains "true" or "false", case insensitive)
isBoolean() - Method in class info.sswap.http.representation.ValueBase
 
isCacheAPI() - Static method in class info.sswap.http.SSWAPEnvironment
 
isDouble() - Method in class info.sswap.http.representation.LiteralValue
 
isDouble() - Method in interface info.sswap.http.representation.Value
Checks whether this value can be represented as a double
isDouble() - Method in class info.sswap.http.representation.ValueBase
 
isEntity() - Method in class info.sswap.http.representation.Entity
 
isEntity() - Method in interface info.sswap.http.representation.Value
Checks whether this value is an entity.
isEntity() - Method in class info.sswap.http.representation.ValueBase
 
isInteger() - Method in class info.sswap.http.representation.LiteralValue
 
isInteger() - Method in interface info.sswap.http.representation.Value
Checks whether this value is a valid integer.
isInteger() - Method in class info.sswap.http.representation.ValueBase
 
isLiteral() - Method in class info.sswap.http.representation.LiteralValue
 
isLiteral() - Method in interface info.sswap.http.representation.Value
Checks whether this value is a literal (i.e., not an array or entity)
isLiteral() - Method in class info.sswap.http.representation.ValueBase
 
isMarked(String) - Static method in class info.sswap.http.util.EntityUtil
Checks whether the string has markings at the beginning (<) and the end (>)
isMarkedEntityURI(String) - Static method in class info.sswap.http.util.EntityUtil
Checks whether the given value is a URI with entity markers (i.e., surrounded by < and >) This kind of marking is used to mark URIs of entities in contexts where it is not certain whether the value is a URI or a literal typed xsd:anyURI.
isMediaTypeAcceptable(MediaType) - Method in class info.sswap.http.representation.rdf.ModelWriter
Checks whether mediaType is one of the acceptable MIME types (currently only RDF formats are acceptable).
isOntology(Entity) - Method in class info.sswap.http.rest.OntologyFactory
 
isReserved(String) - Static method in class info.sswap.http.util.EntityUtil
 
isTestMode() - Static method in class info.sswap.http.SSWAPEnvironment
 
isUnknownReserved(String, SSWAPDocument) - Static method in class info.sswap.http.util.EntityUtil
 
isUsedAsObject(String, Collection<Mapping>) - Method in class info.sswap.http.rest.ProtocolFactory
 
isUsedAsSubject(String, Collection<Mapping>) - Method in class info.sswap.http.rest.ProtocolFactory
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class info.sswap.http.representation.rdf.ModelWriter
Checks whether this writer is capable of producing the output for the given object and the requested MIME type.

A B C D E F G H I J L M N O P Q R S T U V W
Copyright (c) 2010, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.