public interface Cumulating
| Modifier and Type | Method and Description |
|---|---|
void |
cumulateOne(double raw,
Date when)
The method for storing a single data point.
|
List |
getLastRaw(int nr)
Returns the last nr raw values as a list.
|
List |
getLastTime(int nr)
Returns the last nr times of measurements as a list.
|
int |
getMaxSize()
Returns the maximal size of the data buffer.
|
int |
getSize()
Returns the actual size of the data buffer.
|
Date |
getTimeOfRead()
Returns the time of the last reading as a date object.
|
double |
regetRaw()
Returns the last raw value as a double.
|
int getSize()
int getMaxSize()
void cumulateOne(double raw,
Date when)
double regetRaw()
List getLastRaw(int nr)
The - number of entries to return.Date getTimeOfRead()
List getLastTime(int nr)
The - number of entries to retu