tools
Class SystemMeasure

java.lang.Object
  extended by tools.Measure
      extended by tools.SystemMeasure
Direct Known Subclasses:
AreaHistogram

public class SystemMeasure
extends Measure


Field Summary
 
Fields inherited from class tools.Measure
moment, moments, n, resetTime
 
Constructor Summary
SystemMeasure()
           
SystemMeasure(int m)
           
 
Method Summary
 void add(double x)
           
 double currentValue()
           
 double mean()
           
 double timeLastChanged()
           
 double 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

SystemMeasure

public SystemMeasure()

SystemMeasure

public SystemMeasure(int m)
Method Detail

add

public void add(double x)
Specified by:
add in class Measure

mean

public double mean()
Specified by:
mean in class Measure

variance

public double variance()
Specified by:
variance in class Measure

currentValue

public double currentValue()

timeLastChanged

public double timeLastChanged()