Class GoalInhibitionPlan


  • public class GoalInhibitionPlan
    extends Plan
    Check test cases of goal inhibition agent.
    • Constructor Detail

      • GoalInhibitionPlan

        public GoalInhibitionPlan()
    • Method Detail

      • body

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