public static class NQueensGenAlgoUtil.NQueensGenAlgoGoalTest extends java.lang.Object implements GoalTest
| Constructor and Description |
|---|
NQueensGenAlgoGoalTest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isGoalState(java.lang.Object state)
Returns
true if the given state is a goal state. |
public boolean isGoalState(java.lang.Object state)
GoalTesttrue if the given state is a goal state.isGoalState in interface GoalTesttrue if the given state is a goal state.