|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.jetm.maven.internal.SimpleAggregate
public class SimpleAggregate
A simple Aggregate
bean implementation.
Constructor Summary | |
---|---|
SimpleAggregate(String name,
double average,
double min,
double max,
long measurements,
double total)
Create an aggregate. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
double |
getAverage()
|
Map<?,?> |
getChilds()
|
double |
getMax()
|
long |
getMeasurements()
|
double |
getMin()
|
String |
getName()
|
double |
getTotal()
|
boolean |
hasChilds()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SimpleAggregate(String name, double average, double min, double max, long measurements, double total)
name
- The name of the aggregate.average
- The average of the measurements.min
- The lowest measurement.max
- The highest measurement.measurements
- The number of measurements.total
- The total of all measurements collected.Method Detail |
---|
public boolean equals(Object obj)
equals
in class Object
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
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |