Uses of Class
gecco.server.automaton.AutomatonReturn

Packages that use AutomatonReturn
gecco.game.firefighter   
gecco.game.oresund   
gecco.game.testgame   
gecco.server.automaton   
 

Uses of AutomatonReturn in gecco.game.firefighter
 

Methods in gecco.game.firefighter that return AutomatonReturn
 AutomatonReturn AutomatonImpl.update(int[][] neighbourStates)
          Description of the Method
 AutomatonReturn AutomatonImpl.handleEvent(AutomatonEvent event)
          Description of the Method
 

Uses of AutomatonReturn in gecco.game.oresund
 

Methods in gecco.game.oresund that return AutomatonReturn
 AutomatonReturn AutomatonImpl.update(int[][] neighbourStates)
          Description of the Method
 AutomatonReturn AutomatonImpl.handleEvent(AutomatonEvent event)
          Description of the Method
 

Uses of AutomatonReturn in gecco.game.testgame
 

Methods in gecco.game.testgame that return AutomatonReturn
 AutomatonReturn AutomatonImpl.update(int[][] neighourStates)
          Description of the Method
 AutomatonReturn AutomatonImpl.handleEvent(AutomatonEvent event)
          Description of the Method
 

Uses of AutomatonReturn in gecco.server.automaton
 

Subclasses of AutomatonReturn in gecco.server.automaton
 class AutomatonReturnNoAction
          Description of the Class
 class AutomatonReturnQueueNeighbours
          Description of the Class
 class AutomatonReturnQueueSelective
          This class represents a return from an automaton update call, that indicates that certain neighbours of the automaton should be inserted into the queue.
 class AutomatonReturnQueueSelf
          Description of the Class
 class AutomatonReturnQueueSelfAndNeighbours
          Description of the Class
 

Methods in gecco.server.automaton that return AutomatonReturn
abstract  AutomatonReturn Automaton.update(int[][] neighbourStates)
          The update method of the automaton.
abstract  AutomatonReturn Automaton.handleEvent(AutomatonEvent event)
          Handles incoming event to the automaton.