org.mindswap.owls
Class OWLSListFactory

java.lang.Object
  extended by org.mindswap.owls.OWLSListFactory
Direct Known Subclasses:
OWLSFactory

public class OWLSListFactory
extends java.lang.Object

Author:
Evren Sirin

Nested Class Summary
static interface OWLSListFactory.Interface
           
 
Constructor Summary
OWLSListFactory()
           
 
Method Summary
static AtomicGroundingList createAtomicGroundingList()
           
static AtomicGroundingList createAtomicGroundingList(OWLIndividualList list)
           
static BindingList createBindingList()
           
static BindingList createBindingList(OWLIndividualList list)
           
static ConditionList createConditionList()
           
static ConditionList createConditionList(OWLIndividualList list)
           
static InputBindingList createInputBindingList()
           
static InputBindingList createInputBindingList(OWLIndividualList list)
           
static InputList createInputList()
           
static InputList createInputList(OWLIndividualList list)
           
static MessageMapList createMessageMapList()
           
static MessageMapList createMessageMapList(OWLIndividualList list)
           
static OutputBindingList createOutputBindingList()
           
static OutputBindingList createOutputBindingList(OWLIndividualList list)
           
static OutputList createOutputList()
           
static OutputList createOutputList(OWLIndividualList list)
           
static ParameterList createParameterList()
           
static ParameterList createParameterList(OWLIndividualList list)
           
static ProcessList createProcessList()
           
static ProcessList createProcessList(OWLIndividualList list)
           
static ResultList createResultList()
           
static ResultList createResultList(OWLIndividualList list)
           
static OWLIndividualList wrapList(OWLIndividualList list, java.lang.Class castTarget)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLSListFactory

public OWLSListFactory()
Method Detail

createAtomicGroundingList

public static AtomicGroundingList createAtomicGroundingList()

createAtomicGroundingList

public static AtomicGroundingList createAtomicGroundingList(OWLIndividualList list)

createBindingList

public static BindingList createBindingList()

createBindingList

public static BindingList createBindingList(OWLIndividualList list)

createConditionList

public static ConditionList createConditionList()

createConditionList

public static ConditionList createConditionList(OWLIndividualList list)

createInputBindingList

public static InputBindingList createInputBindingList()

createInputBindingList

public static InputBindingList createInputBindingList(OWLIndividualList list)

createInputList

public static InputList createInputList()

createInputList

public static InputList createInputList(OWLIndividualList list)

createMessageMapList

public static MessageMapList createMessageMapList()

createMessageMapList

public static MessageMapList createMessageMapList(OWLIndividualList list)

createOutputBindingList

public static OutputBindingList createOutputBindingList()

createOutputBindingList

public static OutputBindingList createOutputBindingList(OWLIndividualList list)

createOutputList

public static OutputList createOutputList()

createOutputList

public static OutputList createOutputList(OWLIndividualList list)

createParameterList

public static ParameterList createParameterList()

createParameterList

public static ParameterList createParameterList(OWLIndividualList list)

createProcessList

public static ProcessList createProcessList()

createProcessList

public static ProcessList createProcessList(OWLIndividualList list)

createResultList

public static ResultList createResultList()

createResultList

public static ResultList createResultList(OWLIndividualList list)

wrapList

public static OWLIndividualList wrapList(OWLIndividualList list,
                                         java.lang.Class castTarget)


Copyright © 2004 Evren Sirin. All Rights Reserved.