Class AutoParallelFinishedOnAnyStepGroup


  • public class AutoParallelFinishedOnAnyStepGroup
    extends AutoParallelStepGroup
    AutoParallelStepGroup where on completion of any child steps the whole group finishes.
    • Constructor Detail

      • AutoParallelFinishedOnAnyStepGroup

        public AutoParallelFinishedOnAnyStepGroup()
    • Method Detail

      • update

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

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