Uses of Class
chesspresso.game.GameModel

Packages that use GameModel
chesspresso.game   
chesspresso.game.view   
 

Uses of GameModel in chesspresso.game
 

Methods in chesspresso.game that return GameModel
 GameModel GameModelIterator.nextGameModel()
           
 GameModel Game.getModel()
           
 

Methods in chesspresso.game with parameters of type GameModel
 int GameScorer.getScore(GameModel gameModel)
           
 int DefaultGameScorer.getScore(GameModel gameModel)
           
 

Constructors in chesspresso.game with parameters of type GameModel
Game(GameModel gameModel)
           
 

Uses of GameModel in chesspresso.game.view
 

Constructors in chesspresso.game.view with parameters of type GameModel
GameBrowser(GameModel gameModel)
          Create a new game browser.