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