| Interface | Description |
|---|---|
| Multiplexer |
The object that "knows" the relationships between stored graphs and their usage in ontology spaces or
sessions.
|
| OntologyProvider<S> |
A system responsible for maintaining stored ontologies.
|
| OntologyProviderListener | |
| OWLExportable |
An object that can be represented as an ontology instance.
|
| Class | Description |
|---|---|
| OntologyProviderListener.Stub |
A utility implementation of
OntologyProviderListener that does nothing. |
| Enum | Description |
|---|---|
| OntologyProvider.Status |
The status of a stored ontology entry in the
OntologyProvider. |
| OWLExportable.ConnectivityPolicy |
The policy that determines how an OWL exportable objects should represent other referenced objects.
|
| Exception | Description |
|---|---|
| OntologyHandleException |
Thrown whenever an operation that tries to change an ontology is denied due to active handles on that
ontolgoies that forbid changes.
|
| OntologyLoadingException |
A runtime exception denoting that trying to load an ontology into the Ontology Manager has caused an
undesired status.
|
| OntologyNotFoundException |
Thrown whenever a request for an ontology with the supplied public key is not found.
|
| OrphanOntologyKeyException |
Thrown when no match is found between a public key of an ontology that was supposed to be stored and the
stored graphs.
|
| RuntimeOntologyException |
Exceptions regarding an ontology whose public key is known should extend this class.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.