org.openware.loadsim.stats
Class Metric

java.lang.Object
  |
  +--org.openware.loadsim.stats.Metric

public class Metric
extends java.lang.Object


Constructor Summary
Metric(double mean, double stdev, double min, double max, double total)
           
 
Method Summary
 double getMax()
           
 double getMean()
           
 double getMin()
           
 double getStdev()
           
 double getTotal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Metric

public Metric(double mean,
              double stdev,
              double min,
              double max,
              double total)
Method Detail

getMean

public double getMean()

getStdev

public double getStdev()

getMax

public double getMax()

getMin

public double getMin()

getTotal

public double getTotal()


Copyright © 2000, 2001 Openware, Spin Software. All Rights Reserved.