Uses of Package
rails.game.state

Packages that use rails.game.state
rails.game   
rails.game.model   
rails.game.move   
rails.game.special   
rails.game.specific._1825   
rails.game.specific._18EU   
rails.game.state   
 

Classes in rails.game.state used by rails.game
ArrayListState
          State class that wraps an ArrayList Generates according list moves Remark: Does not extend State or implements StateI do avoid additional overhead All state/move mechanisms already contained in Move objects For the future a simpler unified StateI would make things clearer TODO: Replace all stateful lists by this class and simplify according move objects
BooleanState
           
EnumState
           
GenericState
           
HashMapState
          State class that wraps a HashMap Generates according map moves Remark: Does not extend State or implements StateI do avoid additional overhead All state/move mechanisms already contained in Move objects For the future a simpler unified StateI would make things clearer TODO: Replace all stateful HashMaps by this class and simplify according move objects
HashSetState
          State class that wraps a HashSet Generates according set moves Remark: Does not extend State or implements StateI do avoid additional overhead All state/move mechanisms already contained in Move objects TODO: Replace all stateful sets by this class and simplify according move objects
IntegerState
           
State
           
StringState
           
 

Classes in rails.game.state used by rails.game.model
IntegerState
           
State
           
StateI
           
StringState
           
 

Classes in rails.game.state used by rails.game.move
StateI
           
 

Classes in rails.game.state used by rails.game.special
BooleanState
           
 

Classes in rails.game.state used by rails.game.specific._1825
IntegerState
           
 

Classes in rails.game.state used by rails.game.specific._18EU
BooleanState
           
IntegerState
           
State
           
 

Classes in rails.game.state used by rails.game.state
State
           
StateI