public interface OptionGenerationFunction
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.util.Set<Goal> generateGoals(java.util.Map<Goal,GoalStatus> goals)
goals - the current goals with their status.