SandMark version 3.0


sandmark.statistics
Class mcCabe

java.lang.Object
  |
  +--sandmark.statistics.Metric
        |
        +--sandmark.statistics.mcCabe

public class mcCabe
extends Metric

This class implements the McCabe's cyclomatic metrics. Extends from 'Metric' class


Field Summary
 
Fields inherited from class sandmark.statistics.Metric
affectFactors, applicationMeasure, applnName, appLowerBound, appMeasure, appUpperBound, classLowerBound, classMeasure, className, classNames, classUpperBound, complexityProperties, DEBUG, defaultValue, methodLowerBound, methodMeasure, methodNames, methodUpperBound, metricName, metricProperty, packageLowerBound, packageMeasure, packageNames, packageUpperBound, shortDescription, thresholdInfo, urlInfo
 
Constructor Summary
mcCabe(Stats allStats)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class sandmark.statistics.Metric
getAffectingFactors, getAppMeasure, getAppMeasure, getClassMeasure, getClassMeasure, getClassNames, getDescription, getLowerBound, getMethodMeasure, getMethodMeasure, getMethodNames, getMetricName, getMetricProperties, getNormalValue, getNumberOfProperties, getPackageMeasure, getPackageNames, getThresholdInfo, getUpperBound, getUrl, hasProperty, validateClass, validateMethod, validatePackage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

mcCabe

public mcCabe(Stats allStats)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

SandMark version 3.0

Wed Jan 29 10:30:05 MST 2003