|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Driver in <Unnamed> |
---|
Fields in <Unnamed> declared as Driver | |
---|---|
Driver |
TestingKernel.theDriver
|
Driver |
Facade.theDriver
|
Constructors in <Unnamed> with parameters of type Driver | |
---|---|
Facade(Board newBoard,
Driver newDriver)
Constructor for the facade. |
|
LocalPlayer(int num,
Rules rules,
Driver theDriver)
This is a default constructor for this object |
|
NetworkPlayer(int playerNum,
Rules rules,
Driver theDriver)
Constructor that creates a default object of this class |
|
Player(int num,
Rules newRules,
Driver newDriver)
Create a new instance of a Player object to represent one of the users. |
|
Rules(Board board,
Driver driver)
The constructor for the Rules class. |
|
TestingKernel(Driver aDriver)
The constructor for this kernel which calls the other methods. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |