| Package | Description |
|---|---|
| org.semanticweb.owlapi.change |
Ontology change classes.
|
| org.semanticweb.owlapi.manchestersyntax.parser |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.profiles |
Profile classes.
|
| org.semanticweb.owlapi.profiles.violations |
Violation classes.
|
| org.semanticweb.owlapi.rdf.rdfxml.parser |
RDF/XML syntax parser and renderer.
|
| org.semanticweb.owlapi.search |
Search utilities package.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
Concurrent implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyID |
SetOntologyIDData.getItem() |
OWLOntologyID |
SetOntologyIDData.getNewId()
Gets the
OWLOntologyID that is associated with some
SetOntologyID change. |
OWLOntologyID |
OWLOntologyChangeRecord.getOntologyID()
Gets the
OWLOntologyID that identifies the ontology associated
with this change record. |
| Constructor and Description |
|---|
OWLOntologyChangeRecord(OWLOntologyID ontologyID,
OWLOntologyChangeData data)
Constructs an
OWLOntologyChangeRecord object which holds
information about a change to a particular ontology identified by an
OWLOntologyID object and also change details specified by the
OWLOntologyChangeData object. |
SetOntologyIDData(OWLOntologyID newId)
Constructs a
SetOntologyIDData object that describes an
SetOntologyID change for the OWLOntologyID object
specified by the newId parameter. |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyID |
ManchesterOWLSyntaxOntologyHeader.getOntologyID() |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyID |
SetOntologyID.getNewOntologyID() |
OWLOntologyID |
OWLOntologyRenameException.getOntologyID() |
OWLOntologyID |
OWLOntologyLoaderListener.LoadingEvent.getOntologyID()
Gets the ID of the ontology being loaded.
|
OWLOntologyID |
OWLOntologyAlreadyExistsException.getOntologyID()
Gets the ID of the ontology that already exists.
|
OWLOntologyID |
HasOntologyID.getOntologyID()
Gets the
OWLOntologyID belonging to this object. |
OWLOntologyID |
SetOntologyID.getOriginalOntologyID()
Gets the original ID of the ontology whose URI was changed.
|
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLOntologyID> |
OWLOntologyManager.getOntologyIDsByVersion(IRI ontologyVersionIRI)
Deprecated.
use the stream method
|
java.util.stream.Stream<OWLOntologyID> |
OWLOntologyManager.ontologyIDsByVersion(IRI ontologyVersionIRI)
Gets a set of OWLOntologyIDs representing ontologies that are managed by
this manager.
|
| Modifier and Type | Method and Description |
|---|---|
int |
OWLOntologyID.compareTo(OWLOntologyID o) |
boolean |
OWLOntologyManager.contains(OWLOntologyID id)
Determines if there is an ontology with the specified id that is managed
by this manager
|
boolean |
HasContainsOntology.contains(OWLOntologyID id)
Determines if this object contains an ontology that has the specified
OWLOntologyID. |
OWLOntology |
OWLOntologyManager.createOntology(OWLOntologyID ontologyID)
Creates a new (empty) ontology that has the specified ontology ID.
|
OWLOntology |
OWLOntologyBuilder.createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID) |
OWLOntology |
OWLOntologyFactory.createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID,
IRI documentIRI,
OWLOntologyFactory.OWLOntologyCreationHandler handler)
Creates an (empty) ontology.
|
OWLOntology |
OWLOntologyManager.getOntology(OWLOntologyID ontologyID)
Gets a previously loaded/created ontology that has the specified ontology
ID
|
OWLOntology |
HasGetOntologyById.getOntology(OWLOntologyID ontologyID)
Get the ontology with the specified Id.
|
boolean |
OWLOntologyID.match(OWLOntologyID id) |
void |
OWLOntologyManager.removeOntology(OWLOntologyID ontologyID)
Attempts to remove an ontology.
|
| Constructor and Description |
|---|
LoadingEvent(OWLOntologyID ontologyID,
IRI documentIRI,
boolean imported) |
LoadingFinishedEvent(OWLOntologyID ontologyID,
IRI documentIRI,
boolean imported,
Exception ex) |
LoadingStartedEvent(OWLOntologyID ontologyID,
IRI documentIRI,
boolean imported) |
OWLOntologyAlreadyExistsException(OWLOntologyID id)
Constructs an
OWLOntologyAlreadyExistsException to describe the
situation where an attempt to create an ontology failed because the
manager already contained an ontology with specified ontology ID. |
OWLOntologyAlreadyExistsException(OWLOntologyID ontologyID,
IRI documentIRI)
Constructs an
OWLOntologyAlreadyExistsException to describe the
situation where an attempt to load an ontology failed because the manager
already contained an ontology with the ID that was the same as the
ontology being loaded. |
OWLOntologyAlreadyExistsException(OWLOntologyID ontologyID,
IRI documentIRI,
Throwable t)
Constructs an
OWLOntologyAlreadyExistsException to describe the
situation where an attempt to load an ontology failed because the manager
already contained an ontology with the ID that was the same as the
ontology being loaded. |
OWLOntologyAlreadyExistsException(OWLOntologyID id,
Throwable t)
Constructs an
OWLOntologyAlreadyExistsException to describe the
situation where an attempt to create an ontology failed because the
manager already contained an ontology with specified ontology ID. |
OWLOntologyRenameException(OWLOntologyChangeData change,
OWLOntologyID ontologyID) |
SetOntologyID(OWLOntology ont,
OWLOntologyID ontologyID)
Creates a set ontology id change, which will set the ontology id to the
new one.
|
UnknownOWLOntologyException(OWLOntologyID ontologyID) |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyID |
OWLProfileViolation.getOntologyID() |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyID |
OntologyVersionIRINotAbsolute.getExpression() |
OWLOntologyID |
OntologyIRINotAbsolute.getExpression() |
| Modifier and Type | Method and Description |
|---|---|
static void |
TripleLogger.logOntologyID(OWLOntologyID id) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.stream.Stream<IRI> |
Searcher.ontologyIRIs(java.util.stream.Stream<OWLOntologyID> ids)
Transform a collection of ontology ids to a collection of IRIs of those
ontology ids.
|
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyID |
OWLImmutableOntologyImpl.getOntologyID() |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLOntologyID> |
OWLOntologyManagerImpl.ontologyIDsByVersion(IRI iri) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OWLOntologyManagerImpl.contains(OWLOntologyID id) |
OWLOntology |
OWLOntologyManagerImpl.createOntology(OWLOntologyID ontologyID) |
OWLOntology |
OWLOntologyImplementationFactory.createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID) |
OWLOntology |
OWLOntologyFactoryImpl.createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID,
IRI documentIRI,
OWLOntologyFactory.OWLOntologyCreationHandler handler) |
OWLOntology |
OWLOntologyManagerImpl.getOntology(OWLOntologyID id) |
void |
OWLOntologyManagerImpl.removeOntology(OWLOntologyID ontologyID) |
| Constructor and Description |
|---|
OWLImmutableOntologyImpl(OWLOntologyManager manager,
OWLOntologyID ontologyID) |
OWLOntologyImpl(OWLOntologyManager manager,
OWLOntologyID ontologyID) |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyID |
ConcurrentOWLOntologyImpl.getOntologyID() |
| Modifier and Type | Method and Description |
|---|---|
OWLOntology |
NonConcurrentOWLOntologyBuilder.createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID) |
OWLOntology |
ConcurrentOWLOntologyBuilder.createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID) |
Copyright © 2017 The University of Manchester. All Rights Reserved.