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

S

setMaker(IBoardMaker) - Static method in class assignment2.BoggleBoardFactory
Change the board maker used by the factor.
setRandom(Random) - Static method in class assignment2.BoggleBoardFactory
Change the source of a game's random number generator.
setUp() - Method in class assignment2.ExampleTest
 
setView(IPlayerView) - Method in class assignment2.AbstractPlayer
Set a veiw for this player, if not called the player will have a null view.
setView(IPlayerView) - Method in interface assignment2.IPlayer
Specify a view for this player, the view is potentially used to show errors, highlight cubes for a word, and so on.
showError(String) - Method in class assignment2.BoggleGUI
 
showError(String, String) - Method in interface assignment2.IPlayerView
Show an error during the game.
showError(String) - Static method in class assignment2.StoppableReader
 
showWord(String, List<BoardCell>, IPlayer) - Method in interface assignment2.IPlayerView
A view should support some way to visualize a player's word found on a board at some set of board locations.
SimpleLexicon - Class in assignment2
Simple Lexicon implementation simply storing words in a set.
SimpleLexicon() - Constructor for class assignment2.SimpleLexicon
 
size() - Method in class assignment2.BoggleBoard
Returns dimension of a square board, e.g., 4 or 5 for Boggle or Big Boggle, respectively.
size() - Method in interface assignment2.ILexicon
Returns number of words stored in the lexicon (as from last call to load, for example).
size() - Method in class assignment2.SimpleLexicon
 
StandardBoardMaker - Class in assignment2
Supply a random BoggleBoard that's either 4x4 or 5x5 using standard cubes from Boggle and Big Boggle, respectively.
StandardBoardMaker() - Constructor for class assignment2.StandardBoardMaker
 
StoppableReader - Class in assignment2
 
StoppableReader() - Constructor for class assignment2.StoppableReader
 

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