aima.search.nqueens
Class NQueensGoalTest

java.lang.Object
  extended by aima.search.nqueens.NQueensGoalTest
All Implemented Interfaces:
GoalTest

public class NQueensGoalTest
extends java.lang.Object
implements GoalTest


Constructor Summary
NQueensGoalTest()
           
 
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

NQueensGoalTest

public NQueensGoalTest()
Method Detail

isGoalState

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