class VDef extends Source implements NonRrdSource
timestamps, values| Constructor and Description |
|---|
VDef(String name,
String defName,
Variable aggr) |
| Modifier and Type | Method and Description |
|---|---|
void |
calculate(long tStart,
long tEnd,
DataProcessor dataProcessor)
Calculates values for the specified time range.
|
(package private) String |
getDefName() |
Variable.Value |
getValue() |
(package private) double[] |
getValues() |
getName, getTimestamps, setTimestamps, setValuespublic 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 sourcesString getDefName()
public Variable.Value getValue()