|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.jetm.maven.data.AggregateSummary
public class AggregateSummary
A bean to store summary of aggregate data.
Constructor Summary | |
---|---|
AggregateSummary(String name)
Create a summary. |
Method Summary | |
---|---|
void |
add(etm.core.aggregation.Aggregate aggregate)
Add an aggregate to the summary. |
int |
compareTo(AggregateSummary o)
|
double |
getAverage()
|
Map |
getChilds()
|
double |
getMax()
|
long |
getMeasurements()
|
double |
getMin()
|
String |
getName()
|
double |
getTotal()
|
boolean |
hasChilds()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregateSummary(String name)
name
- The name of the summary.Method Detail |
---|
public void add(etm.core.aggregation.Aggregate aggregate)
aggregate
- The Aggregate
to be added to the summary.public int compareTo(AggregateSummary o)
compareTo
in interface Comparable<AggregateSummary>
public double getAverage()
getAverage
in interface etm.core.aggregation.Aggregate
public Map getChilds()
getChilds
in interface etm.core.aggregation.Aggregate
public double getMax()
getMax
in interface etm.core.aggregation.Aggregate
public long getMeasurements()
getMeasurements
in interface etm.core.aggregation.Aggregate
public double getMin()
getMin
in interface etm.core.aggregation.Aggregate
public String getName()
getName
in interface etm.core.aggregation.Aggregate
public double getTotal()
getTotal
in interface etm.core.aggregation.Aggregate
public boolean hasChilds()
hasChilds
in interface etm.core.aggregation.Aggregate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |