org.mindswap.owls
Class OWLSListFactory
java.lang.Object
org.mindswap.owls.OWLSListFactory
- Direct Known Subclasses:
- OWLSFactory
public class OWLSListFactory
- extends java.lang.Object
- Author:
- Evren Sirin
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLSListFactory
public OWLSListFactory()
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.