org.mindswap.owls
Class OWLSFactory
java.lang.Object
org.mindswap.owls.OWLSListFactory
org.mindswap.owls.OWLSFactory
public class OWLSFactory
- extends OWLSListFactory
- Author:
- Evren Sirin
| Methods inherited from class org.mindswap.owls.OWLSListFactory |
createAtomicGroundingList, createAtomicGroundingList, createBindingList, createBindingList, createConditionList, createConditionList, createInputBindingList, createInputBindingList, createInputList, createInputList, createMessageMapList, createMessageMapList, createOutputBindingList, createOutputBindingList, createOutputList, createOutputList, createParameterList, createParameterList, createProcessList, createProcessList, createResultList, createResultList, wrapList |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLSFactory
public OWLSFactory()
getVersion
public static java.lang.String getVersion()
createExecutionEngine
public static ProcessExecutionEngine createExecutionEngine()
createVersionTranslator
public static OWLSVersionTranslator createVersionTranslator()
- Returns:
createVersionTranslator
public static OWLSVersionTranslator createVersionTranslator(java.lang.String version)
- Parameters:
version -
- Returns:
createKB
public static OWLSKnowledgeBase createKB()
- Deprecated. Use OWLFactory.createKB() instead
createOntology
public static OWLSOntology createOntology()
- Deprecated. Use OWLFactory.createOntology() instead
createOntology
public static OWLSOntology createOntology(java.net.URI uri)
- Deprecated. Use OWLFactory.createOntology(URI) instead
getDefaultConverters
public static java.util.Map getDefaultConverters()
createValueMap
public static ValueMap createValueMap()
- Deprecated. Use new ValueMap() to create a ValueMap
Copyright © 2004 Evren Sirin. All Rights Reserved.