Interface State<T>
- Type Parameters:
T
- represents the moves that can be applied to the states
- All Known Subinterfaces:
TwoPhaseMoveState<T>
-
Method Summary
Methods inherited from interface common.State
isLegalMove, makeMove
-
Method Details
-
isSolved
boolean isSolved()Returns whether the puzzle is solved.- Returns:
- whether the puzzle is solved
-
getLegalMoves
-
clone
-