Uses of Class
gecco.server.automaton.Automaton

Packages that use Automaton
gecco.game.firefighter   
gecco.server.automaton   
 

Uses of Automaton in gecco.game.firefighter
 

Subclasses of Automaton in gecco.game.firefighter
 class AutomatonImpl
          Description of the Class
 

Uses of Automaton in gecco.server.automaton
 

Fields in gecco.server.automaton declared as Automaton
 Automaton[][] AutomatonMap.theMap
          The map
 

Methods in gecco.server.automaton that return Automaton
 Automaton AutomatonMap.getAutomaton(int x, int y)
          Gets an automaton at a given location.
private  Automaton AutomatonMap.getNewAutomaton(int initialState)
          Allocates a new automaton.