A B C D E F G H I L M N O R S T V W

G

gameOver() - Method in class assignment2.BoggleGUI
 
getBoard(int) - Static method in class assignment2.BoggleBoardFactory
Return a random board of specified size using the factory's BoardMaker.
getFace(int, int) - Method in class assignment2.BoggleBoard
Return the cube face at specified location, this will be a one-character string, presumably, or "Qu" for a Q-cube.
getMonitorableStream(InputStream, String) - Static method in class assignment2.StoppableReader
 
getName() - Method in class assignment2.AbstractAutoPlayer
Return string "AutoPlayer".
getName() - Method in class assignment2.AbstractPlayer
 
getName() - Method in class assignment2.HumanPlayer
Returns name of this player.
getName() - Method in interface assignment2.IPlayer
Return the name of a player.
getRandom() - Static method in class assignment2.BoggleBoardFactory
Return the factory's random number generator, this helps ensure consist debugging or consistent play.
getRandomFace() - Method in class assignment2.Cube
Return a random face of the cube, effectively "rolling" the cube and returning the value shown.
getScore() - Method in class assignment2.AbstractPlayer
Return the player's score (as calculated via updates to the add method).
getScore(String, int) - Method in class assignment2.BoggleScore
 
getScore() - Method in interface assignment2.IPlayer
Get the score for this player, see BoggleScore for how scores are calculated.

A B C D E F G H I L M N O R S T V W