org.mindswap.owls
Interface OWLSListFactory.Interface

Enclosing class:
OWLSListFactory

public static interface OWLSListFactory.Interface


Method Summary
 AtomicGroundingList createAtomicGroundingList()
           
 AtomicGroundingList createAtomicGroundingList(OWLIndividualList properties)
           
 BindingList createBindingList()
           
 BindingList createBindingList(OWLIndividualList list)
           
 ConditionList createConditionList()
           
 ConditionList createConditionList(OWLIndividualList list)
           
 InputBindingList createInputBindingList()
           
 InputBindingList createInputBindingList(OWLIndividualList list)
           
 InputList createInputList()
           
 InputList createInputList(OWLIndividualList list)
           
 MessageMapList createMessageMapList()
           
 MessageMapList createMessageMapList(OWLIndividualList list)
           
 OutputBindingList createOutputBindingList()
           
 OutputBindingList createOutputBindingList(OWLIndividualList list)
           
 OutputList createOutputList()
           
 OutputList createOutputList(OWLIndividualList list)
           
 ParameterList createParameterList()
           
 ParameterList createParameterList(OWLIndividualList list)
           
 ProcessList createProcessList()
           
 ProcessList createProcessList(OWLIndividualList list)
           
 ResultList createResultList()
           
 ResultList createResultList(OWLIndividualList list)
           
 OWLIndividualList wrapList(OWLIndividualList list, java.lang.Class castTarget)
           
 

Method Detail

createAtomicGroundingList

AtomicGroundingList createAtomicGroundingList()

createAtomicGroundingList

AtomicGroundingList createAtomicGroundingList(OWLIndividualList properties)

createBindingList

BindingList createBindingList()

createBindingList

BindingList createBindingList(OWLIndividualList list)

createConditionList

ConditionList createConditionList()

createConditionList

ConditionList createConditionList(OWLIndividualList list)

createInputBindingList

InputBindingList createInputBindingList()

createInputBindingList

InputBindingList createInputBindingList(OWLIndividualList list)

createInputList

InputList createInputList()

createInputList

InputList createInputList(OWLIndividualList list)

createMessageMapList

MessageMapList createMessageMapList()

createMessageMapList

MessageMapList createMessageMapList(OWLIndividualList list)

createOutputBindingList

OutputBindingList createOutputBindingList()

createOutputBindingList

OutputBindingList createOutputBindingList(OWLIndividualList list)

createOutputList

OutputList createOutputList()

createOutputList

OutputList createOutputList(OWLIndividualList list)

createParameterList

ParameterList createParameterList()

createParameterList

ParameterList createParameterList(OWLIndividualList list)

createProcessList

ProcessList createProcessList()

createProcessList

ProcessList createProcessList(OWLIndividualList list)

createResultList

ResultList createResultList()

createResultList

ResultList createResultList(OWLIndividualList list)

wrapList

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


Copyright © 2004 Evren Sirin. All Rights Reserved.