|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.gmetrics.metric.abc.result.AggregateAbcMetricResult
class AggregateAbcMetricResult
An aggregate MetricResult implementation specifically for the ABC Metric.
Property Summary | |
---|---|
Integer |
lineNumber
|
Metric |
metric
|
Object |
value
|
Constructor Summary | |
AggregateAbcMetricResult(Metric metric, Collection children, Integer lineNumber = null)
|
Method Summary | |
---|---|
protected void
|
calculateFunctions(Collection children)
|
Object
|
getAbcVector()
|
Object
|
getAt(String name)
|
Object
|
getAverageAbcVector()
Return the average of this set of ABC vectors. |
int
|
getCount()
|
Object
|
getTotalAbcVector()
Return the sum of this set of ABC vectors. |
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
final Integer lineNumber
final Metric metric
final Object value
Constructor Detail |
---|
AggregateAbcMetricResult(Metric metric, Collection children, Integer lineNumber = null)
Method Detail |
---|
protected void calculateFunctions(Collection children)
Object getAbcVector()
Object getAt(String name)
Object getAverageAbcVector()
int getCount()
Object getTotalAbcVector()
String toString()
Groovy Documentation