efficom.runningjoe.core
Class Score

java.lang.Object
  extended by efficom.runningjoe.core.Score

public class Score
extends java.lang.Object

Author:
Guillaume BAILLEUL

Constructor Summary
Score()
           
Score(double initValue)
           
 
Method Summary
 void addValue(double value)
           
 double getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Score

public Score()

Score

public Score(double initValue)
Method Detail

getValue

public double getValue()

addValue

public void addValue(double value)