public class DefaultDeliberationFunction extends AbstractReasoningStrategy implements DeliberationFunction
DeliberationFunction. It selects all intentions to be tried.capability| Constructor and Description |
|---|
DefaultDeliberationFunction() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Goal> |
filter(java.util.Set<GoalUpdateSet.GoalDescription> goals)
This method selects all goals to become intentions.
|
setCapabilityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetCapabilitypublic java.util.Set<Goal> filter(java.util.Set<GoalUpdateSet.GoalDescription> goals)
filter in interface DeliberationFunctiongoals - the list of current goals dispatched by the capability
associated with this strategy.DeliberationFunction.filter(Set)