Class GenerateGoalPlan


  • public class GenerateGoalPlan
    extends Plan
    Create a goal and wait for the result.
    • Constructor Detail

      • GenerateGoalPlan

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