aima.search.map
Class MapGoalTest

java.lang.Object
  extended by aima.search.map.MapGoalTest
All Implemented Interfaces:
GoalTest

public class MapGoalTest
extends java.lang.Object
implements GoalTest


Constructor Summary
MapGoalTest(java.lang.String goalState)
           
 
Method Summary
 boolean isGoalState(java.lang.Object currentState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapGoalTest

public MapGoalTest(java.lang.String goalState)
Method Detail

isGoalState

public boolean isGoalState(java.lang.Object currentState)
Specified by:
isGoalState in interface GoalTest