Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
E
F
G
H
I
L
M
N
R
S
T
V
W
G
gameOver()
- Method in class
BoggleGUI
getAllValidWords(int)
- Method in class
AbstractAutoPlayer
getAllValidWords(int)
- Method in class
BadAutoPlayer
getAllValidWords(int)
- Method in interface
IAutoPlayer
Return all the valid words as found by the player, presumably automatically.
getBoard(int)
- Static method in class
BoggleBoardFactory
Return a random board of specified size using the factory's BoardMaker.
getFace(int, int)
- Method in class
BoggleBoard
Return the cube face at specified location, this will be a one-character string, presumably, or "Qu" for a Q-cube.
getFace(int, int)
- Method in class
BoggleModel
Return a string representing the face of a Boggle cube at the specified position on the model's current board.
getLexiconIterator()
- Method in class
BoggleModel
Return an iterator over the model's lexicon.
getName()
- Method in class
AbstractAutoPlayer
Return string "AutoPlayer".
getName()
- Method in class
AbstractPlayer
getName()
- Method in class
HumanPlayer
Returns name of this player.
getName()
- Method in interface
IPlayer
Return the name of a player.
getRandom()
- Static method in class
BoggleBoardFactory
Return the factory's random number generator, this helps ensure consist debugging or consistent play.
getRandomFace()
- Method in class
Cube
Return a random face of the cube, effectively "rolling" the cube and returning the value shown.
getScore()
- Method in class
AbstractPlayer
getScore(String)
- Method in class
BoggleModel
Return the score for specific string according to standard rules of Boggle.
getScore()
- Method in interface
IPlayer
Get the score for this player, see
BoggleModel
for how scores are calculated.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
E
F
G
H
I
L
M
N
R
S
T
V
W