Uses of Class
net.sourceforge.cilib.games.result.AbstractGameResult

Packages that use AbstractGameResult
net.sourceforge.cilib.games.game   
net.sourceforge.cilib.games.game.predatorprey   
net.sourceforge.cilib.games.game.tetris   
net.sourceforge.cilib.games.game.tictactoe   
net.sourceforge.cilib.games.result   
 

Uses of AbstractGameResult in net.sourceforge.cilib.games.game
 

Methods in net.sourceforge.cilib.games.game that return AbstractGameResult
abstract  AbstractGameResult Game.getGameResult()
          Get the result of the game (Win/Lose/Draw)
 

Uses of AbstractGameResult in net.sourceforge.cilib.games.game.predatorprey
 

Methods in net.sourceforge.cilib.games.game.predatorprey that return AbstractGameResult
 AbstractGameResult PredatorPreyGame.getGameResult()
          Get the result of the game (Win/Lose/Draw)
 

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

Methods in net.sourceforge.cilib.games.game.tetris that return AbstractGameResult
 AbstractGameResult Tetris.getGameResult()
          Get the result of the game (Win/Lose/Draw)
 

Uses of AbstractGameResult in net.sourceforge.cilib.games.game.tictactoe
 

Methods in net.sourceforge.cilib.games.game.tictactoe that return AbstractGameResult
 AbstractGameResult TicTacToe.getGameResult()
          Get the result of the game (Win/Lose/Draw)
 

Uses of AbstractGameResult in net.sourceforge.cilib.games.result
 

Subclasses of AbstractGameResult in net.sourceforge.cilib.games.result
 class DrawResult
           
 class ScoreGameResult
           
 class WinGameResult
           
 

Methods in net.sourceforge.cilib.games.result that return AbstractGameResult
abstract  AbstractGameResult AbstractGameResult.getClone()
          Create a cloned copy of the current object and return it.
 



Copyright © 2009 CIRG. All Rights Reserved.