compbio.stat.servlet.util
Class Totals

java.lang.Object
  extended by compbio.stat.servlet.util.Totals

public class Totals
extends Object


Constructor Summary
Totals()
           
 
Method Summary
 int getAbandoned()
           
 int getCancelled()
           
 int getFailed()
           
 int getIncomplete()
           
 int getTotal()
           
static Totals sumOfTotals(Map<Date,Totals> stat)
           
static Totals sumStats(Map<Services,StatProcessor> stat)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Totals

public Totals()
Method Detail

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(Map<Date,Totals> stat)

sumStats

public static Totals sumStats(Map<Services,StatProcessor> stat)