chesspresso.game
Interface GameScorer

All Known Implementing Classes:
DefaultGameScorer

public interface GameScorer

Delivers a score for a game model. This is used to decide which of two doubles to keep (namely the one with the higher score).

Version:
$Revision: 1.1 $
Author:
Bernhard Seybold

Method Summary
 int getScore(GameModel gameModel)
           
 

Method Detail

getScore

public int getScore(GameModel gameModel)