| Package | Description |
|---|---|
| org.semanticweb.owlapi.change | |
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.profiles |
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
OWLOntology.getOntologyID()
Gets the identity of this ontology (i.e.
|
OWLOntologyID |
SetOntologyID.getOriginalOntologyID()
Gets the original ID of the ontology whose URI was changed
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLOntologyID> |
OWLOntologyManager.getOntologyIDsByVersion(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
|
OWLOntology |
OWLOntologyManager.createOntology(OWLOntologyID ontologyID)
Creates a new (empty) ontology that has the specified ontology ID.
|
OWLOntology |
OWLOntologyFactory.createOWLOntology(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
|
void |
OWLOntologyManager.removeOntology(OWLOntologyID ontologyID)
Attempts to remove an ontology.
|
| Constructor and Description |
|---|
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. |
OWLOntologyLoaderListener.LoadingEvent(OWLOntologyID ontologyID,
IRI documentIRI,
boolean imported) |
OWLOntologyLoaderListener.LoadingFinishedEvent(OWLOntologyID ontologyID,
IRI documentIRI,
boolean imported,
OWLOntologyCreationException ex) |
OWLOntologyLoaderListener.LoadingStartedEvent(OWLOntologyID ontologyID,
IRI documentIRI,
boolean imported) |
OWLOntologyRenameException(OWLOntologyChange 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 |
|---|---|
Set<OWLOntologyID> |
OWLProfileViolation.getImportsClosure() |
| Modifier and Type | Method and Description |
|---|---|
IRI |
OWLProfileViolation.getDocumentIRI(OWLOntologyID ontID) |
Copyright © 2013 The University of Manchester. All Rights Reserved.