Uses of Class
net.sourceforge.cilib.games.game.tetris.TetrisGameState

Packages that use TetrisGameState
net.sourceforge.cilib.games.game.tetris   
 

Uses of TetrisGameState in net.sourceforge.cilib.games.game.tetris
 

Methods in net.sourceforge.cilib.games.game.tetris that return TetrisGameState
 TetrisGameState TetrisGameState.getClone()
          Create a cloned copy of the current object and return it.
 

Methods in net.sourceforge.cilib.games.game.tetris with parameters of type TetrisGameState
 Tetris Tetris.getClone(TetrisGameState newState)
          Get a clone with the given GameState This method should typically be used by the StateTraversalStrategy and Agent with regards to decision making when playing the game.
 

Constructors in net.sourceforge.cilib.games.game.tetris with parameters of type TetrisGameState
Tetris(Tetris other, TetrisGameState newState)
          
TetrisGameState(TetrisGameState other)
           
 



Copyright © 2009 CIRG. All Rights Reserved.