A B C D E F G H I J L M N O P R S T U V W X Y

G

GameController - Class in cz.cvut.agents.rph.core
Controller of the game.
GameController(GameModel) - Constructor for class cz.cvut.agents.rph.core.GameController
Constructor of the Controller needs model on his input.
GameModel - Class in cz.cvut.agents.rph.core
Model of the game - should store all the data about the game, no GUI no logic here.
GameModel() - Constructor for class cz.cvut.agents.rph.core.GameModel
 
GameModel.GameStatus - Enum in cz.cvut.agents.rph.core
Status of the game.
GameModel.GameStatus() - Constructor for enum cz.cvut.agents.rph.core.GameModel.GameStatus
 
GameResult - Class in cz.cvut.agents.rph.core
Result of a game.
GameResult() - Constructor for class cz.cvut.agents.rph.core.GameResult
 
gameResult - Variable in class cz.cvut.agents.rph.reversi.ReversiModel
 
gameStatus - Variable in class cz.cvut.agents.rph.core.GameModel
Actual status of the game.
GameView - Class in cz.cvut.agents.rph.core
Represents a view of a game.
GameView() - Constructor for class cz.cvut.agents.rph.core.GameView
 
getBoard() - Method in class cz.cvut.agents.rph.reversi.ReversiModel
 
getBoardCopy() - Method in class cz.cvut.agents.rph.reversi.ReversiModel
 
getButtonText(GameModel.GameStatus) - Static method in enum cz.cvut.agents.rph.core.GameModel.GameStatus
 
getComparator() - Static method in class cz.cvut.agents.rph.reversi.PlayerResult
 
getDelayInMiliseconds() - Method in interface cz.cvut.agents.rph.reversi.DelayChanger
Gets the delay between moves in miliseconds.
getDelayInMiliseconds() - Method in class cz.cvut.agents.rph.reversi.ReversiView
 
getEmptySquareColor() - Method in class cz.cvut.agents.rph.reversi.ReversiPlayer
Gets the color of the empty square.
getEmptySquareColor() - Method in interface cz.cvut.agents.rph.reversi.ReversiPlayerInterface
Gets the color of the empty square.
getErrorPlayerName() - Method in class cz.cvut.agents.rph.reversi.ReversiModel
 
getGameResult() - Method in class cz.cvut.agents.rph.core.GameModel
 
getGameResult() - Method in class cz.cvut.agents.rph.reversi.ReversiModel
 
getGameStatus() - Method in class cz.cvut.agents.rph.core.GameModel
 
getHeight() - Method in class cz.cvut.agents.rph.reversi.ReversiModel
 
getMyColor() - Method in class cz.cvut.agents.rph.reversi.ReversiPlayer
Gets the color of the player.
getMyColor() - Method in interface cz.cvut.agents.rph.reversi.ReversiPlayerInterface
Gets the color of the player.
getName() - Method in class cz.cvut.agents.rph.reversi.players.DummyPlayer
 
getName() - Method in class cz.cvut.agents.rph.reversi.players.WrongMovePlayer
 
getName() - Method in class cz.cvut.agents.rph.reversi.ReversiPlayer
Returns name of the reversi player.
getName() - Method in interface cz.cvut.agents.rph.reversi.ReversiPlayerInterface
Returns name of the reversi player.
getOpponentColor() - Method in class cz.cvut.agents.rph.reversi.ReversiPlayer
Gets the color of the opponent player.
getOpponentColor() - Method in interface cz.cvut.agents.rph.reversi.ReversiPlayerInterface
Gets the color of the opponent player.
getPanel() - Method in class cz.cvut.agents.rph.reversi.ReversiView
 
getPlayer1MaxTime() - Method in class cz.cvut.agents.rph.reversi.ReversiModel
 
getPlayer1Name() - Method in class cz.cvut.agents.rph.reversi.ReversiModel
 
getPlayer1Result() - Method in class cz.cvut.agents.rph.reversi.ReversiGameResult
 
getPlayer1Stones() - Method in class cz.cvut.agents.rph.reversi.ReversiModel
 
getPlayer2MaxTime() - Method in class cz.cvut.agents.rph.reversi.ReversiModel
 
getPlayer2Name() - Method in class cz.cvut.agents.rph.reversi.ReversiModel
 
getPlayer2Result() - Method in class cz.cvut.agents.rph.reversi.ReversiGameResult
 
getPlayer2Stones() - Method in class cz.cvut.agents.rph.reversi.ReversiModel
 
getPlayerName() - Method in class cz.cvut.agents.rph.reversi.PlayerResult
 
getResultType() - Method in class cz.cvut.agents.rph.reversi.PlayerResult
 
getScore() - Method in class cz.cvut.agents.rph.reversi.PlayerResult
 
getStonesWithColor(int) - Method in class cz.cvut.agents.rph.reversi.ReversiModel
 
getStonesWon() - Method in class cz.cvut.agents.rph.reversi.PlayerResult
 
getTimeInMilis() - Method in class cz.cvut.agents.rph.reversi.ReversiMove
Gets the duration of the move in miliseconds.
getTimeoutPlayerName() - Method in class cz.cvut.agents.rph.reversi.ReversiModel
 
getValue(int, int) - Method in class cz.cvut.agents.rph.reversi.ReversiModel
 
getWidth() - Method in class cz.cvut.agents.rph.reversi.ReversiModel
 
getX() - Method in class cz.cvut.agents.rph.reversi.ReversiMove
Gets X coordinate of the stone.
getY() - Method in class cz.cvut.agents.rph.reversi.ReversiMove
Get Y coordinate of the stone.

A B C D E F G H I J L M N O P R S T U V W X Y