com.hammurapi.review
Class Aggregator.Metric
java.lang.Object
com.hammurapi.review.Aggregator.Metric
- Enclosing class:
- Aggregator
public static class Aggregator.Metric
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Aggregator.Metric
public Aggregator.Metric(String name)
getName
public String getName()
getMeasurements
public List<Measurement> getMeasurements()
getMax
public double getMax()
getMin
public double getMin()
getTotal
public int getTotal()
getAverage
public double getAverage()