net.sourceforge.pmd.stat
Class Metric
java.lang.Object
extended by net.sourceforge.pmd.stat.Metric
public class Metric
- extends java.lang.Object
- Author:
- David Dixon-Peugh
This class holds all sorts of statistical information.
Constructor Summary |
Metric(java.lang.String name,
int count,
double total,
double low,
double high,
double mean,
double stddev)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Metric
public Metric(java.lang.String name,
int count,
double total,
double low,
double high,
double mean,
double stddev)
getMetricName
public java.lang.String getMetricName()
-
getLowValue
public double getLowValue()
-
getHighValue
public double getHighValue()
-
getAverage
public double getAverage()
-
getStandardDeviation
public double getStandardDeviation()
-
getCount
public int getCount()
-
getTotal
public double getTotal()
-
Copyright © 2002-2011 InfoEther. All Rights Reserved.