Class AggregateAbcMetricResult
java.lang.Object
org.gmetrics.metric.abc.result.AggregateAbcMetricResult
- All Implemented Interfaces:
groovy.lang.GroovyObject, MetricResult
public class AggregateAbcMetricResult
extends Object
implements MetricResult, groovy.lang.GroovyObject
-
Constructor Summary
ConstructorsConstructorDescriptionAggregateAbcMetricResult(Metric metric, MetricLevel metricLevel, Collection children) AggregateAbcMetricResult(Metric metric, MetricLevel metricLevel, Collection children, Integer lineNumber) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcalculateFunctions(Collection children) intgetCount()final Integergroovy.lang.MetaClassfinal Metricfinal MetricLevelgetProperty(String property) final ObjectgetValue()invokeMethod(String method, Object arguments) voidsetMetaClass(groovy.lang.MetaClass mc) voidsetProperty(String property, Object value) toString()
-
Constructor Details
-
AggregateAbcMetricResult
-
AggregateAbcMetricResult
public AggregateAbcMetricResult(Metric metric, MetricLevel metricLevel, Collection children, Integer lineNumber)
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClassin interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClassin interfacegroovy.lang.GroovyObject
-
invokeMethod
-
getProperty
-
setProperty
-
getMetric
- Specified by:
getMetricin interfaceMetricResult
-
getMetricLevel
- Specified by:
getMetricLevelin interfaceMetricResult
-
getValue
-
getLineNumber
- Specified by:
getLineNumberin interfaceMetricResult
-
calculateFunctions
-
getCount
public int getCount()- Specified by:
getCountin interfaceMetricResult
-
getTotalAbcVector
-
getAbcVector
-
getAverageAbcVector
-
getAt
- Specified by:
getAtin interfaceMetricResult
-
toString
-