|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.pucrio.inf.les.bdijade.reasoning.DefaultDeliberationFunction
public class DefaultDeliberationFunction
The default implementation of the DeliberationFunction. It selects
all intentions to be tried.
| Constructor Summary | |
|---|---|
DefaultDeliberationFunction()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultDeliberationFunction()
| Method Detail |
|---|
public java.util.Set<Goal> filter(java.util.Map<Goal,GoalStatus> goals)
DeliberationFunction
filter in interface DeliberationFunctiongoals - the list of current goals (that might be intentions).
DeliberationFunction.filter(java.util.Map)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||