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 Details

    • AutoParallelFinishedOnAnyStepGroup

      public AutoParallelFinishedOnAnyStepGroup()
  • Method Details

    • update

      public void update()
      Updates every step in the group, until one is finished, then finishes.
      Overrides:
      update in class AutoParallelStepGroup
    • toString

      public String toString()
      Returns the name of the AutoStep, used to uniquely identify the step.
      Overrides:
      toString in class AutoParallelStepGroup
      Returns:
      Name of the AutoStep.