O - the root ontology object delivered by this input source.public interface OntologyInputSource<O>
| Modifier and Type | Method and Description |
|---|---|
Origin<?> |
getOrigin()
Returns a reference object that can be used for obtaining the supplied ontology.
|
O |
getRootOntology()
Returns the OWL Ontology that imports the whole ontology network addressed by this input source.
|
boolean |
hasOrigin()
Determines if a physical reference is known for this ontology source.
|
boolean |
hasRootOntology()
Determines if a root ontology that imports the entire network is available.
|
Origin<?> getOrigin()
O getRootOntology()
boolean hasOrigin()
boolean hasRootOntology()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.