public class DefaultDeliberationFunction extends java.lang.Object implements DeliberationFunction
DeliberationFunction. It selects
all intentions to be tried.| Constructor and Description |
|---|
DefaultDeliberationFunction() |
| 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.
|
public java.util.Set<Goal> filter(java.util.Map<Goal,GoalStatus> goals)
DeliberationFunctionfilter in interface DeliberationFunctiongoals - the list of current goals (that might be intentions).DeliberationFunction.filter(java.util.Map)