Interface Planner
- All Known Implementing Classes:
ConditionalPlanner, GoalOrientedPlanner, LoopPlanner, P2PPlanner, ParallelPlanner, SequentialPlanner, SupervisorPlanner
public interface Planner
-
Method Summary
Modifier and TypeMethodDescriptiondefault Actioncall(AgentInstance... agents) default Actioncall(List<AgentInstance> agents) default Actiondone()default Actiondefault ActionfirstAction(PlanningContext planningContext) default voidinit(InitPlanningContext initPlanningContext) nextAction(PlanningContext planningContext) default ActionnoOp()
-
Method Details
-
init
-
firstAction
-
nextAction
-
noOp
-
call
-
call
-
done
-
done
-