public abstract class AbstractInMemOWLOntologyFactory extends Object implements OWLOntologyFactory
OWLOntologyFactory.OWLOntologyCreationHandler| Constructor and Description |
|---|
AbstractInMemOWLOntologyFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateFromDocumentIRI(IRI documentIRI)
Determines if the factory can create an ontology for the specified
ontology document IRI.
|
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 OWLOntologyFactoryowlOntologyManager - the ontology manager to set. Cannot be null.public OWLOntologyManager getOWLOntologyManager()
getOWLOntologyManager in interface OWLOntologyFactorypublic boolean canCreateFromDocumentIRI(IRI documentIRI)
OWLOntologyFactorycanCreateFromDocumentIRI in interface OWLOntologyFactorydocumentIRI - The document IRItrue if the factory can create an ontology given the
specified document IRI, or false if the factory cannot
create an ontology given the specified document IRI.public OWLOntology createOWLOntology(OWLOntologyID ontologyID, IRI documentIRI, OWLOntologyFactory.OWLOntologyCreationHandler handler) throws OWLOntologyCreationException
createOWLOntology in interface OWLOntologyFactorydocumentIRI - the document IRIontologyID - the ontology idhandler - the creation handlerOWLOntologyCreationException - if the ontology could not be created.Copyright © 2014 The University of Manchester. All Rights Reserved.