Class EADecideIterationPlan


  • public class EADecideIterationPlan
    extends Plan
    Decide about the next round and the cfp for it.
    • Constructor Detail

      • EADecideIterationPlan

        public EADecideIterationPlan()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan
      • passed

        public void passed()
        Description copied from class: Plan
        The passed method is called on plan success.
        Overrides:
        passed in class Plan
      • failed

        public void failed()
        Description copied from class: Plan
        The failed method is called on plan failure/abort.
        Overrides:
        failed in class Plan
      • aborted

        public void aborted()
        Description copied from class: Plan
        The plan was aborted (because of conditional goal success or termination from outside).
        Overrides:
        aborted in class Plan