com.hammurapi.review
Class Aggregator.Metric

java.lang.Object
  extended by com.hammurapi.review.Aggregator.Metric
Enclosing class:
Aggregator

public static class Aggregator.Metric
extends Object


Constructor Summary
Aggregator.Metric(String name)
           
 
Method Summary
 double getAverage()
           
 double getMax()
           
 List<Measurement> getMeasurements()
           
 double getMin()
           
 String getName()
           
 int getTotal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Aggregator.Metric

public Aggregator.Metric(String name)
Method Detail

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()