|
Algorithm Development Kit 1.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMove
A valid move in the Search Tree.
Method Summary | |
---|---|
boolean |
execute(INode state)
Execute the move on the board state. |
boolean |
isValid(INode state)
Determine if move is valid in the board state. |
boolean |
undo(INode state)
Undo the move on the board state. |
Method Detail |
---|
boolean execute(INode state)
state
- boolean undo(INode state)
state
- boolean isValid(INode state)
state
-
|
Algorithm Development Kit 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |