chord.project
Class StepCollectionForTaskWithState

java.lang.Object
  extended by chord.project.AbstractStepCollection
      extended by chord.project.StepCollectionForTaskWithState
All Implemented Interfaces:
IStepCollection

public class StepCollectionForTaskWithState
extends AbstractStepCollection


Field Summary
protected  java.lang.Class<ITask> taskKind
           
 
Fields inherited from class chord.project.AbstractStepCollection
consumedDataCollections, name, prescribingCollection, producedCtrlCollections, producedDataCollections
 
Constructor Summary
StepCollectionForTaskWithState()
           
 
Method Summary
 void run(java.lang.Object ctrl)
           
 void setTaskKind(java.lang.Class<ITask> taskKind)
           
 
Methods inherited from class chord.project.AbstractStepCollection
getConsumedDataCollections, getName, getPrescribingCollection, getProducedCtrlCollections, getProducedDataCollections, setConsumedDataCollections, setName, setPrescribingCollection, setProducedCtrlCollections, setProducedDataCollections
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taskKind

protected java.lang.Class<ITask> taskKind
Constructor Detail

StepCollectionForTaskWithState

public StepCollectionForTaskWithState()
Method Detail

setTaskKind

public void setTaskKind(java.lang.Class<ITask> taskKind)

run

public void run(java.lang.Object ctrl)