public class EmptyInMemOWLOntologyFactory extends AbstractInMemOWLOntologyFactory
OWLOntologyFactory.OWLOntologyCreationHandler| Constructor and Description |
|---|
EmptyInMemOWLOntologyFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canLoad(OWLOntologyDocumentSource documentSource) |
OWLOntology |
createOWLOntology(OWLOntologyID ontologyID,
IRI documentIRI,
OWLOntologyFactory.OWLOntologyCreationHandler handler)
Creates an empty ontology that a concrete representation can be
parsed into.
|
OWLOntology |
loadOWLOntology(OWLOntologyDocumentSource documentSource,
OWLOntologyFactory.OWLOntologyCreationHandler mediator) |
OWLOntology |
loadOWLOntology(OWLOntologyDocumentSource documentSource,
OWLOntologyFactory.OWLOntologyCreationHandler handler,
OWLOntologyLoaderConfiguration configuration) |
canCreateFromDocumentIRI, getOWLOntologyManager, setOWLOntologyManagerpublic OWLOntology loadOWLOntology(OWLOntologyDocumentSource documentSource, OWLOntologyFactory.OWLOntologyCreationHandler mediator) throws OWLOntologyCreationException
OWLOntologyCreationExceptionpublic OWLOntology loadOWLOntology(OWLOntologyDocumentSource documentSource, OWLOntologyFactory.OWLOntologyCreationHandler handler, OWLOntologyLoaderConfiguration configuration) throws OWLOntologyCreationException
OWLOntologyCreationExceptionpublic OWLOntology createOWLOntology(OWLOntologyID ontologyID, IRI documentIRI, OWLOntologyFactory.OWLOntologyCreationHandler handler) throws OWLOntologyCreationException
AbstractInMemOWLOntologyFactorycreateOWLOntology in interface OWLOntologyFactorycreateOWLOntology in class AbstractInMemOWLOntologyFactoryontologyID - the ontology iddocumentIRI - the document IRIhandler - the creation handlerOWLOntologyCreationExceptionpublic boolean canLoad(OWLOntologyDocumentSource documentSource)
Copyright © 2013 CSIRO HRPPC. All Rights Reserved.