| Modifier and Type | Interface and Description |
|---|---|
interface |
OntologyCollector
Deprecated.
|
| Constructor and Description |
|---|
OntologyHandleException(Set<OntologyCollector> collectorHandles,
Set<org.semanticweb.owlapi.model.OWLOntologyID> dependents)
Deprecated.
|
OntologyHandleException(String message,
Set<OntologyCollector> collectorHandles,
Set<org.semanticweb.owlapi.model.OWLOntologyID> dependents)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CoreOntologySpace
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. In
addition, the distinction between core and custom spaces will disappear at the operational
level. Please switch to
OntologySpace as soon as possible. |
interface |
CustomOntologySpace
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. In
addition, the distinction between core and custom spaces will disappear at the operational
level. Please switch to
OntologySpace as soon as possible. |
| Modifier and Type | Field and Description |
|---|---|
protected OntologyCollector |
OntologyCollectorModificationException.collector
The affected ontology collector.
|
| Modifier and Type | Method and Description |
|---|---|
OntologyCollector |
OntologyCollectorModificationException.getOntologyCollector()
Returns the ontology space that threw the exception (presumably after a failed modification attempt).
|
| Modifier and Type | Method and Description |
|---|---|
void |
OntologyCollectorListener.onOntologyAdded(OntologyCollector collector,
org.semanticweb.owlapi.model.OWLOntologyID addedOntology)
Fired after an ontology was successfully added to an ontology collector.
|
void |
OntologyCollectorListener.onOntologyRemoved(OntologyCollector collector,
org.semanticweb.owlapi.model.OWLOntologyID removedOntology)
Fired after an ontology was successfully removed from an ontology collector.
|
| Constructor and Description |
|---|
IrremovableOntologyException(OntologyCollector collector,
org.semanticweb.owlapi.model.IRI ontologyId)
Constructs a new instance of
IrremovableOntologyException. |
MissingOntologyException(OntologyCollector collector,
org.semanticweb.owlapi.model.OWLOntologyID publicKey) |
OntologyCollectorModificationException(OntologyCollector collector)
Creates a new instance of OntologySpaceModificationException.
|
OntologyCollectorModificationException(OntologyCollector collector,
Throwable cause)
Creates a new instance of OntologySpaceModificationException.
|
UnmodifiableOntologyCollectorException(OntologyCollector collector)
Creates a new instance of UnmodifiableOntologySpaceException.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OntologyCollector> |
OntologyHandleException.getCollectorHandles() |
Set<OntologyCollector> |
Multiplexer.getHandles(org.semanticweb.owlapi.model.OWLOntologyID publicKey)
Not just the IDs because spaces and sessions can share identifiers.
|
| Constructor and Description |
|---|
OntologyHandleException(Set<OntologyCollector> collectorHandles,
Set<org.semanticweb.owlapi.model.OWLOntologyID> dependents) |
OntologyHandleException(String message,
Set<OntologyCollector> collectorHandles,
Set<org.semanticweb.owlapi.model.OWLOntologyID> dependents) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OntologySpace
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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Session
An ontology collector that can be used by client applications to store volatile data, e.g. for the duration
of a service call.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.