Class BeliefChangesPlan


  • public class BeliefChangesPlan
    extends Plan
    Test different kinds of belief changes.
    • Constructor Detail

      • BeliefChangesPlan

        public BeliefChangesPlan()
    • 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
      • checkPlans

        protected boolean checkPlans​(int plan_a,
                                     int plan_b,
                                     int plan_c,
                                     int[] plans_executed)
        Check that plans have been executed as stated. Resets the plan_executed counters for next check.
        Returns:
        The plans_executed array contains the observed values after the method returns (for debugging).