org.encog.ml.graph.search
Class SimpleDestinationGoal

java.lang.Object
  extended by org.encog.ml.graph.search.SimpleDestinationGoal
All Implemented Interfaces:
SearchGoal

public class SimpleDestinationGoal
extends Object
implements SearchGoal


Constructor Summary
SimpleDestinationGoal(BasicNode goalDestination)
           
 
Method Summary
 BasicNode getGoalDestination()
           
 boolean isGoalMet(BasicPath path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDestinationGoal

public SimpleDestinationGoal(BasicNode goalDestination)
Method Detail

isGoalMet

public boolean isGoalMet(BasicPath path)
Specified by:
isGoalMet in interface SearchGoal

getGoalDestination

public BasicNode getGoalDestination()
Returns:
the goalDestination


Copyright © 2014. All Rights Reserved.