public class Metric extends Object
Constructor and Description |
---|
Metric(String name,
int count,
double total,
double low,
double high,
double mean,
double stddev) |
Modifier and Type | Method and Description |
---|---|
double |
getAverage() |
int |
getCount() |
double |
getHighValue() |
double |
getLowValue() |
String |
getMetricName() |
double |
getStandardDeviation() |
double |
getTotal() |
public Metric(String name, int count, double total, double low, double high, double mean, double stddev)
public String getMetricName()
public double getLowValue()
public double getHighValue()
public double getAverage()
public double getStandardDeviation()
public int getCount()
public double getTotal()
Copyright © 2002-2015 InfoEther. All Rights Reserved.