public abstract class AbstractInMemOWLOntologyFactory extends Object implements OWLOntologyFactory
OWLOntologyFactory.OWLOntologyCreationHandler| Constructor and Description |
|---|
AbstractInMemOWLOntologyFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateFromDocumentIRI(IRI documentIRI) |
OWLOntology |
createOWLOntology(OWLOntologyID ontologyID,
IRI documentIRI,
OWLOntologyFactory.OWLOntologyCreationHandler handler)
Creates an empty ontology that a concrete representation can be
parsed into.
|
OWLOntologyManager |
getOWLOntologyManager() |
void |
setOWLOntologyManager(OWLOntologyManager owlOntologyManager) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanLoad, loadOWLOntology, loadOWLOntologypublic void setOWLOntologyManager(OWLOntologyManager owlOntologyManager)
setOWLOntologyManager in interface OWLOntologyFactorypublic OWLOntologyManager getOWLOntologyManager()
getOWLOntologyManager in interface OWLOntologyFactorypublic boolean canCreateFromDocumentIRI(IRI documentIRI)
canCreateFromDocumentIRI in interface OWLOntologyFactorypublic OWLOntology createOWLOntology(OWLOntologyID ontologyID, IRI documentIRI, OWLOntologyFactory.OWLOntologyCreationHandler handler) throws OWLOntologyCreationException
createOWLOntology in interface OWLOntologyFactorydocumentIRI - the document IRIontologyID - the ontology idhandler - the creation handlerOWLOntologyCreationExceptionCopyright © 2013 CSIRO HRPPC. All Rights Reserved.