tools
Class AreaHistogram

java.lang.Object
  extended by tools.Measure
      extended by tools.SystemMeasure
          extended by tools.AreaHistogram

public class AreaHistogram
extends SystemMeasure


Field Summary
 
Fields inherited from class tools.Measure
moment, moments, resetTime
 
Constructor Summary
AreaHistogram(double l, double h, int b)
           
 
Method Summary
 void add(double t)
           
 double bucketContent(int i)
           
 void display()
           
 
Methods inherited from class tools.SystemMeasure
currentValue, mean, timeLastChanged, variance
 
Methods inherited from class tools.Measure
count, moment, resetMeasures
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AreaHistogram

public AreaHistogram(double l,
                     double h,
                     int b)
Method Detail

add

public void add(double t)
Overrides:
add in class SystemMeasure

bucketContent

public double bucketContent(int i)

display

public void display()