- clearDependencies(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
-
Liberates the selected ontology from all its bindings with other ontologies, excluding ontology
collectors.
- clearOntologyCollectorListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorListenable
-
- clearScopeEventListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListenable
-
Unregisters all the scope event listeners registered with this object.
- clearScopeRegistrationListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
-
- clearScopes() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
-
Removes all references to ontology scopes, thus leaving the session data as standalone.
- clearSessionListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionListenable
-
Clears the pool of registered session listeners.
- close() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
-
Closes this Session irreversibly.
- collector - Variable in exception org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorModificationException
-
The affected ontology collector.
- CONFIG_ONTOLOGY_PATH - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
-
The key used to configure the path of the ontology network configuration.
- CONNECTIVITY_POLICY - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
-
The key used to configure the connectivity policy.
- CONNECTIVITY_POLICY - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
-
The key used to configure the connectivity policy.
- containsScope(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
-
- CoreOntologySpace - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
-
- create(IRI) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.io.Origin
-
Creates a new Origin for a resource that can be retrieved by dereferencing the given IRI as an URL.
- create(OWLOntologyID) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.io.Origin
-
Creates a new Origin for a resource whose public key is known.
- create(IRI) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.io.Origin
-
Creates a new Origin for a resource that can be retrieved by querying a Clerezza store for a graph with
the given name.
- createBlankOntologyEntry(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
- createCoreOntologySpace(String, OntologyInputSource<?>...) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.OntologySpaceFactory
-
Creates and sets up a default core ontology space.
- createCustomOntologySpace(String, OntologyInputSource<?>...) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.OntologySpaceFactory
-
Creates and sets up a default custom ontology space.
- createOntologyScope(String, OntologyInputSource<?>...) - Method in interface org.apache.stanbol.ontologymanager.ontonet.api.scope.OntologyScopeFactory
-
- createOntologyScope(String, OntologyInputSource<?>...) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeFactory
-
Creates and returns a new ontology scope with the core space ontologies obtained from
coreSource and the custom space not set.
- createOntologySpace(String, OntologySpace.SpaceType, OntologyInputSource<?>...) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.OntologySpaceFactory
-
Creates an ontology space of the specified type.
- createSession() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
-
Generates and registers a new session and assigns a unique session ID generated internally.
- createSession(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
-
Generates and registers a new session and tries to assign it the supplied session ID.
- createSessionID() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionIDGenerator
-
Generates a new context-free session ID.
- createSessionID(Set<String>) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionIDGenerator
-
Generates a new session ID that is different from any IRI in the
exclude set.
- CustomOntologySpace - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
-
- decode(String) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyUtils
-
Extracts an OWL Ontology ID from its standard string form.
- DEFAULT_NS - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.OfflineConfiguration
-
The key used to configure the base namespace of the ontology network.
- DEPENDS_ON - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property dependsOn.
- DEPENDS_ON_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property dependsOn (in IRI form).
- deregisterScope(Scope) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
-
Removes an ontology scope from this registry, thus deactivating the scope and all of its associated
spaces.
- destroySession(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
-
Deletes the session identified by the supplied sessionID and releases its resources.
- detachScope(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
-
Instructs the session to no longer reference the supplied ontology scope.
- dupe - Variable in exception org.apache.stanbol.ontologymanager.servicesapi.collector.DuplicateIDException
-
The duplicate identifier
- DuplicateIDException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.collector
-
Deprecated.
- DuplicateIDException(String) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.collector.DuplicateIDException
-
Deprecated.
Creates a new instance of DuplicateIDException.
- DuplicateIDException(String, String) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.collector.DuplicateIDException
-
Deprecated.
Creates a new instance of DuplicateIDException.
- DuplicateIDException(String, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.collector.DuplicateIDException
-
Deprecated.
Creates a new instance of DuplicateIDException.
- DuplicateIDException - Exception in org.apache.stanbol.ontologymanager.servicesapi.collector
-
Indicates an attempt to illegally create a resource by assigning it an IRI that already identifies another
known resource.
- DuplicateIDException(String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.collector.DuplicateIDException
-
Creates a new instance of DuplicateIDException.
- DuplicateIDException(String, String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.collector.DuplicateIDException
-
Creates a new instance of DuplicateIDException.
- DuplicateIDException(String, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.collector.DuplicateIDException
-
Creates a new instance of DuplicateIDException.
- DuplicateSessionIDException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.session
-
Deprecated.
- DuplicateSessionIDException(String) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.session.DuplicateSessionIDException
-
Deprecated.
- DuplicateSessionIDException(String, String) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.session.DuplicateSessionIDException
-
Deprecated.
- DuplicateSessionIDException(String, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.session.DuplicateSessionIDException
-
Deprecated.
- DuplicateSessionIDException - Exception in org.apache.stanbol.ontologymanager.servicesapi.session
-
Thrown when attempting to create a
Session by forcing a session ID that is already registered, even
if it used to be associated to a session that has been destroyed.
- DuplicateSessionIDException(String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.session.DuplicateSessionIDException
-
- DuplicateSessionIDException(String, String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.session.DuplicateSessionIDException
-
- DuplicateSessionIDException(String, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.session.DuplicateSessionIDException
-
- getActiveScopes() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
-
- getActiveSessionLimit() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
-
Gets the number of sessions that can be simultaneously active and managed by this session manager.
- getAttachedScopes(String) - Method in class org.apache.stanbol.ontologymanager.ontonet.api.OntologyNetworkConfiguration
-
Deprecated.
- getAttachedScopes() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
-
Gets the identifiers of the scopes currently attached to this session.
- getBaseIRI() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionIDGenerator
-
Returns the base IRI for all generated IDs to start with.
- getCollectorHandles() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyHandleException
-
- getConnectivityPolicy() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OWLExportable
-
Returns the connectivity policy adopted by this object when exported to an OWL artifact.
- getCoreOntologies(OWLOntology, String) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyNetworkConfigurationUtils
-
Returns all the IRIs to be loaded in the core space of the scope
- getCoreOntologyKeysForScope(String) - Method in class org.apache.stanbol.ontologymanager.ontonet.api.OntologyNetworkConfiguration
-
Deprecated.
- getCoreSpace() - Method in interface org.apache.stanbol.ontologymanager.ontonet.api.scope.OntologyScope
-
Deprecated.
- getCoreSpace() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.Scope
-
Returns the core ontology space for this ontology scope.
- getCustomOntologies(OWLOntology, String) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyNetworkConfigurationUtils
-
Returns all the resources to be part of the Custom space
- getCustomOntologyKeysForScope(String) - Method in class org.apache.stanbol.ontologymanager.ontonet.api.OntologyNetworkConfiguration
-
Deprecated.
- getCustomSpace() - Method in interface org.apache.stanbol.ontologymanager.ontonet.api.scope.OntologyScope
-
Deprecated.
- getCustomSpace() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.Scope
-
Returns the custom ontology space for this ontology scope.
- getDefaultNamespace() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.NamedArtifact
-
Returns the namespace that should prefix the ID of this resource and all the resources managed thereby.
- getDefaultOntologyNetworkNamespace() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.OfflineConfiguration
-
Returns the namespace that will be used as the prefix for all named artifacts when exported to RDF/OWL,
unless overridden manually (e.g. by calling the RESTful API on another base IRI).
- getDependencies(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
-
Returns all the ontologies that the supplied ontology depends on, if any.
- getDependents(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
-
Returns all the ontologies that depend on the supplied ontology, if any.
- getDependingOntologies() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyHandleException
-
- getDuplicateID() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.collector.DuplicateIDException
-
Returns the IRI that identifies the existing resource.
- getHandles(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
-
Not just the IDs because spaces and sessions can share identifiers.
- getID() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.NamedArtifact
-
Returns a string (assumed to be unique in the system) that identifies this resource.
- getImportManagementPolicy() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
Gets the policy adopted by this provider whenever an import statement is found in an ontology that
has already been loaded (e.g. when exporting it).
- getIRISuffix() - Method in enum org.apache.stanbol.ontologymanager.servicesapi.scope.OntologySpace.SpaceType
-
Returns the preferred string to be attached to an ontology scope IRI (assuming it ends with a hash
or slash character) in order to reference the included ontology space.
- getKey(IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
- getKey(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
- getManagedOntologies(Class<O>, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
-
- getMetaGraph(Class<O>) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
Returns the graph that stores all the information on stored ontologies.
- getNamespace() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.NamedArtifact
-
- getOfflineConfiguration() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
-
Returns the offline configuration set for this ontology network manager, if any.
- getOntologies() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.io.SetInputSource
-
Returns the ontologies in this input source
- getOntology(IRI, Class<O>) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
-
- getOntology(IRI, Class<O>, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
-
- getOntology(IRI, Class<O>, boolean, IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
-
- getOntology(IRI, Class<O>, IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
-
- getOntology(OWLOntologyID, Class<O>) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
-
Returns the managed ontology with the specified public key as a Java object of the specified type, if
supported.
- getOntology(OWLOntologyID, Class<O>, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
-
Returns the managed ontology with the specified public key as a Java object of the specified type, if
supported.
- getOntology(OWLOntologyID, Class<O>, boolean, IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
-
Returns the managed ontology with the specified public key as a Java object of the specified type, if
supported.
- getOntology(OWLOntologyID, Class<O>, IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
-
Returns the managed ontology with the specified public key as a Java object of the specified type, if
supported.
- getOntologyCollector() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorModificationException
-
Returns the ontology space that threw the exception (presumably after a failed modification attempt).
- getOntologyCollectorListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorListenable
-
- getOntologyId() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.collector.IrremovableOntologyException
-
Returns the unique identifier of the ontology whose removal was denied.
- getOntologyId(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
Deprecated.
- getOntologyKey() - Method in exception org.apache.stanbol.ontologymanager.ontonet.api.collector.MissingOntologyException
-
Deprecated.
Returns the unique identifier of the ontology whose removal was denied.
- getOntologyKey() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.collector.MissingOntologyException
-
Returns the unique identifier of the ontology whose removal was denied.
- getOntologyKey() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.ontology.RuntimeOntologyException
-
- getOntologyKeysForSession(String) - Method in class org.apache.stanbol.ontologymanager.ontonet.api.OntologyNetworkConfiguration
-
Deprecated.
- getOntologyNetworkConfiguration() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
Deprecated.
- getOntologyNetworkConfigurationPath() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
-
Implementations should be able to create a
File object from this path.
- getOntologyNetworkDescriptor() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
XXX This method is temporary until
Multiplexer becomes an OSGi component.
- getOntologyNetworkNamespace() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
-
- getOntologySourceLocations() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.OfflineConfiguration
-
Returns the paths of all the directories where the ontology network manager will try to locate
ontologies.
- getOntologySpaceFactory() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
-
- getOperationType() - Method in class org.apache.stanbol.ontologymanager.servicesapi.session.SessionEvent
-
- getOrigin() - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
-
- getOrigin() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.io.OntologyInputSource
-
Returns a reference object that can be used for obtaining the supplied ontology.
- getPreferredFormats() - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyUtils
-
- getPreferredSupportedFormats(Collection<String>) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyUtils
-
- getPublicKey(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
-
An utility method that computes the public key of an ontology given a canonical string form.
- getPublicKey(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
- getPublicKeys() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
-
Returns the public keys of all the stored ontologies it is aware of.
- getPublicKeys() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
- getReference() - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.Origin
-
Returns the actual reference object that was wrapped by this Origin.
- getRegisteredScopes() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
-
Returns the set of registered ontology scopes.
- getRegisteredSessionIDs() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
-
Returns the set of strings that identify registered sessions, whatever their state.
- getRootOntology() - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
-
- getRootOntology() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.io.OntologyInputSource
-
Returns the OWL Ontology that imports the whole ontology network addressed by this input source.
- getScope(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
-
Returns the unique ontology scope identified by the given ID.
- getScopeEventListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListenable
-
Gets all the scope event listeners registered with this object.
- getScopeId() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.scope.NoSuchScopeException
-
- getScopeIDs() - Method in class org.apache.stanbol.ontologymanager.ontonet.api.OntologyNetworkConfiguration
-
Deprecated.
- getScopeRegistrationListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
-
- getScopeRegistry() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
-
- getScopes(OWLOntology) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyNetworkConfigurationUtils
-
To get all the instances of Scope in this configuration
- getScopes(Set<Scope>) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.ScopeSetRenderer
-
- getScopesToActivate(OWLOntology) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.OntologyNetworkConfigurationUtils
-
Get the list of scopes to activate on startup
- getSession() - Method in class org.apache.stanbol.ontologymanager.ontonet.api.session.SessionEvent
-
Deprecated.
- getSession() - Method in class org.apache.stanbol.ontologymanager.servicesapi.session.SessionEvent
-
Returns the KReS session affected by this event.
- getSession(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
-
Retrieves the unique session identified by sessionID.
- getSessionIDs() - Method in class org.apache.stanbol.ontologymanager.ontonet.api.OntologyNetworkConfiguration
-
Deprecated.
- getSessionLimit() - Method in exception org.apache.stanbol.ontologymanager.servicesapi.session.SessionLimitException
-
- getSessionListeners() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionListenable
-
Returns all the registered session listeners.
- getSessionState() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
-
Returns the current state of this KReS session.
- getSize(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
-
Returns the size in triples of the ontology with the supplied public key.
- getStatus(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
- getStore() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
Returns the storage system used by this ontology provider (e.g. a TcProvider or an
OWLOntologyManager).
- getStoredOntology(IRI, Class<O>) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
Deprecated.
- getStoredOntology(IRI, Class<O>, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
Deprecated.
- getStoredOntology(OWLOntologyID, Class<O>) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
- getStoredOntology(OWLOntologyID, Class<O>, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
- getStoredOntology(String, Class<O>) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
Deprecated.
- getStoredOntology(String, Class<O>, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
Deprecated.
- getSupportedOntologyTypes() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.io.OntologyInputSourceHandler
-
Gets the the types representing ontologies and RDF graphs that this object is able to manage.
- getSupportedReturnTypes() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
- GRAPH - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL class ImmutableGraph.
- GRAPH_PREFIX - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
The key used to configure the prefix to be used for addressing ontologies stored by this provider.
- GRAPH_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL class ImmutableGraph (in IRI form).
- HAS_APPENDED - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property hasAppended.
- HAS_APPENDED_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property hasAppended (in IRI form).
- HAS_DEPENDENT - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property hasDependent.
- HAS_DEPENDENT_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL datatype property hasDependent (in IRI form).
- HAS_ONTOLOGY_IRI - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL datatype property hasOntologyIRI.
- HAS_ONTOLOGY_IRI_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL datatype property hasOntologyIRI (in IRI form).
- HAS_SPACE_CORE - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property isManagedBy.
- HAS_SPACE_CORE_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property hasCoreSpace (in IRI form).
- HAS_SPACE_CUSTOM - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property isManagedBy.
- HAS_SPACE_CUSTOM_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property hasCustomSpace (in IRI form).
- HAS_STATUS - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property hasStatus (in IRI form).
- HAS_STATUS_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property hasStatus.
- HAS_VERSION_IRI - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL datatype property hasVersionIRI.
- HAS_VERSION_IRI_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL datatype property hasVersionIRI (in IRI form).
- hasOntology(IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
-
- hasOntology(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
-
Determines if the ontology identified by the supplied public key is being managed by this collector.
- hasOntology(IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
Deprecated.
- hasOntology(OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
- hasOrigin() - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
-
- hasOrigin() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.io.OntologyInputSource
-
Determines if a physical reference is known for this ontology source.
- hasRootOntology() - Method in class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
-
- hasRootOntology() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.io.OntologyInputSource
-
Determines if a root ontology that imports the entire network is available.
- ID - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
-
The key used to configure the base namespace of the ontology network.
- ID_SCOPE_REGISTRY - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
-
The key used to configure the simple identifier of the scope registry (which should also be
concatenated with the base namespace to obtain the registry's HTTP endpoint URI).
- IMPORT_POLICY - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
The key used to configure the import management policy.
- ImportManagementPolicy - Enum in org.apache.stanbol.ontologymanager.ontonet.api.collector
-
The policies that determine how OntoNet should handle OWL import statements and/or the imported ontologies
(i.e. import targets) when performing operations such as load/export of ontologies, and rewriting of import
statements.
- ImportManagementPolicy - Enum in org.apache.stanbol.ontologymanager.servicesapi.collector
-
The policies that determine how OntoNet should handle OWL import statements and/or the imported ontologies
(i.e. import targets) when performing operations such as load/export of ontologies, and rewriting of import
statements.
- IrremovableOntologyException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.collector
-
Deprecated.
- IrremovableOntologyException(OntologyCollector, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.collector.IrremovableOntologyException
-
Deprecated.
- IrremovableOntologyException - Exception in org.apache.stanbol.ontologymanager.servicesapi.collector
-
Thrown whenever an illegal attempt at removing an ontology from an ontology space is detected.
- IrremovableOntologyException(OntologyCollector, IRI) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.collector.IrremovableOntologyException
-
Constructs a new instance of IrremovableOntologyException.
- IS_MANAGED_BY - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property isManagedBy.
- IS_MANAGED_BY_CORE - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property isManagedByCore.
- IS_MANAGED_BY_CORE_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property isManagedByCore (in IRI form).
- IS_MANAGED_BY_CUSTOM - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property isManagedByCustom.
- IS_MANAGED_BY_CUSTOM_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property isManagedByCustom (in IRI form).
- IS_MANAGED_BY_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property isManagedBy (in IRI form).
- IS_SPACE_CORE_OF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property isCoreSpaceOf.
- IS_SPACE_CORE_OF_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property isCoreSpaceOf (in IRI form).
- IS_SPACE_CUSTOM_OF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property isCustomSpaceOf.
- IS_SPACE_CUSTOM_OF_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL object property isCustomSpaceOf (in IRI form).
- isActive() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
-
Equivalent to getState() == State.ACTIVE.
- isLocked() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.Lockable
-
Determines if it is no longer possible to modify this resource until it is torn down.
- isScopeActive(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
-
- OfflineConfiguration - Interface in org.apache.stanbol.ontologymanager.ontonet.api
-
- OfflineConfiguration - Interface in org.apache.stanbol.ontologymanager.servicesapi
-
Provides the configuration needed by the ontology manager in order to locate offline ontologies and export
them to the Web.
- ONManager - Interface in org.apache.stanbol.ontologymanager.ontonet.api
-
- onOntologyAdded(OntologyCollector, OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorListener
-
Fired after an ontology was successfully added to an ontology collector.
- onOntologyRemoved(OntologyCollector, OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorListener
-
Fired after an ontology was successfully removed from an ontology collector.
- onOntologyRequested(OntologyProvider<?>, String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProviderListener
-
- onOntologyRequested(OntologyProvider<?>, String) - Method in class org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProviderListener.Stub
-
- onOntologyStored(OntologyProvider<?>, Object) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProviderListener
-
- onOntologyStored(OntologyProvider<?>, Object) - Method in class org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProviderListener.Stub
-
- ONTOLOGY_PATHS - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.OfflineConfiguration
-
The key used to configure the paths of local ontologies.
- OntologyCollector - Interface in org.apache.stanbol.ontologymanager.ontonet.api.collector
-
Deprecated.
- OntologyCollector - Interface in org.apache.stanbol.ontologymanager.servicesapi.collector
-
It is not literally an ontology collection, in that it only collects references to ontologies, not
the ontologies themselves.
- OntologyCollectorListenable - Interface in org.apache.stanbol.ontologymanager.ontonet.api.collector
-
Deprecated.
- OntologyCollectorListenable - Interface in org.apache.stanbol.ontologymanager.servicesapi.collector
-
Informs listeners about changes in an ontology collector.
- OntologyCollectorListener - Interface in org.apache.stanbol.ontologymanager.ontonet.api.collector
-
Deprecated.
- OntologyCollectorListener - Interface in org.apache.stanbol.ontologymanager.servicesapi.collector
-
Objects that react to the addition or removal of ontologies to or from an ontology collector will implement
this interface.
- OntologyCollectorModificationException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.collector
-
Deprecated.
- OntologyCollectorModificationException(OntologyCollector) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.collector.OntologyCollectorModificationException
-
Deprecated.
- OntologyCollectorModificationException(OntologyCollector, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.collector.OntologyCollectorModificationException
-
Deprecated.
- OntologyCollectorModificationException - Exception in org.apache.stanbol.ontologymanager.servicesapi.collector
-
Thrown whenever an illegal operation that modifies an ontology collector is detected and denied.
- OntologyCollectorModificationException(OntologyCollector) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorModificationException
-
Creates a new instance of OntologySpaceModificationException.
- OntologyCollectorModificationException(OntologyCollector, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollectorModificationException
-
Creates a new instance of OntologySpaceModificationException.
- OntologyConstants - Class in org.apache.stanbol.ontologymanager.servicesapi.util
-
Deprecated.
- OntologyHandleException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.ontology
-
Deprecated.
- OntologyHandleException(Set<OntologyCollector>, Set<OWLOntologyID>) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.ontology.OntologyHandleException
-
Deprecated.
- OntologyHandleException(String) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.ontology.OntologyHandleException
-
Deprecated.
- OntologyHandleException(String, Set<OntologyCollector>, Set<OWLOntologyID>) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.ontology.OntologyHandleException
-
Deprecated.
- OntologyHandleException - Exception in org.apache.stanbol.ontologymanager.servicesapi.ontology
-
Thrown whenever an operation that tries to change an ontology is denied due to active handles on that
ontolgoies that forbid changes.
- OntologyHandleException(Set<OntologyCollector>, Set<OWLOntologyID>) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyHandleException
-
- OntologyHandleException(String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyHandleException
-
- OntologyHandleException(String, Set<OntologyCollector>, Set<OWLOntologyID>) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyHandleException
-
- ontologyId - Variable in exception org.apache.stanbol.ontologymanager.servicesapi.collector.IrremovableOntologyException
-
- OntologyInputSource<O> - Interface in org.apache.stanbol.ontologymanager.ontonet.api.io
-
- OntologyInputSource<O> - Interface in org.apache.stanbol.ontologymanager.servicesapi.io
-
An ontology input source provides a point for loading an ontology.
- OntologyInputSourceHandler - Interface in org.apache.stanbol.ontologymanager.ontonet.api.io
-
Deprecated.
- OntologyInputSourceHandler - Interface in org.apache.stanbol.ontologymanager.servicesapi.io
-
- OntologyLoadingException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.ontology
-
Deprecated.
- OntologyLoadingException(Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.ontology.OntologyLoadingException
-
Deprecated.
- OntologyLoadingException(String) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.ontology.OntologyLoadingException
-
Deprecated.
- OntologyLoadingException - Exception in org.apache.stanbol.ontologymanager.servicesapi.ontology
-
A runtime exception denoting that trying to load an ontology into the Ontology Manager has caused an
undesired status.
- OntologyLoadingException(Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyLoadingException
-
- OntologyLoadingException(String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyLoadingException
-
- OntologyNetworkConfiguration - Class in org.apache.stanbol.ontologymanager.ontonet.api
-
- OntologyNetworkConfiguration(Map<String, Collection<OWLOntologyID>>, Map<String, Collection<OWLOntologyID>>, Map<String, Collection<OWLOntologyID>>, Map<String, Collection<String>>) - Constructor for class org.apache.stanbol.ontologymanager.ontonet.api.OntologyNetworkConfiguration
-
Deprecated.
- OntologyNetworkConfigurationUtils - Class in org.apache.stanbol.ontologymanager.servicesapi.util
-
This is the helper class for parsing the ONM configuration ontology.
- OntologyNetworkMultiplexer - Interface in org.apache.stanbol.ontologymanager.ontonet.api.ontology
-
- OntologyNotFoundException - Exception in org.apache.stanbol.ontologymanager.servicesapi.ontology
-
Thrown whenever a request for an ontology with the supplied public key is not found.
- OntologyNotFoundException(OWLOntologyID) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyNotFoundException
-
- OntologyProvider<S> - Interface in org.apache.stanbol.ontologymanager.ontonet.api.ontology
-
Deprecated.
- OntologyProvider<S> - Interface in org.apache.stanbol.ontologymanager.servicesapi.ontology
-
A system responsible for maintaining stored ontologies.
- OntologyProvider.Status - Enum in org.apache.stanbol.ontologymanager.servicesapi.ontology
-
- OntologyProviderListener - Interface in org.apache.stanbol.ontologymanager.servicesapi.ontology
-
- OntologyProviderListener.Stub - Class in org.apache.stanbol.ontologymanager.servicesapi.ontology
-
- OntologyScope - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
-
Deprecated.
- OntologyScopeFactory - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
-
- OntologySpace - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
-
Deprecated.
- OntologySpace - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
-
An ontology space identifies the set of OWL ontologies that should be "active" in a given context, e.g. for
a certain user session or a specific reasoning service.
- OntologySpace.SpaceType - Enum in org.apache.stanbol.ontologymanager.servicesapi.scope
-
The possible types of ontology spaces managed by OntoNet.
- OntologySpaceFactory - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
-
An ontology space factory is responsible for the creation of new, readily specialized ontology spaces from
supplied ontology input sources.
- OntologyUtils - Class in org.apache.stanbol.ontologymanager.servicesapi.util
-
- open() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
-
Sets this session as active
- org.apache.stanbol.ontologymanager.ontonet.api - package org.apache.stanbol.ontologymanager.ontonet.api
-
- org.apache.stanbol.ontologymanager.ontonet.api.collector - package org.apache.stanbol.ontologymanager.ontonet.api.collector
-
- org.apache.stanbol.ontologymanager.ontonet.api.io - package org.apache.stanbol.ontologymanager.ontonet.api.io
-
- org.apache.stanbol.ontologymanager.ontonet.api.ontology - package org.apache.stanbol.ontologymanager.ontonet.api.ontology
-
- org.apache.stanbol.ontologymanager.ontonet.api.scope - package org.apache.stanbol.ontologymanager.ontonet.api.scope
-
- org.apache.stanbol.ontologymanager.ontonet.api.session - package org.apache.stanbol.ontologymanager.ontonet.api.session
-
- org.apache.stanbol.ontologymanager.servicesapi - package org.apache.stanbol.ontologymanager.servicesapi
-
- org.apache.stanbol.ontologymanager.servicesapi.collector - package org.apache.stanbol.ontologymanager.servicesapi.collector
-
- org.apache.stanbol.ontologymanager.servicesapi.io - package org.apache.stanbol.ontologymanager.servicesapi.io
-
- org.apache.stanbol.ontologymanager.servicesapi.ontology - package org.apache.stanbol.ontologymanager.servicesapi.ontology
-
- org.apache.stanbol.ontologymanager.servicesapi.scope - package org.apache.stanbol.ontologymanager.servicesapi.scope
-
- org.apache.stanbol.ontologymanager.servicesapi.session - package org.apache.stanbol.ontologymanager.servicesapi.session
-
- org.apache.stanbol.ontologymanager.servicesapi.util - package org.apache.stanbol.ontologymanager.servicesapi.util
-
- Origin<R> - Class in org.apache.stanbol.ontologymanager.ontonet.api.io
-
Deprecated.
- Origin(R) - Constructor for class org.apache.stanbol.ontologymanager.ontonet.api.io.Origin
-
Deprecated.
- origin - Variable in class org.apache.stanbol.ontologymanager.servicesapi.io.AbstractGenericInputSource
-
Where the ontology object was retrieved from.
- Origin<R> - Class in org.apache.stanbol.ontologymanager.servicesapi.io
-
A wrapper class for whatever can be used for physically referencing a resource (typically an ontology).
- Origin(R) - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.io.Origin
-
Creates a new instance of
Origin.
- OrphanOntologyKeyException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.ontology
-
Deprecated.
- OrphanOntologyKeyException(OWLOntologyID) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.ontology.OrphanOntologyKeyException
-
Deprecated.
- OrphanOntologyKeyException - Exception in org.apache.stanbol.ontologymanager.servicesapi.ontology
-
Thrown when no match is found between a public key of an ontology that was supposed to be stored and the
stored graphs.
- OrphanOntologyKeyException(OWLOntologyID) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.ontology.OrphanOntologyKeyException
-
- OWLExportable - Interface in org.apache.stanbol.ontologymanager.ontonet.api.ontology
-
Deprecated.
- OWLExportable - Interface in org.apache.stanbol.ontologymanager.servicesapi.ontology
-
An object that can be represented as an ontology instance.
- OWLExportable.ConnectivityPolicy - Enum in org.apache.stanbol.ontologymanager.servicesapi.ontology
-
The policy that determines how an OWL exportable objects should represent other referenced objects.
- Scope - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
-
Represents an ontology network that is used for modelling a given knowledge component or domain, e.g.
- SCOPE - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL class Scope.
- SCOPE_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL class Scope (in IRI form).
- scopeActivated(Scope) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListener
-
Called after an ontology scope, assuming it is already registered
somewhere, is activated.
- scopeAppended(Session, String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionListener
-
Called whenever a scope is appended to a session.
- scopeCreated(Scope) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListener
-
Called after a new ontology scope has been created.
- scopeDeactivated(Scope) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListener
-
Called after an ontology scope, assuming it is already registered
somewhere, is deactivated.
- scopeDetached(Session, String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionListener
-
Called whenever a scope is detached from a session.
- ScopeEventListenable - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
-
Deprecated.
- ScopeEventListenable - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
-
Implementations of this interface are able to fire events related to the modification of an ontology scope,
not necessarily including its ontologies.
- ScopeEventListener - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
-
Deprecated.
- ScopeEventListener - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
-
Objects that want to listen to the registration of ontology scopes should
implement this interface and add themselves as listener to a scope registry.
- ScopeFactory - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
-
- ScopeManager - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
-
A Scope Manager holds all references and tools for creating, modifying and deleting the logical realms that
store Web Ontologies, as well as offer facilities for handling the ontologies contained therein.
- scopeRegistered(Scope) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListener
-
Called after an ontology scope is added to the scope registry.
- ScopeRegistry - Interface in org.apache.stanbol.ontologymanager.ontonet.api.scope
-
Deprecated.
- ScopeRegistry - Interface in org.apache.stanbol.ontologymanager.servicesapi.scope
-
A registry that keeps track of the active ontology scopes in a running KReS instance.
- ScopeSetRenderer - Class in org.apache.stanbol.ontologymanager.servicesapi.util
-
Just an attempt.
- scopeUnregistered(Scope) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeEventListener
-
Called after an ontology scope is removed from the scope registry.
- Session - Interface in org.apache.stanbol.ontologymanager.ontonet.api.session
-
- Session - Interface in org.apache.stanbol.ontologymanager.servicesapi.session
-
An ontology collector that can be used by client applications to store volatile data, e.g. for the duration
of a service call.
- SESSION - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL class Session.
- Session.State - Enum in org.apache.stanbol.ontologymanager.servicesapi.session
-
The states a session can be in: ACTIVE (for running sessions), HALTED (for inactive sessions that may
later be activated, e.g. when a user logs in), ZOMBIE (inactive and bound for destruction, no longer
referenceable).
- SESSION_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL class Session (in IRI form).
- sessionChanged(SessionEvent) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionListener
-
Called whenever an event affecting a session is fired.
- SessionEvent - Class in org.apache.stanbol.ontologymanager.ontonet.api.session
-
Deprecated.
- SessionEvent(Session, SessionEvent.OperationType) - Constructor for class org.apache.stanbol.ontologymanager.ontonet.api.session.SessionEvent
-
Deprecated.
- SessionEvent - Class in org.apache.stanbol.ontologymanager.servicesapi.session
-
An event that encompasses a change in the state of a KReS session.
- SessionEvent(Session, SessionEvent.OperationType) - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.session.SessionEvent
-
Creates a new instance of SessionEvent.
- SessionEvent.OperationType - Enum in org.apache.stanbol.ontologymanager.servicesapi.session
-
- SessionIDGenerator - Interface in org.apache.stanbol.ontologymanager.ontonet.api.session
-
Deprecated.
- SessionIDGenerator - Interface in org.apache.stanbol.ontologymanager.servicesapi.session
-
Implementations of this interface provide algorithms for generating valid
identifiers for KReS sessions.
- SessionLimitException - Exception in org.apache.stanbol.ontologymanager.ontonet.api.session
-
Deprecated.
- SessionLimitException(int) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.session.SessionLimitException
-
Deprecated.
- SessionLimitException(int, String) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.session.SessionLimitException
-
Deprecated.
- SessionLimitException(int, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.ontonet.api.session.SessionLimitException
-
Deprecated.
- SessionLimitException - Exception in org.apache.stanbol.ontologymanager.servicesapi.session
-
Thrown whenever there is an attempt to exceed the maximum allowed number of active sessions.
- SessionLimitException(int) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.session.SessionLimitException
-
- SessionLimitException(int, String) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.session.SessionLimitException
-
- SessionLimitException(int, Throwable) - Constructor for exception org.apache.stanbol.ontologymanager.servicesapi.session.SessionLimitException
-
- SessionListenable - Interface in org.apache.stanbol.ontologymanager.ontonet.api.session
-
- SessionListenable - Interface in org.apache.stanbol.ontologymanager.servicesapi.session
-
An object that can fire or propagate changes in
Session objects.
- SessionListener - Interface in org.apache.stanbol.ontologymanager.ontonet.api.session
-
- SessionListener - Interface in org.apache.stanbol.ontologymanager.servicesapi.session
-
Objects that want to listen to events affecting sessions should implement this interface and add themselves
as listener to a manager.
- SessionManager - Interface in org.apache.stanbol.ontologymanager.ontonet.api.session
-
- SessionManager - Interface in org.apache.stanbol.ontologymanager.servicesapi.session
-
Manages session objects via CRUD-like operations.
- setActive(boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
-
Sets the session as ACTIVE if active is true, INACTIVE otherwise.
- setActiveSessionLimit(int) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
-
Sets the maximum allowed number of active sessions managed by this manager simultaneously.
- setBaseIRI(IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionIDGenerator
-
Sets the base IRI for all generated IDs to start with.
- setConnectivityPolicy(OWLExportable.ConnectivityPolicy) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OWLExportable
-
Sets the connectivity policy that will be adopted by this object when it is exported to an OWL
artifact.
- setCustomSpace(OntologySpace) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.Scope
-
Sets an ontology space as the custom space for this scope.
- setDefaultNamespace(IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.NamedArtifact
-
Sets the namespace that should prefix the ID of this resource and all the resources managed thereby.
- setDependency(OWLOntologyID, OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.Multiplexer
-
States that stored ontology dependant has a dependency on stored ontology
dependency, e.g. because the former imports the latter.
- setImportManagementPolicy(ImportManagementPolicy) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
Sets the policy adopted by this provider whenever an import statement is found in an ontology that
has already been loaded (e.g. when exporting it).
- SetInputSource<O> - Interface in org.apache.stanbol.ontologymanager.ontonet.api.io
-
Deprecated.
- SetInputSource<O> - Interface in org.apache.stanbol.ontologymanager.servicesapi.io
-
An input source for multiple ontologies without a root.
- setLocatorMapping(IRI, OWLOntologyID) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
- setLocatorMapping(IRI, String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider
-
- setNamespace(IRI) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.NamedArtifact
-
- setOntologyNetworkNamespace(String) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeManager
-
- setScopeActive(String, boolean) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.ScopeRegistry
-
- setUp() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.collector.OntologyCollector
-
Bootstraps the ontology space.
- setUp() - Method in interface org.apache.stanbol.ontologymanager.servicesapi.scope.Scope
-
Performs the operations required for activating the ontology scope.
- shortName - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.scope.OntologySpace
-
- shortName - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.scope.Scope
-
- shortName - Static variable in interface org.apache.stanbol.ontologymanager.servicesapi.session.Session
-
- SIZE_IN_AXIOMS - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL datatype property hasSizeInAxioms.
- SIZE_IN_AXIOMS_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL datatype property hasSizeInAxioms (in IRI form).
- SIZE_IN_TRIPLES - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL datatype property hasSizeInTriples.
- SIZE_IN_TRIPLES_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL datatype property hasSizeInTriples (in IRI form).
- SPACE - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL class Space.
- SPACE_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL class Space (in IRI form).
- STATUS - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL class Status.
- STATUS_ACTIVE - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL individual Status.ACTIVE.
- STATUS_ACTIVE_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL individual Status.ACTIVE (in IRI form).
- STATUS_INACTIVE - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL individual Status.INACTIVE.
- STATUS_INACTIVE_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL individual Status.INACTIVE (in IRI form).
- STATUS_URIREF - Static variable in class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-
The OWL class Status (in IRI form).
- StoredOntologySource - Class in org.apache.stanbol.ontologymanager.ontonet.api.io
-
Deprecated.
- StoredOntologySource(OWLOntologyID) - Constructor for class org.apache.stanbol.ontologymanager.ontonet.api.io.StoredOntologySource
-
Deprecated.
- StoredOntologySource - Class in org.apache.stanbol.ontologymanager.servicesapi.io
-
An reference source for an ontology already stored by Stanbol with the given public key.
- StoredOntologySource(OWLOntologyID) - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.io.StoredOntologySource
-
- storeSession(String, OutputStream) - Method in interface org.apache.stanbol.ontologymanager.servicesapi.session.SessionManager
-
- StringUtils - Class in org.apache.stanbol.ontologymanager.servicesapi.util
-
- stripIRITerminator(IRI) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.StringUtils
-
- stripIRITerminator(String) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.StringUtils
-
- stripNamespace(String, String) - Static method in class org.apache.stanbol.ontologymanager.servicesapi.util.StringUtils
-
- Stub() - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProviderListener.Stub
-
- valueOf(String) - Static method in enum org.apache.stanbol.ontologymanager.ontonet.api.collector.ImportManagementPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.collector.ImportManagementPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.ontology.OWLExportable.ConnectivityPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.scope.OntologySpace.SpaceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.session.Session.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.session.SessionEvent.OperationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.stanbol.ontologymanager.ontonet.api.collector.ImportManagementPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.collector.ImportManagementPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.ontology.OntologyProvider.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.ontology.OWLExportable.ConnectivityPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.scope.OntologySpace.SpaceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.session.Session.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.stanbol.ontologymanager.servicesapi.session.SessionEvent.OperationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Vocabulary - Class in org.apache.stanbol.ontologymanager.ontonet.api
-
- Vocabulary() - Constructor for class org.apache.stanbol.ontologymanager.ontonet.api.Vocabulary
-
Deprecated.
- Vocabulary - Class in org.apache.stanbol.ontologymanager.servicesapi
-
An internal representation of the vocabulary that Stanbol uses internally for representing stored
ontologies and virtual ontology networks, and restoring them on startup.
- Vocabulary() - Constructor for class org.apache.stanbol.ontologymanager.servicesapi.Vocabulary
-