org.activemath.webapp.report.data
Class GroupStat

java.lang.Object
  extended by org.activemath.webapp.report.data.GroupStat

public class GroupStat
extends Object

Represents a group statistic NOTE: All getters must be public for Velocity!


Constructor Summary
GroupStat(List<ExerciseRun> exerciseRuns)
           
 
Method Summary
 int getAvFinished()
           
 int getAvGaveUp()
           
 double getAvHintNr()
           
 double getAvPersentSuccess()
           
 double getAvSuccessRate()
           
 int getAvTime()
           
 int getAvUnfinished()
           
 int getSumFinished()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupStat

public GroupStat(List<ExerciseRun> exerciseRuns)
Method Detail

getSumFinished

public int getSumFinished()

size

public int size()

getAvTime

public int getAvTime()

getAvHintNr

public double getAvHintNr()

getAvSuccessRate

public double getAvSuccessRate()

getAvFinished

public int getAvFinished()

getAvUnfinished

public int getAvUnfinished()

getAvGaveUp

public int getAvGaveUp()

getAvPersentSuccess

public double getAvPersentSuccess()