Groovy Documentation

org.gmetrics.metric.abc.result
Class AbcMetricResult

java.lang.Object
  org.gmetrics.metric.abc.result.AbcMetricResult

class AbcMetricResult

A MetricResult specifically for the ABC metric

author:
Chris Mair
version:
$Revision: 130 $ - $Date: 2010-07-21 22:46:24 -0400 (Wed, 21 Jul 2010) $


Property Summary
AbcVector abcVector

Integer lineNumber

Metric metric

 
Constructor Summary
AbcMetricResult(Metric metric, AbcVector abcVector, Integer lineNumber = null)

 
Method Summary
Object getAt(String name)

int getCount()

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

abcVector

final AbcVector abcVector


lineNumber

final Integer lineNumber


metric

final Metric metric


 
Constructor Detail

AbcMetricResult

public AbcMetricResult(Metric metric, AbcVector abcVector, Integer lineNumber = null)


 
Method Detail

getAt

Object getAt(String name)


getCount

int getCount()


toString

String toString()


 

Groovy Documentation