org.mindswap.owls
Class OWLSFactory

java.lang.Object
  extended by org.mindswap.owls.OWLSListFactory
      extended by org.mindswap.owls.OWLSFactory

public class OWLSFactory
extends OWLSListFactory

Author:
Evren Sirin

Nested Class Summary
static interface OWLSFactory.Interface
           
 
Constructor Summary
OWLSFactory()
           
 
Method Summary
static ProcessExecutionEngine createExecutionEngine()
           
static OWLSKnowledgeBase createKB()
          Deprecated. Use OWLFactory.createKB() instead
static OWLSOntology createOntology()
          Deprecated. Use OWLFactory.createOntology() instead
static OWLSOntology createOntology(java.net.URI uri)
          Deprecated. Use OWLFactory.createOntology(URI) instead
static ValueMap createValueMap()
          Deprecated. Use new ValueMap() to create a ValueMap
static OWLSVersionTranslator createVersionTranslator()
           
static OWLSVersionTranslator createVersionTranslator(java.lang.String version)
           
static java.util.Map getDefaultConverters()
           
static java.lang.String getVersion()
           
 
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
 

Constructor Detail

OWLSFactory

public OWLSFactory()
Method Detail

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.