Class ContextPlan


  • public class ContextPlan
    extends Plan
    A plan that waits for the same condition as the goal
    • Constructor Detail

      • ContextPlan

        public ContextPlan()
    • Method Detail

      • body

        public void body()
        The body method is called on the instantiated plan instance from the scheduler.
        Specified by:
        body in class Plan
      • aborted

        public void aborted()
        Called on plan abortion.
        Overrides:
        aborted in class Plan