Class GoalConditionsPlan


  • public class GoalConditionsPlan
    extends Plan
    Plan to test goal conditions. Note: the planbase content cannot be used here, because micro plansteps currently do not guarantee that all consequences will be executed (as in old tree agenda). todo: currently needs some waitFor(10) to execute the consequences before plan continues
    • Constructor Detail

      • GoalConditionsPlan

        public GoalConditionsPlan()
    • Method Detail

      • body

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