|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.semanticweb.owl.model.OWLOntologyLoaderListener.LoadingEvent
public static class OWLOntologyLoaderListener.LoadingEvent
| Constructor Summary | |
|---|---|
OWLOntologyLoaderListener.LoadingEvent(java.net.URI ontologyURI,
java.net.URI physicalURI,
boolean imported)
|
|
| Method Summary | |
|---|---|
java.net.URI |
getOntologyURI()
Gets the URI of the ontology being loaded. |
java.net.URI |
getPhysicalURI()
Gets the physical URI of the ontology being loaded. |
boolean |
isImported()
Determines if the ontology was loaded because of an imports statement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OWLOntologyLoaderListener.LoadingEvent(java.net.URI ontologyURI,
java.net.URI physicalURI,
boolean imported)
| Method Detail |
|---|
public java.net.URI getOntologyURI()
null if the
ontology URI is not known.public java.net.URI getPhysicalURI()
null if the ontology is loaded
from a stream.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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||