org.dartra.games.golf.visitor
Class GolfStatisticsVisitor.PlayerStatistics

java.lang.Object
  extended byorg.dartra.games.golf.visitor.GolfStatisticsVisitor.PlayerStatistics
Enclosing class:
GolfStatisticsVisitor

protected class GolfStatisticsVisitor.PlayerStatistics
extends java.lang.Object

Author:
Bieke Meeussen Inner data container class for the statistics of a player

Field Summary
 int nrBirdie
           
 int nrBogey
           
 int nrDoubleBogey
           
 int nrHoleInOne
           
 int nrParThree
           
 int[] scoreBoard
           
 
Constructor Summary
protected GolfStatisticsVisitor.PlayerStatistics()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nrHoleInOne

public int nrHoleInOne

nrBirdie

public int nrBirdie

nrParThree

public int nrParThree

nrBogey

public int nrBogey

nrDoubleBogey

public int nrDoubleBogey

scoreBoard

public int[] scoreBoard
Constructor Detail

GolfStatisticsVisitor.PlayerStatistics

protected GolfStatisticsVisitor.PlayerStatistics()