@MetaInfServices(value=org.semanticweb.owlapi.model.OWLOntologyManagerFactory.class) public class OWLManager extends Object implements OWLOntologyManagerFactory
OWLOntologyManager
with commonly required features (such as an RDF parser for example).| Constructor and Description |
|---|
OWLManager() |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyManager |
buildOWLOntologyManager() |
OWLOntologyManager |
buildOWLOntologyManager(OWLDataFactory f) |
OWLOntologyManager |
buildOWLOntologyManager(OWLDataFactory f,
OWLOntologyStorerFactoryRegistry storerRegistry,
OWLParserFactoryRegistry parserRegistry) |
static OWLOntologyManager |
createOWLOntologyManager()
Creates an OWL ontology manager that is configured with standard parsers,
storeres etc.
|
static OWLOntologyManager |
createOWLOntologyManager(OWLDataFactory dataFactory)
Creates an OWL ontology manager that is configured with standard parsers,
storers etc.
|
static OWLOntologyManager |
createOWLOntologyManager(OWLDataFactory dataFactory,
OWLOntologyStorerFactoryRegistry storerRegistry,
OWLParserFactoryRegistry parserRegistry)
Creates an OWL ontology manager that is configured with standard parsers,
storers etc.
|
OWLDataFactory |
getFactory() |
static OWLDataFactory |
getOWLDataFactory()
Gets a global data factory that can be used to create OWL API objects.
|
public OWLOntologyManager buildOWLOntologyManager()
buildOWLOntologyManager in interface OWLOntologyManagerFactorypublic OWLOntologyManager buildOWLOntologyManager(OWLDataFactory f)
buildOWLOntologyManager in interface OWLOntologyManagerFactorypublic OWLOntologyManager buildOWLOntologyManager(OWLDataFactory f, OWLOntologyStorerFactoryRegistry storerRegistry, OWLParserFactoryRegistry parserRegistry)
buildOWLOntologyManager in interface OWLOntologyManagerFactorypublic OWLDataFactory getFactory()
getFactory in interface OWLOntologyManagerFactorypublic static OWLOntologyManager createOWLOntologyManager()
public static OWLOntologyManager createOWLOntologyManager(OWLDataFactory dataFactory)
dataFactory - The data factory that the manager should have a reference to.public static OWLOntologyManager createOWLOntologyManager(OWLDataFactory dataFactory, OWLOntologyStorerFactoryRegistry storerRegistry, OWLParserFactoryRegistry parserRegistry)
dataFactory - The data factory that the manager should have a reference to.storerRegistry - The OWLOntologyStorer registry to use to define valid ontology storing options for the returned OWLOntologyManagerparserRegistry - The OWLParser registry to use to define valid ontology storing options for the returned OWLOntologyManagerpublic static OWLDataFactory getOWLDataFactory()
Copyright © 2013 CSIRO HRPPC. All Rights Reserved.