Class WaitForBeliefSetPlan


  • public class WaitForBeliefSetPlan
    extends Plan
    Wait endlessly for belief changes.
    • Constructor Detail

      • WaitForBeliefSetPlan

        public WaitForBeliefSetPlan()
    • Method Detail

      • body

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

        public void failed()
        Called on plan failure.
        Overrides:
        failed in class Plan