Package step.artefacts
Class Aggregation
- java.lang.Object
-
- step.artefacts.Aggregation
-
public class Aggregation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Aggregation(java.lang.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()
java.lang.String
getName()
long
getSum()
-