|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Game<M>
| Method Summary | |
|---|---|
byte |
currentPlayer()
|
Game<M> |
doMove(M m)
|
boolean |
ended()
|
int |
evalState(byte player)
|
java.lang.Integer |
getMovesDone()
|
java.util.List<M> |
moves()
|
boolean |
noMoreMove()
|
byte |
otherPlayer(byte player)
|
boolean |
wins(byte player)
|
| Method Detail |
|---|
java.util.List<M> moves()
Game<M> doMove(M m)
java.lang.Integer getMovesDone()
byte currentPlayer()
byte otherPlayer(byte player)
boolean noMoreMove()
boolean ended()
boolean wins(byte player)
int evalState(byte player)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||