Uses of Class
gecco.server.automaton.AutomatonMap

Packages that use AutomatonMap
gecco.game.testgame   
gecco.server.core   
gecco.server.qmanager   
gecco.server.startup   
gecco.server.unitmanager   
gecco.server.visibility   
 

Uses of AutomatonMap in gecco.game.testgame
 

Constructors in gecco.game.testgame with parameters of type AutomatonMap
AutomatonMonitor(AutomatonMap aMap)
          Constructor for the AutomatonMonitor object
 

Uses of AutomatonMap in gecco.server.core
 

Fields in gecco.server.core declared as AutomatonMap
private static AutomatonMap ReferenceHolder.automatonMap
          Description of the Field
 

Methods in gecco.server.core that return AutomatonMap
static AutomatonMap ReferenceHolder.getAutomatonMap()
          Gets the AutomatonMap attribute of the ReferenceHolder class
 

Methods in gecco.server.core with parameters of type AutomatonMap
static void ReferenceHolder.setAutomatonMap(AutomatonMap map)
          Sets the AutomatonMap attribute of the ReferenceHolder class
 

Uses of AutomatonMap in gecco.server.qmanager
 

Fields in gecco.server.qmanager declared as AutomatonMap
(package private)  AutomatonMap QManager.aMap
          Description of the Field
 

Constructors in gecco.server.qmanager with parameters of type AutomatonMap
QManager(AutomatonMap aMap)
          Constructor for the QManager object
 

Uses of AutomatonMap in gecco.server.startup
 

Fields in gecco.server.startup declared as AutomatonMap
private  AutomatonMap StartServer.map
          Description of the Field
 

Uses of AutomatonMap in gecco.server.unitmanager
 

Constructors in gecco.server.unitmanager with parameters of type AutomatonMap
UnitManager(String[] roles, Set godseyeRoles, AutomatonMap automatonMap)
          Constructor for the UnitManager object
 

Uses of AutomatonMap in gecco.server.visibility
 

Fields in gecco.server.visibility declared as AutomatonMap
private  AutomatonMap VisibilityManager.am
          Description of the Field
 

Constructors in gecco.server.visibility with parameters of type AutomatonMap
VisibilityManager(AutomatonMap am, Client ci, UnitManager um)
          Constructor for the VisibilityManager object