compbio.stat.servlet.util
Class Totals
java.lang.Object
compbio.stat.servlet.util.Totals
public class Totals
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Totals
public Totals()
getTotal
public int getTotal()
getIncomplete
public int getIncomplete()
getAbandoned
public int getAbandoned()
getCancelled
public int getCancelled()
getFailed
public int getFailed()
sumOfTotals
public static Totals sumOfTotals(java.util.Map<java.util.Date,Totals> stat)
sumStats
public static Totals sumStats(java.util.Map<Services,StatProcessor> stat)