|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BoardSet in ctf.environment |
Classes in ctf.environment that implement BoardSet | |
(package private) class |
DefaultSet
A default obstacle location preset for testing purposes. |
(package private) class |
FileSet
Board and obstacle settings read from a file. |
(package private) class |
LargeRandomSet
A large completely randomized board setting. |
(package private) class |
RandomSet
A completely randomized board setting. |
Fields in ctf.environment declared as BoardSet | |
(package private) BoardSet |
TestPlaySurface.mBoardSet
|
Constructors in ctf.environment with parameters of type BoardSet | |
Game.Game(Class[] inTeamAgents,
GameColorMap inColorMap,
BoardSet inBoardSet,
ObstacleSet inObstacleSet,
int inNumAgentsPerTeam,
StateChangeListener inStateChangeListener)
Constructs a Game . |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |