Uses of Class
chesspresso.game.GameHeaderModel

Packages that use GameHeaderModel
chesspresso.game   
 

Uses of GameHeaderModel in chesspresso.game
 

Methods in chesspresso.game that return GameHeaderModel
 GameHeaderModel GameModel.getHeaderModel()
           
 

Methods in chesspresso.game with parameters of type GameHeaderModel
 boolean GameHeaderModel.isSimilar(GameHeaderModel headerModel)
           
 

Constructors in chesspresso.game with parameters of type GameHeaderModel
GameModel(GameHeaderModel headerModel, GameMoveModel moveModel)