. This object contains the
letters not already given to the players. It is able to initialize itself
at the beginning of the game, empty itself at any time, transmit and receive
its data threw the net-game.
-
debug
-
-
letter
- Letter.
-
letters
- LinkFrame linkFrame;
-
Bag()
- Creates a new Bag
-
Bag(Distribution)
- Creates a new Bag with the appropriate distribution depending on the
language chosen
-
emptyBag()
- empty Bag
-
initBag(Distribution)
- Gets the distribution fitting the language chosen
-
main(String[])
- Test stuff.
debug
static boolean debug
letter
Letter letter
- Letter.
Contains objects of type Letter.
letters
Vector letters
- LinkFrame linkFrame;
Bag
public Bag()
- Creates a new Bag
Bag
public Bag(Distribution distribution)
- Creates a new Bag with the appropriate distribution depending on the
language chosen
initBag
public void initBag(Distribution distribution)
- Gets the distribution fitting the language chosen
emptyBag
public void emptyBag()
- empty Bag
main
public static void main(String args[])
- Test stuff.
All Packages Class Hierarchy This Package Previous Next Index