Package step.artefacts
Class Aggregation
- java.lang.Object
-
- step.artefacts.Aggregation
-
public class Aggregation extends Object
-
-
Constructor Summary
Constructors Constructor Description Aggregation(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMeasure(step.core.reports.Measure measure)
long
getAvg()
long
getCount()
long
getMax()
long
getMin()
String
getName()
long
getSum()
-
-
-
Constructor Detail
-
Aggregation
public Aggregation(String name)
-
-
Method Detail
-
getName
public String getName()
-
addMeasure
public final void addMeasure(step.core.reports.Measure measure)
-
getCount
public long getCount()
-
getSum
public long getSum()
-
getMax
public long getMax()
-
getMin
public long getMin()
-
getAvg
public long getAvg()
-
-