|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AutomatonReturn | |
gecco.game.dke | |
gecco.game.dke3 | |
gecco.server.automaton |
Uses of AutomatonReturn in gecco.game.dke |
Methods in gecco.game.dke that return AutomatonReturn | |
AutomatonReturn |
AutomatonImpl.update(int[][] neighourStates)
|
AutomatonReturn |
AutomatonImpl.handleEvent(AutomatonEvent event)
|
Uses of AutomatonReturn in gecco.game.dke3 |
Methods in gecco.game.dke3 that return AutomatonReturn | |
AutomatonReturn |
AutomatonImplDKE3.handleEvent(AutomatonEvent event)
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |