public interface DeliberationFunction extends ReasoningStrategy
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<GoalUpdateSet.GoalDescription> |
filter(java.util.Set<GoalUpdateSet.GoalDescription> goals)
Selects the goals that must be tried to achieve and the ones.
|
setCapabilityjava.util.Set<GoalUpdateSet.GoalDescription> filter(java.util.Set<GoalUpdateSet.GoalDescription> goals)
goals - the list of current goals dispatched by the capability
associated with this strategy.GoalUpdateSet.GoalDescription), which will become intentions.