public class SimpleDestinationGoal extends java.lang.Object implements SearchGoal
| Constructor and Description |
|---|
SimpleDestinationGoal(BasicNode goalDestination) |
| Modifier and Type | Method and Description |
|---|---|
BasicNode |
getGoalDestination() |
boolean |
isGoalMet(BasicPath path) |
public SimpleDestinationGoal(BasicNode goalDestination)
public boolean isGoalMet(BasicPath path)
isGoalMet in interface SearchGoalpublic BasicNode getGoalDestination()