|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatedDataValue | |
---|---|
net.degreedays.api.data | For specifying and receiving degree-day data from the API. |
Uses of DatedDataValue in net.degreedays.api.data |
---|
Methods in net.degreedays.api.data that return DatedDataValue | |
---|---|
DatedDataValue[] |
DatedDataSet.getValues()
Returns an array of the DatedDataValue objects that make up
this DatedDataSet . |
static DatedDataValue |
DatedDataValue.of(double value,
double percentageEstimated,
Day singleDay)
Returns a non-null DatedDataValue object with the specified
value and percentage estimated, and covering just the specified
Day . |
static DatedDataValue |
DatedDataValue.of(double value,
double percentageEstimated,
DayRange dayRange)
Returns a non-null DatedDataValue object with the specified
value and percentage estimated, and covering the specified
DayRange . |
DatedDataValue |
DatedDataSet.valueAt(int index)
Returns the DatedDataValue at the specified
index , which must be between 0 (inclusive) and
DatedDataSet.valueCount() (exclusive). |
Methods in net.degreedays.api.data with parameters of type DatedDataValue | |
---|---|
DatedDataSet.Builder |
DatedDataSet.Builder.addValue(DatedDataValue v)
Adds a DatedDataValue object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |