public class DefaultOptionGenerationFunction extends AbstractReasoningStrategy implements OptionGenerationFunction
OptionGenerationFunction. No goal is dropped or created.capability| Constructor and Description |
|---|
DefaultOptionGenerationFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateGoals(GoalUpdateSet goalUpdateSet)
This performs no action, that is, it is an empty implementation.
|
setCapabilityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetCapabilitypublic void generateGoals(GoalUpdateSet goalUpdateSet)
GoalUpdateSet
remains as goals, and no goal is dropped or created.generateGoals in interface OptionGenerationFunctiongoalUpdateSet - a three-set object containing current goals with their status,
and dropped and generated goals.OptionGenerationFunction.generateGoals(GoalUpdateSet)