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.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic Metric getMetric()
getMetric in interface MetricResultpublic MetricLevel getMetricLevel()
getMetricLevel in interface MetricResultpublic Object getValue()
public Integer getLineNumber()
getLineNumber in interface MetricResultprotected void calculateFunctions(Collection children)
public int getCount()
getCount in interface MetricResultpublic Object getTotalAbcVector()
public Object getAbcVector()
public Object getAverageAbcVector()
public Object getAt(String name)
getAt in interface MetricResultCopyright © 2015. All rights reserved.