X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fstat%2Fservlet%2Futil%2FTotals.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fstat%2Fservlet%2Futil%2FTotals.html;h=5c4a27a57838a0ad9eb7df21f8ac6ae86daed1b7;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/stat/servlet/util/Totals.html b/website/full_javadoc/compbio/stat/servlet/util/Totals.html new file mode 100644 index 0000000..5c4a27a --- /dev/null +++ b/website/full_javadoc/compbio/stat/servlet/util/Totals.html @@ -0,0 +1,366 @@ + + + + + + +Totals + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +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
+ intgetAbandoned() + +
+           
+ intgetCancelled() + +
+           
+ intgetFailed() + +
+           
+ intgetIncomplete() + +
+           
+ intgetTotal() + +
+           
+static TotalssumOfTotals(Map<Date,Totals> stat) + +
+           
+static TotalssumStats(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)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +