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 |
|---|---|
static OWLOntologyManager |
createConcurrentOWLOntologyManager()
Creates an OWL ontology manager that is configured with the standard
parsers and storers and provides locking for concurrent access.
|
static ManchesterOWLSyntaxParser |
createManchesterParser() |
static OWLOntologyManager |
createOWLOntologyManager()
Creates an OWL ontology manager that is configured with standard parsers,
storeres etc.
|
OWLOntologyManager |
get()
Creates a new ontology manager.
|
static OWLDataFactory |
getOWLDataFactory()
Gets a global data factory that can be used to create OWL API objects.
|
public OWLOntologyManager get()
OWLOntologyManagerFactoryget in interface javax.inject.Provider<OWLOntologyManager>get in interface OWLOntologyManagerFactorypublic static OWLOntologyManager createOWLOntologyManager()
public static OWLOntologyManager createConcurrentOWLOntologyManager()
public static OWLDataFactory getOWLDataFactory()
public static ManchesterOWLSyntaxParser createManchesterParser()
Copyright © 2017 The University of Manchester. All Rights Reserved.