|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RegularGame<M>
| Method Summary | |
|---|---|
byte |
getAtPosition(byte column,
byte row)
|
int |
getColumns()
|
byte |
getPlayerNone()
|
byte |
getPlayerOne()
|
byte |
getPlayerTwo()
|
int |
getRows()
|
java.lang.Boolean |
isLegalMove(M move)
|
RegularGame<M> |
setAtPosition(byte column,
byte row)
|
| Methods inherited from interface de.fhwiesbaden.jgamp001.thello.Game |
|---|
currentPlayer, doMove, ended, evalState, getMovesDone, moves, noMoreMove, otherPlayer, wins |
| Method Detail |
|---|
int getRows()
int getColumns()
byte getPlayerOne()
byte getPlayerTwo()
byte getPlayerNone()
byte getAtPosition(byte column,
byte row)
java.lang.Boolean isLegalMove(M move)
RegularGame<M> setAtPosition(byte column,
byte row)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||