public class ParsableOWLOntologyFactory extends AbstractInMemOWLOntologyFactory
OWLParserFactory objects that
are obtained from the OWLParserFactoryRegistry.OWLOntologyFactory.OWLOntologyCreationHandler| Constructor and Description |
|---|
ParsableOWLOntologyFactory()
Creates an ontology factory.
|
ParsableOWLOntologyFactory(OWLParserFactoryRegistry nextParserRegistry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateFromDocumentIRI(IRI documentIRI)
Overriden - We don't create new empty ontologies - this isn't our
responsibility
|
boolean |
canLoad(OWLOntologyDocumentSource documentSource) |
OWLOntology |
createOWLOntology(URI ontologyURI,
URI physicalURI)
Deprecated.
|
List<OWLParser> |
getParsers() |
OWLOntology |
loadOWLOntology(OWLOntologyDocumentSource documentSource,
OWLOntologyFactory.OWLOntologyCreationHandler mediator) |
OWLOntology |
loadOWLOntology(OWLOntologyDocumentSource documentSource,
OWLOntologyFactory.OWLOntologyCreationHandler mediator,
OWLOntologyLoaderConfiguration configuration) |
createOWLOntology, getOWLOntologyManager, setOWLOntologyManagerpublic ParsableOWLOntologyFactory()
public ParsableOWLOntologyFactory(OWLParserFactoryRegistry nextParserRegistry)
public List<OWLParser> getParsers()
public boolean canCreateFromDocumentIRI(IRI documentIRI)
canCreateFromDocumentIRI in interface OWLOntologyFactorycanCreateFromDocumentIRI in class AbstractInMemOWLOntologyFactorydocumentIRI - ignored@Deprecated public OWLOntology createOWLOntology(URI ontologyURI, URI physicalURI)
ontologyURI - ignoredphysicalURI - ignoredpublic boolean canLoad(OWLOntologyDocumentSource documentSource)
public OWLOntology loadOWLOntology(OWLOntologyDocumentSource documentSource, OWLOntologyFactory.OWLOntologyCreationHandler mediator, OWLOntologyLoaderConfiguration configuration) throws OWLOntologyCreationException
OWLOntologyCreationExceptionpublic OWLOntology loadOWLOntology(OWLOntologyDocumentSource documentSource, OWLOntologyFactory.OWLOntologyCreationHandler mediator) throws OWLOntologyCreationException
OWLOntologyCreationExceptionCopyright © 2013 CSIRO HRPPC. All Rights Reserved.