| Interface | Description |
|---|---|
| Lockable |
An object that supports locking mechanisms, thus allowing/preventing modifications of the resources
contained therein.
|
| OntologyCollector |
It is not literally an ontology collection, in that it only collects references to ontologies, not
the ontologies themselves.
|
| OntologyCollectorListenable |
Informs listeners about changes in an ontology collector.
|
| OntologyCollectorListener |
Objects that react to the addition or removal of ontologies to or from an ontology collector will implement
this interface.
|
| Enum | Description |
|---|---|
| ImportManagementPolicy |
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.
|
| Exception | Description |
|---|---|
| DuplicateIDException |
Indicates an attempt to illegally create a resource by assigning it an IRI that already identifies another
known resource.
|
| IrremovableOntologyException |
Thrown whenever an illegal attempt at removing an ontology from an ontology space is detected.
|
| MissingOntologyException |
Thrown whenever an attempt to modify an ontology within an ontology collector that does not contain it is
detected.
|
| OntologyCollectorModificationException |
Thrown whenever an illegal operation that modifies an ontology collector is detected and denied.
|
| UnmodifiableOntologyCollectorException |
Thrown whenever an attempt to modify the ontology network within a read-only ontology collector (e.g. a
core or custom space in a bootstrapped system) is detected and denied.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.