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

H

handleError(Throwable) - Method in class info.sswap.api.servlet.AsyncRIGInvocation
 
handleError(String, Throwable) - Method in class info.sswap.api.servlet.AsyncRIGInvocation
 
handleGet(HttpServletRequest, HttpServletResponse) - Method in class info.sswap.api.servlet.CacheHandler
Handles an HTTP GET request for the cache
handleGet(HttpServletRequest, HttpServletResponse) - Method in class info.sswap.api.servlet.ContentCacheHandler
Handles an HTTP GET request for the cache
handleInconsistentOntologyException(InconsistentOntologyException) - Method in class info.sswap.impl.empire.model.ReasoningServiceImpl
 
handleRequest(RIG) - Method in class info.sswap.api.servlet.AbstractSSWAPServlet
Override this method to convert an incoming Resource Invocation Graph RIG into an outgoing Resource Response Graph RRG.
handleRequest(RIG) - Method in class info.sswap.api.servlet.LegacyServiceWrapperServlet
 
handleRequest(RIG) - Method in class info.sswap.api.servlet.SimpleSSWAPServlet
This method is marked protected solely for package access purposes.
handleRequest(RIG) - Method in class info.sswap.ontologies.exec.impl.ExecImpl
This method is marked protected solely for package access purposes and should not be called directly nor overridden.
HAS_LABEL - Static variable in class info.sswap.api.input.io.SSWAPDeserializer
 
HAS_MAPPING - Static variable in class info.sswap.impl.empire.Vocabulary
 
hasDeclaredType(Model, Resource, Resource) - Static method in class info.sswap.impl.empire.model.ModelUtils
Checks whether a resource has a certain declared (rdf:type) type.
hasErrorCode() - Method in interface info.sswap.api.http.HTTPResponse
Return whether or not this has an error result
hasErrorCode() - Method in class info.sswap.impl.http.AbstractHTTPResponse
 
hashCode() - Method in class info.sswap.api.input.impl.AtomicInputImpl
 
hashCode() - Method in class info.sswap.api.input.impl.BNodeValueImpl
 
hashCode() - Method in class info.sswap.api.input.impl.EnumeratedInputImpl
 
hashCode() - Method in class info.sswap.api.input.impl.IntersectionInputImpl
 
hashCode() - Method in class info.sswap.api.input.impl.LiteralValueImpl
 
hashCode() - Method in class info.sswap.api.input.impl.PropertyInputImpl
 
hashCode() - Method in class info.sswap.api.input.impl.UnionInputImpl
 
hashCode() - Method in class info.sswap.api.input.impl.URIValueImpl
 
hashCode() - Method in class info.sswap.impl.empire.model.DatatypeImpl
Overridden hash code method to make sure that the generated hashcodes are consistent with the overriden equals() method.
hashCode() - Method in class info.sswap.impl.empire.model.IndividualImpl
Overridden hash code method to make sure that the generated hashcodes are consistent with the overriden equals() method.
hashCode() - Method in class info.sswap.impl.empire.model.Literal
Overridden hash code method to make sure that the generated hashcodes are consistent with the overriden equals() method.
hashCode() - Method in class info.sswap.impl.empire.model.PredicateImpl
Overridden hash code method to make sure that the generated hashcodes are consistent with the overriden equals() method.
hashCode() - Method in class info.sswap.impl.empire.model.PropertyImpl
Overridden hash code method to make sure that the generated hashcodes are consistent with the overriden equals() method.
hashCode() - Method in class info.sswap.impl.empire.model.ReasoningServiceImpl.ReasoningTaskBase.ClassIndividualMapping
Overrided hashCode() method to maintain consistency with equals().
hashCode() - Method in class info.sswap.impl.empire.model.SourceModelImpl
Overridden hash code method to make sure that the generated hashcodes are consistent with the overriden equals() method.
hashCode() - Method in class info.sswap.impl.empire.model.TypeImpl
Overridden hash code method to make sure that the generated hashcodes are consistent with the overriden equals() method.
hasJenaModel() - Method in class info.sswap.impl.empire.model.SourceModelImpl
 
hasKnownScheme(String) - Static method in class info.sswap.impl.empire.model.ModelUtils
Checks whether the URI has a known scheme (i.e., registered by IANA).
hasLiteralData(SSWAPIndividual) - Static method in class info.sswap.ontologies.data.api.DataFactory
 
hasMaxCardinality() - Method in class info.sswap.api.input.impl.PropertyInputImpl
hasMaxCardinality() - Method in interface info.sswap.api.input.PropertyInput
 
hasMinCardinality() - Method in class info.sswap.api.input.impl.PropertyInputImpl
hasMinCardinality() - Method in interface info.sswap.api.input.PropertyInput
 
hasSourceModel() - Method in class info.sswap.impl.empire.model.ModelImpl
Checks whether this model has a source model associated with it
hasSourceModelWithEntityManager() - Method in class info.sswap.impl.empire.model.ModelImpl
Checks whether this model has a source model associated with it that has an entity manager.
hasValue - Variable in class info.sswap.api.input.InputValidator
 
hasValue(SSWAPPredicate, SSWAPElement) - Method in interface info.sswap.api.model.SSWAPIndividual
Checks whether the individual has a property with the specified value for the predicate.
hasValue(SSWAPElement) - Method in interface info.sswap.api.model.SSWAPIndividual
Retrieves all properties of the individual with the specified value (regardless of the predicate of these properties)
hasValue(SSWAPPredicate, SSWAPElement) - Method in class info.sswap.impl.empire.model.IndividualImpl
 
hasValue(SSWAPElement) - Method in class info.sswap.impl.empire.model.IndividualImpl
 
hasValue(URI, URI) - Method in class info.sswap.ontologies.data.impl.AbstractData
Returns true if any instance of the predicate has the given value; false otherwise.
hexBinary - Static variable in interface info.sswap.api.model.SSWAPDatatype.XSD
xsd:hexBinary
HIERARCHY_PROPERTIES - Static variable in class info.sswap.impl.empire.io.ClosureBuilder
 
hotboxDir - Static variable in class info.sswap.ontologies.exec.impl.HotboxPollerImpl
 
hotboxPath - Variable in class info.sswap.ontologies.exec.impl.ExecImpl
Optional "hotboxPath" as defined in web.xml.
hotboxPath - Static variable in class info.sswap.ontologies.exec.impl.HotboxPollerImpl
 
HotboxPoller - Interface in info.sswap.ontologies.exec.api
A hotbox poller polls (scans) a directory on a recurring interval (e.g. 5 seconds).
hotboxPoller - Variable in class info.sswap.ontologies.exec.impl.ExecImpl
The hotbox poller; may be null if not invoked
HotboxPollerImpl - Class in info.sswap.ontologies.exec.impl
Implementation of a hotbox poller: the class "polls"--repeatedly checks after a pre-set delay--the contents of a "hotbox" directory.
HotboxPollerImpl() - Constructor for class info.sswap.ontologies.exec.impl.HotboxPollerImpl
 
HotboxPollerImpl.DaemonThread - Class in info.sswap.ontologies.exec.impl
 
HotboxPollerImpl.DaemonThread() - Constructor for class info.sswap.ontologies.exec.impl.HotboxPollerImpl.DaemonThread
 
HotboxPollerImpl.JSONFilenameFilter - Class in info.sswap.ontologies.exec.impl
 
HotboxPollerImpl.JSONFilenameFilter() - Constructor for class info.sswap.ontologies.exec.impl.HotboxPollerImpl.JSONFilenameFilter
 
HotboxPollerImpl.SingletonHolder - Class in info.sswap.ontologies.exec.impl
 
HotboxPollerImpl.SingletonHolder() - Constructor for class info.sswap.ontologies.exec.impl.HotboxPollerImpl.SingletonHolder
 
HTTP_API_URI_DEFAULT - Static variable in class info.sswap.api.model.Config
The default URI for HTTP API, if not otherwise specified.
HTTP_API_URI_KEY - Static variable in class info.sswap.api.model.Config
The URI of the publicly accessible instance of HTTP/JSON API (used by classes in info.sswap.api.http).
HTTPAPI - Class in info.sswap.api.spi
Accessor class to get HTTPClient and HTTPProviders.
HTTPAPI() - Constructor for class info.sswap.api.spi.HTTPAPI
 
HTTPAPIImpl - Class in info.sswap.impl.http
 
HTTPAPIImpl() - Constructor for class info.sswap.impl.http.HTTPAPIImpl
 
HTTPAPIImpl.PDGResponse - Class in info.sswap.impl.http
Exposes access to both a ready-to-use PDG on success or a network response object on failure.
HTTPAPIImpl.PDGResponse(PDG, Response) - Constructor for class info.sswap.impl.http.HTTPAPIImpl.PDGResponse
Constructor to set the PDG and network response data; not needed by most users.
HTTPAPIImpl.RDGResponse - Class in info.sswap.impl.http
Exposes access to both a ready-to-use RDG on success or a network response object on failure.
HTTPAPIImpl.RDGResponse(RDG, Response) - Constructor for class info.sswap.impl.http.HTTPAPIImpl.RDGResponse
Constructor to set the RDG and network response data; not needed by most users.
HTTPAPIImpl.RIGResponse - Class in info.sswap.impl.http
Exposes access to both a ready-to-use RIG on success or a network response object on failure.
HTTPAPIImpl.RIGResponse(RIG, Response) - Constructor for class info.sswap.impl.http.HTTPAPIImpl.RIGResponse
Constructor to set the RIG and network response data; not needed by most users.
HTTPAPIImpl.RQGResponse - Class in info.sswap.impl.http
Exposes access to both a ready-to-use RQG on success or a network response object on failure.
HTTPAPIImpl.RQGResponse(RQG, Response) - Constructor for class info.sswap.impl.http.HTTPAPIImpl.RQGResponse
Constructor to set the RQG and network response data; not needed by most users.
HTTPAPIImpl.RRGResponse - Class in info.sswap.impl.http
Exposes access to both a ready-to-use RRG on success or a network response object on failure.
HTTPAPIImpl.RRGResponse(RRG, Response) - Constructor for class info.sswap.impl.http.HTTPAPIImpl.RRGResponse
Constructor to set the RRG and network response data; not needed by most users.
HTTPAPIImpl.RRGResponse(RRG, Response, Exception) - Constructor for class info.sswap.impl.http.HTTPAPIImpl.RRGResponse
Constructor to set the RRG and an exception; not needed by most users.
HTTPBasicAuthenticationAccessor - Class in info.sswap.ontologies.data.impl
Implementation of a HTTP Basic Authentication Accessor
HTTPBasicAuthenticationAccessor(String, String) - Constructor for class info.sswap.ontologies.data.impl.HTTPBasicAuthenticationAccessor
HTTP Basic Authentication Accessor
HTTPBasicAuthImpl - Class in info.sswap.ontologies.data.impl
Implementation of support for HTTP Authentication for resource data
HTTPBasicAuthImpl(SSWAPIndividual, String, String) - Constructor for class info.sswap.ontologies.data.impl.HTTPBasicAuthImpl
Construct HTTP Authentication access.
HTTPClient - Interface in info.sswap.api.http
Access the HTTP API within the Java API.
HTTPClient.RIGResponse - Interface in info.sswap.api.http
Access to get an RIG on success or a network response object (via the superinterface) on failure.
HTTPClient.RQGResponse - Interface in info.sswap.api.http
Access to get an RQG on success or a network response object (via the superinterface) on failure.
httpConn(URLConnection) - Static method in class info.sswap.impl.empire.model.ModelUtils
Casts the given connection to an HTTP connection
httpConn(URL) - Static method in class info.sswap.impl.empire.model.ModelUtils
Creates a new HTTP connection for the given URL.
httpConn(URL, HttpURLConnection, Map<String, List<String>>) - Static method in class info.sswap.impl.empire.model.ModelUtils
Creates a new HTTP connection for the given URL and copies the settings from the given connection and request properties.
HTTPProvider - Interface in info.sswap.api.http
Access the HTTP API within the Java API.
HTTPProvider.PDGResponse - Interface in info.sswap.api.http
Exposes access to both a ready-to-use Provider Description Graph (PDG) on success or a network response object on failure.
HTTPProvider.RDGResponse - Interface in info.sswap.api.http
Exposes access to both a ready-to-use Resource Description Graph (RDG) on success or a network response object on failure.
HTTPProvider.RRGResponse - Interface in info.sswap.api.http
Exposes access to both a ready-to-use Resource Response Graph (RRG) on success or a network response object on failure.
HTTPResponse - Interface in info.sswap.api.http
Response information from a HTTP network call.

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