public interface DeliberationFunction
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Goal> |
filter(java.util.Map<Goal,GoalStatus> goals)
Selects the goals that must be tried to achieve and the ones that will be
in the waiting status.
|
java.util.Set<Goal> filter(java.util.Map<Goal,GoalStatus> goals)
goals - the list of current goals (that might be intentions).