public class DepthFirstGoalChooserBuilder extends Object implements GoalChooserBuilder
| Constructor and Description |
|---|
DepthFirstGoalChooserBuilder() |
| Modifier and Type | Method and Description |
|---|---|
GoalChooserBuilder |
copy()
returns a clone of this goal chooser
|
IGoalChooser |
create()
returns a new goal chooser
|
String |
name()
returns the name of the goal chooser
|
public static final String NAME
public IGoalChooser create()
GoalChooserBuildercreate in interface GoalChooserBuilderpublic GoalChooserBuilder copy()
GoalChooserBuildercopy in interface GoalChooserBuilderpublic String name()
GoalChooserBuildername in interface GoalChooserBuilder