|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.pucrio.inf.les.bdijade.reasoning.DefaultOptionGenerationFunction
public class DefaultOptionGenerationFunction
The default implementation of the OptionGenerationFunction. It
selects all goals, therefore none is dropped or created.
| Constructor Summary | |
|---|---|
DefaultOptionGenerationFunction()
|
|
| Method Summary | |
|---|---|
java.util.Set<Goal> |
generateGoals(java.util.Map<Goal,GoalStatus> goals)
The goals parameter is a map of all goals of the agent (that might be intentions) with their corresponding status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultOptionGenerationFunction()
| Method Detail |
|---|
public java.util.Set<Goal> generateGoals(java.util.Map<Goal,GoalStatus> goals)
OptionGenerationFunction
generateGoals in interface OptionGenerationFunctiongoals - the current goals with their status.
OptionGenerationFunction.generateGoals(java.util.Map)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||