public static class OWLOntologyLoaderListener.LoadingEvent
extends java.lang.Object
Constructor and Description |
---|
OWLOntologyLoaderListener.LoadingEvent(OWLOntologyID ontologyID,
IRI documentIRI,
boolean imported) |
Modifier and Type | Method and Description |
---|---|
IRI |
getDocumentIRI()
Gets the document IRI for the ontology being loaded
|
OWLOntologyID |
getOntologyID()
Gets the ID of the ontology being loaded.
|
boolean |
isImported()
Determines if the ontology was loaded because of
an imports statement.
|
public OWLOntologyLoaderListener.LoadingEvent(OWLOntologyID ontologyID, IRI documentIRI, boolean imported)
public OWLOntologyID getOntologyID()
public IRI getDocumentIRI()
public boolean isImported()
true
if the ontology was loaded
because it was imported by another ontology, or false
if the ontology was loaded by a direct load request on OWLOntologyManager.