net.sourceforge.cobertura.javancss
Class FunctionMetric

java.lang.Object
  extended by net.sourceforge.cobertura.javancss.Metric
      extended by net.sourceforge.cobertura.javancss.FunctionMetric
All Implemented Interfaces:
java.lang.Comparable

public class FunctionMetric
extends Metric

Basic data class to store all metrics attached to a function.

Version:
$Id: FunctionMetric.java 121 2009-01-17 22:19:45Z hboutemy $
Author:
Herv� Boutemy

Field Summary
 int ccn
           
 
Fields inherited from class net.sourceforge.cobertura.javancss.Metric
javadocs, javadocsLn, multiLn, name, ncss, singleLn
 
Constructor Summary
FunctionMetric()
           
 
Method Summary
 void clear()
           
 
Methods inherited from class net.sourceforge.cobertura.javancss.Metric
compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ccn

public int ccn
Constructor Detail

FunctionMetric

public FunctionMetric()
Method Detail

clear

public void clear()
Overrides:
clear in class Metric