org.objectweb.jac.lib.stats
Class Stat

java.lang.Object
  extended byorg.objectweb.jac.lib.stats.Stat

public class Stat
extends Object


Constructor Summary
Stat()
           
Stat(double sum, long count, double min, double max)
           
 
Method Summary
 double getAverage()
           
 long getCount()
           
 double getMax()
           
 double getMin()
           
 double getSum()
           
 void setCount(long count)
           
 void setMax(double newMax)
           
 void setMin(double newMin)
           
 void setSum(double newSum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stat

public Stat()

Stat

public Stat(double sum,
            long count,
            double min,
            double max)
Method Detail

getSum

public double getSum()

setSum

public void setSum(double newSum)

getCount

public long getCount()

setCount

public void setCount(long count)

getAverage

public double getAverage()

getMin

public double getMin()

setMin

public void setMin(double newMin)

getMax

public double getMax()

setMax

public void setMax(double newMax)