|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.semanticweb.owlapi.apibinding.OWLManager
public class OWLManager
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 06-Dec-2006
OWLOntologyManager
with commonly required features (such as an RDF parser for example).
Constructor Summary | |
---|---|
OWLManager()
|
Method Summary | |
---|---|
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, storeres etc. |
static OWLDataFactory |
getOWLDataFactory()
Gets a global data factory that can be used to create OWL API objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OWLManager()
Method Detail |
---|
public static OWLOntologyManager createOWLOntologyManager()
public static OWLOntologyManager createOWLOntologyManager(OWLDataFactory dataFactory)
dataFactory
- The data factory that the manager should have a reference to.
public static OWLDataFactory getOWLDataFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |