public interface WSRangeStatistic extends WSStatistic
Modifier and Type | Method and Description |
---|---|
long |
getCurrent()
Returns the current value of this attribute.
|
long |
getHighWaterMark()
Returns the highest value this attribute held since the beginning of the measurement.
|
double |
getIntegral()
Return the integral value of this attribute.
|
long |
getLowWaterMark()
Returns the lowest value this attribute held since the beginning of the measurement.
|
double |
getMean()
Returns the time-weighted mean value of this attribute.
|
combine, copy, delta, getDataInfo, getDescription, getId, getLastSampleTime, getName, getStartTime, getUnit, rateOfChange, resetOnClient, setDataInfo, setDataInfo, toString, toXML, update
long getHighWaterMark()
long getLowWaterMark()
long getCurrent()
double getIntegral()
double getMean()