Class AutoParallelFinishedOnAnyStepGroup
- java.lang.Object
-
- org.wildstang.framework.auto.AutoStep
-
- org.wildstang.framework.auto.steps.AutoParallelStepGroup
-
- org.wildstang.framework.auto.steps.AutoParallelFinishedOnAnyStepGroup
-
public class AutoParallelFinishedOnAnyStepGroup extends AutoParallelStepGroup
AutoParallelStepGroup where on completion of any child steps the whole group finishes.
-
-
Constructor Summary
Constructors Constructor Description AutoParallelFinishedOnAnyStepGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
Returns the name of the AutoStep, used to uniquely identify the step.void
update()
Updates every step in the group, until one is finished, then finishes.-
Methods inherited from class org.wildstang.framework.auto.steps.AutoParallelStepGroup
addStep, initialize
-
Methods inherited from class org.wildstang.framework.auto.AutoStep
isFinished, setFinished, setFinished
-
-
-
-
Method Detail
-
update
public void update()
Updates every step in the group, until one is finished, then finishes.- Overrides:
update
in classAutoParallelStepGroup
-
toString
public java.lang.String toString()
Returns the name of the AutoStep, used to uniquely identify the step.- Overrides:
toString
in classAutoParallelStepGroup
- Returns:
- Name of the AutoStep.
-
-