|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttools.Measure
tools.SystemMeasure
public class SystemMeasure
| 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 |
|---|
public SystemMeasure()
public SystemMeasure(int m)
| Method Detail |
|---|
public void add(double x)
add in class Measurepublic double mean()
mean in class Measurepublic double variance()
variance in class Measurepublic double currentValue()
public double timeLastChanged()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||