Package org.sterl.pmw.model
Class StepContainer<T extends Serializable>
java.lang.Object
org.sterl.pmw.model.StepContainer<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnext(String id, WorkflowStep<T> s) next(WorkflowStep<T> s) voidLocks an ID for this step collection
-
Constructor Details
-
StepContainer
public StepContainer()
-
-
Method Details
-
next
-
next
-
useId
Locks an ID for this step collection- Throws:
IllegalArgumentException- if the id is already in use
-