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.StringtoString()Returns the name of the AutoStep, used to uniquely identify the step.voidupdate()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:
updatein classAutoParallelStepGroup
-
toString
public java.lang.String toString()
Returns the name of the AutoStep, used to uniquely identify the step.- Overrides:
toStringin classAutoParallelStepGroup- Returns:
- Name of the AutoStep.
-
-