chesspresso.game
Class DefaultGameScorer

java.lang.Object
  |
  +--chesspresso.game.DefaultGameScorer
All Implemented Interfaces:
GameScorer

public class DefaultGameScorer
extends java.lang.Object
implements GameScorer

Implementation of a games scorer. The score is higher the more information is filled into the game header.

Version:
$Revision: 1.1 $
Author:
Bernhard Seybold

Constructor Summary
DefaultGameScorer()
           
 
Method Summary
 int getScore(GameModel gameModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGameScorer

public DefaultGameScorer()
Method Detail

getScore

public int getScore(GameModel gameModel)
Specified by:
getScore in interface GameScorer