Interface PlanLister
-
- All Implemented Interfaces:
public interface PlanListerInterface for listing achievable plans based on the current world state.
-
-
Method Summary
Modifier and Type Method Description abstract List<Plan>achievablePlans(ProcessOptions processOptions, Map<String, Object> bindings)List achievable plans from the current world state. List<Goal>achievableGoals(ProcessOptions processOptions, Map<String, Object> bindings)-
-
Method Detail
-
achievablePlans
abstract 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
-
achievableGoals
List<Goal> achievableGoals(ProcessOptions processOptions, Map<String, Object> bindings)
-
-
-
-