Serializable
, Supplier<OWLOntologyManager>
, OWLOntologyManagerFactory
public class OWLManager extends Object implements OWLOntologyManagerFactory
OWLOntologyManager
with commonly required
features (such as an RDF parser for example).Constructor | Description |
---|---|
OWLManager() |
Modifier and Type | Method | 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 static OWLOntologyManager createOWLOntologyManager()
public static OWLOntologyManager createConcurrentOWLOntologyManager()
public static OWLDataFactory getOWLDataFactory()
public static ManchesterOWLSyntaxParser createManchesterParser()
public OWLOntologyManager get()
OWLOntologyManagerFactory
get
in interface OWLOntologyManagerFactory
get
in interface Supplier<OWLOntologyManager>
Copyright © 2018 The University of Manchester. All rights reserved.