|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BoggleModel in <Unnamed> |
---|
Fields in <Unnamed> declared as BoggleModel | |
---|---|
protected BoggleModel |
AbstractPlayer.myModel
|
Methods in <Unnamed> with parameters of type BoggleModel | |
---|---|
void |
IPlayer.initialize(BoggleModel model)
Initialize a player with a model, the model will serve this player for potentially more than one game. |
void |
AbstractPlayer.initialize(BoggleModel model)
Make this player have an associated model, and initialize other state appropriately. |
Constructors in <Unnamed> with parameters of type BoggleModel | |
---|---|
BadAutoPlayer(BoggleModel m)
|
|
BoggleGUI(BoggleModel model,
java.io.InputStream stream,
IAutoPlayer compPlayer)
|
|
HumanPlayer(BoggleModel model,
java.lang.String name)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |