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 Details

  • Method Details

    • getMetaClass

      public groovy.lang.MetaClass getMetaClass()
      Specified by:
      getMetaClass in interface groovy.lang.GroovyObject
    • setMetaClass

      public void setMetaClass(groovy.lang.MetaClass mc)
      Specified by:
      setMetaClass in interface groovy.lang.GroovyObject
    • invokeMethod

      public Object invokeMethod(String method, Object arguments)
      Specified by:
      invokeMethod in interface groovy.lang.GroovyObject
    • getProperty

      public Object getProperty(String property)
      Specified by:
      getProperty in interface groovy.lang.GroovyObject
    • setProperty

      public void setProperty(String property, Object value)
      Specified by:
      setProperty in interface groovy.lang.GroovyObject
    • getMetric

      public final Metric getMetric()
      Specified by:
      getMetric in interface MetricResult
    • getMetricLevel

      public final MetricLevel getMetricLevel()
      Specified by:
      getMetricLevel in interface MetricResult
    • getValue

      public final Object getValue()
    • getLineNumber

      public final Integer getLineNumber()
      Specified by:
      getLineNumber in interface MetricResult
    • calculateFunctions

      protected void calculateFunctions(Collection children)
    • getCount

      public int getCount()
      Specified by:
      getCount in interface MetricResult
    • getTotalAbcVector

      public Object getTotalAbcVector()
    • getAbcVector

      public Object getAbcVector()
    • getAverageAbcVector

      public Object getAverageAbcVector()
    • getAt

      public Object getAt(String name)
      Specified by:
      getAt in interface MetricResult
    • toString

      public String toString()
      Overrides:
      toString in class Object