org.encog.ml.graph.search
Class SimpleDestinationGoal
java.lang.Object
org.encog.ml.graph.search.SimpleDestinationGoal
- All Implemented Interfaces:
- SearchGoal
public class SimpleDestinationGoal
- extends Object
- implements SearchGoal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleDestinationGoal
public SimpleDestinationGoal(BasicNode goalDestination)
isGoalMet
public boolean isGoalMet(BasicPath path)
- Specified by:
isGoalMet
in interface SearchGoal
getGoalDestination
public BasicNode getGoalDestination()
- Returns:
- the goalDestination
Copyright © 2014. All Rights Reserved.