public class OWLOntologyFactoryImpl extends Object implements OWLOntologyFactory
OWLOntologyFactory.OWLOntologyCreationHandler| Constructor and Description |
|---|
OWLOntologyFactoryImpl(OWLOntologyBuilder ontologyBuilder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canAttemptLoading(OWLOntologyDocumentSource source) |
boolean |
canCreateFromDocumentIRI(IRI documentIRI) |
OWLOntology |
createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID,
IRI documentIRI,
OWLOntologyFactory.OWLOntologyCreationHandler handler) |
OWLOntology |
loadOWLOntology(OWLOntologyManager manager,
OWLOntologyDocumentSource documentSource,
OWLOntologyFactory.OWLOntologyCreationHandler handler,
OWLOntologyLoaderConfiguration configuration) |
@Inject public OWLOntologyFactoryImpl(OWLOntologyBuilder ontologyBuilder)
ontologyBuilder - ontology builderpublic boolean canCreateFromDocumentIRI(IRI documentIRI)
canCreateFromDocumentIRI in interface OWLOntologyFactorypublic boolean canAttemptLoading(OWLOntologyDocumentSource source)
canAttemptLoading in interface OWLOntologyFactorypublic OWLOntology createOWLOntology(OWLOntologyManager manager, OWLOntologyID ontologyID, IRI documentIRI, OWLOntologyFactory.OWLOntologyCreationHandler handler)
createOWLOntology in interface OWLOntologyFactorypublic OWLOntology loadOWLOntology(OWLOntologyManager manager, OWLOntologyDocumentSource documentSource, OWLOntologyFactory.OWLOntologyCreationHandler handler, OWLOntologyLoaderConfiguration configuration) throws OWLOntologyCreationException
loadOWLOntology in interface OWLOntologyFactoryOWLOntologyCreationExceptionCopyright © 2017 The University of Manchester. All Rights Reserved.