aima.search.framework
Interface GoalTest

All Known Implementing Classes:
EightPuzzleGoalTest, MapGoalTest, NQueensFitnessFunction, NQueensGoalTest

public interface GoalTest


Method Summary
 boolean isGoalState(java.lang.Object state)
           
 

Method Detail

isGoalState

boolean isGoalState(java.lang.Object state)