aima.search.eightpuzzle
Class EightPuzzleGoalTest

java.lang.Object
  extended by aima.search.eightpuzzle.EightPuzzleGoalTest
All Implemented Interfaces:
GoalTest

public class EightPuzzleGoalTest
extends java.lang.Object
implements GoalTest


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

Constructor Detail

EightPuzzleGoalTest

public EightPuzzleGoalTest()
Method Detail

isGoalState

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