kawigi.timer
Class ProblemTimingInfo

java.lang.Object
  |
  +--kawigi.timer.ProblemTimingInfo

public class ProblemTimingInfo
extends java.lang.Object


Constructor Summary
ProblemTimingInfo(double points, long startTime, int problemID)
           
 
Method Summary
 double currentScore()
           
 double getPoints()
           
 int getProblemID()
           
 long getStartTime()
           
 void setContestLength(int minutes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProblemTimingInfo

public ProblemTimingInfo(double points,
                         long startTime,
                         int problemID)
Method Detail

getPoints

public double getPoints()

getProblemID

public int getProblemID()

getStartTime

public long getStartTime()

setContestLength

public void setContestLength(int minutes)

currentScore

public double currentScore()