public class AggregateAbcMetricResult extends Object implements MetricResult, groovy.lang.GroovyObject
Constructor and Description |
---|
AggregateAbcMetricResult(Metric metric,
MetricLevel metricLevel,
Collection children) |
AggregateAbcMetricResult(Metric metric,
MetricLevel metricLevel,
Collection children,
Integer lineNumber) |
Modifier and Type | Method and Description |
---|---|
protected void |
calculateFunctions(Collection children) |
Object |
getAbcVector() |
Object |
getAt(String name) |
Object |
getAverageAbcVector() |
int |
getCount() |
Integer |
getLineNumber() |
groovy.lang.MetaClass |
getMetaClass() |
Metric |
getMetric() |
MetricLevel |
getMetricLevel() |
Object |
getProperty(String property) |
Object |
getTotalAbcVector() |
Object |
getValue() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
String |
toString() |
public AggregateAbcMetricResult(Metric metric, MetricLevel metricLevel, Collection children)
public AggregateAbcMetricResult(Metric metric, MetricLevel metricLevel, Collection children, Integer lineNumber)
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public final Metric getMetric()
getMetric
in interface MetricResult
public final MetricLevel getMetricLevel()
getMetricLevel
in interface MetricResult
public final Object getValue()
public final Integer getLineNumber()
getLineNumber
in interface MetricResult
protected void calculateFunctions(Collection children)
public int getCount()
getCount
in interface MetricResult
public Object getTotalAbcVector()
public Object getAbcVector()
public Object getAverageAbcVector()
public Object getAt(String name)
getAt
in interface MetricResult
Copyright © 2022. All rights reserved.