Package org.gmetrics.metric.abc.result
Class AbcMetricResult
java.lang.Object
org.gmetrics.metric.abc.result.AbcMetricResult
- All Implemented Interfaces:
groovy.lang.GroovyObject
,MetricResult
-
Constructor Summary
ConstructorsConstructorDescriptionAbcMetricResult
(Metric metric, MetricLevel metricLevel, AbcVector abcVector) AbcMetricResult
(Metric metric, MetricLevel metricLevel, AbcVector abcVector, Integer lineNumber) -
Method Summary
Modifier and TypeMethodDescriptionfinal AbcVector
final int
getCount()
final Integer
groovy.lang.MetaClass
final Metric
final MetricLevel
getProperty
(String property) invokeMethod
(String method, Object arguments) void
setMetaClass
(groovy.lang.MetaClass mc) void
setProperty
(String property, Object value) toString()
-
Constructor Details
-
AbcMetricResult
-
AbcMetricResult
public AbcMetricResult(Metric metric, MetricLevel metricLevel, AbcVector abcVector, Integer lineNumber)
-
-
Method Details
-
getMetaClass
public groovy.lang.MetaClass getMetaClass()- Specified by:
getMetaClass
in interfacegroovy.lang.GroovyObject
-
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc) - Specified by:
setMetaClass
in interfacegroovy.lang.GroovyObject
-
invokeMethod
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
-
setProperty
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
-
getAbcVector
-
getMetric
- Specified by:
getMetric
in interfaceMetricResult
-
getMetricLevel
- Specified by:
getMetricLevel
in interfaceMetricResult
-
getLineNumber
- Specified by:
getLineNumber
in interfaceMetricResult
-
getCount
public final int getCount()- Specified by:
getCount
in interfaceMetricResult
-
getAt
- Specified by:
getAt
in interfaceMetricResult
-
toString
-