public static class OWLOntologyLoaderListener.LoadingEvent extends Object
Constructor and Description |
---|
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 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.Copyright © 2020 The University of Manchester. All rights reserved.