|
GeneThello Home | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Move | |
|---|---|
| net.sf.genethello.applet | Together with package net.sf.genethello.gametheory.applet, provides classes necessary to create GeneThello applet. |
| net.sf.genethello.applet.gametheory | Together with package net.sf.genethello.applet, provides classes necessary to create GeneThello applet. |
| Uses of Move in net.sf.genethello.applet |
|---|
| Methods in net.sf.genethello.applet that return Move | |
|---|---|
Move |
BoardPanel.getMove()
Gets move. |
Move |
Brain.getMove(int i)
Gets i'th move. |
Move |
Brain.getRandomMove()
Gets random move from array of valid moves. |
Move[][] |
Game.getTranscript()
Gets transcript of game in matrix of moves, e.g. (BLACK)(WHITE) d3c3 b3e3 .... |
| Methods in net.sf.genethello.applet with parameters of type Move | |
|---|---|
protected void |
Brain.DoMove(Move mv)
Does move using valid move mv. |
void |
Game.mainRoutine(Move mv)
Main routine of the game while using graphical user interface. |
protected void |
Brain.PrintMove(Move mv)
Print move to standard output. |
void |
Game.replayingRoutine(Move mv)
Main routine of the game while replaying game. |
void |
BoardPanel.setMove(Move mv)
Sets move. |
void |
Game.setTranscript(Move[][] transcript)
Sets transcript of game in Move arrays. |
void |
Game.startReplay(Move[][] tr)
Starts replaying game using graphical user interface. |
| Uses of Move in net.sf.genethello.applet.gametheory |
|---|
| Fields in net.sf.genethello.applet.gametheory declared as Move | |
|---|---|
protected Move |
GameTheory.bestmove
Best move found so far. |
| Methods in net.sf.genethello.applet.gametheory that return Move | |
|---|---|
Move |
GameTheory.getBestmove()
Gets best move. |
abstract Move |
GameTheory.getMove(int i)
Gets i-th move from valid moves. |
| Methods in net.sf.genethello.applet.gametheory with parameters of type Move | |
|---|---|
protected abstract void |
GameTheory.DoMove(Move mv)
Does move mv. |
protected abstract void |
GameTheory.PrintMove(Move mv)
Prints move to standard output. |
|
GeneThello Home | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||