|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gmetrics.result.AggregateNumberMetricResult
class AggregateNumberMetricResult
A NumberMetricResult that aggregates multiple values. This MetricResult supports the 'total', 'average', 'minimum' and 'maximum' functions.
Property Summary | |
---|---|
Integer |
lineNumber
|
Metric |
metric
|
int |
scale
|
Constructor Summary | |
AggregateNumberMetricResult(Metric metric, Collection children, Integer lineNumber = null)
|
Method Summary | |
---|---|
protected void
|
calculateFunctions(Metric metric, Collection children)
|
Object
|
getAt(String name)
|
int
|
getCount()
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
final Integer lineNumber
final Metric metric
int scale
Constructor Detail |
---|
AggregateNumberMetricResult(Metric metric, Collection children, Integer lineNumber = null)
Method Detail |
---|
protected void calculateFunctions(Metric metric, Collection children)
Object getAt(String name)
int getCount()
String toString()
Groovy Documentation