public class DefaultOptionGenerationFunction extends java.lang.Object implements OptionGenerationFunction
OptionGenerationFunction. It
selects all goals, therefore none is dropped or created.| Constructor and Description |
|---|
DefaultOptionGenerationFunction() |
| 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.
|
public java.util.Set<Goal> generateGoals(java.util.Map<Goal,GoalStatus> goals)
OptionGenerationFunctiongenerateGoals in interface OptionGenerationFunctiongoals - the current goals with their status.OptionGenerationFunction.generateGoals(java.util.Map)