public interface PlanSelectionStrategy extends ReasoningStrategy
| Modifier and Type | Method and Description |
|---|---|
Plan |
selectPlan(Goal goal,
java.util.Set<Plan> candidatePlans)
Selects a plan to be executed to achieve the given goal, given a set of
candidate plans.
|
setCapability