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