class PDef extends Source implements NonRrdSource
timestamps, values| Constructor and Description |
|---|
PDef(String name,
IPlottable plottable2) |
| Modifier and Type | Method and Description |
|---|---|
void |
calculate(long tStart,
long tEnd,
DataProcessor dataProcessor)
Calculates values for the specified time range.
|
getName, getTimestamps, getValues, setTimestamps, setValuesPDef(String name, IPlottable plottable2)
public void calculate(long tStart,
long tEnd,
DataProcessor dataProcessor)
calculate in interface NonRrdSourcetStart - start time for calculationtEnd - end time for calculationdataProcessor - DataProcessor object for accessing other data sources