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