net.sourceforge.fluxion.spring.xml
Class FluxionOWLManager
java.lang.Object
net.sourceforge.fluxion.spring.xml.FluxionOWLManager
public class FluxionOWLManager
- extends java.lang.Object
Replacement for OWLManager, uses the owl xml parser and renderer only rather
than the entire bag of alternative formats brought in by the regular
OWLManager
- Author:
- Tom Oinn
Method Summary |
static org.semanticweb.owl.model.OWLOntologyManager |
createOWLOntologyManager()
Creates an OWL ontology manager that is configured with standard parsers,
storeres etc. |
static org.semanticweb.owl.model.OWLOntologyManager |
createOWLOntologyManager(org.semanticweb.owl.model.OWLDataFactory dataFactory)
Creates an OWL ontology manager that is configured with standard parsers,
stores etc. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FluxionOWLManager
public FluxionOWLManager()
createOWLOntologyManager
public static org.semanticweb.owl.model.OWLOntologyManager createOWLOntologyManager()
- Creates an OWL ontology manager that is configured with standard parsers,
storeres etc.
- Returns:
- The new manager.
createOWLOntologyManager
public static org.semanticweb.owl.model.OWLOntologyManager createOWLOntologyManager(org.semanticweb.owl.model.OWLDataFactory dataFactory)
- Creates an OWL ontology manager that is configured with standard parsers,
stores etc.
- Parameters:
dataFactory
- The data factory that the manager should have a reference to.
- Returns:
- The manager.
Copyright © 2010. All Rights Reserved.