Class DefaultPlanLister
-
- All Implemented Interfaces:
-
com.embabel.agent.api.common.autonomy.PlanLister
@Service() public final class DefaultPlanLister implements PlanLister
-
-
Constructor Summary
Constructors Constructor Description DefaultPlanLister(AgentPlatform agentPlatform)
-
Method Summary
Modifier and Type Method Description List<Plan>achievablePlans(ProcessOptions processOptions, Map<String, Object> bindings)List achievable plans from the current world state. -
-
Constructor Detail
-
DefaultPlanLister
DefaultPlanLister(AgentPlatform agentPlatform)
-
-
Method Detail
-
achievablePlans
List<Plan> achievablePlans(ProcessOptions processOptions, Map<String, Object> bindings)
List achievable plans from the current world state.
- Parameters:
processOptions- process optionsbindings- bindings to use for planning
-
-
-
-