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

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

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

Methods in net.sourceforge.cilib.games.game.tetris that return Tetris
 Tetris Tetris.getClone()
          Create a cloned copy of the current object and return it.
 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 Tetris
Tetris(Tetris other)
          
Tetris(Tetris other, TetrisGameState newState)
          
 



Copyright © 2009 CIRG. All Rights Reserved.