|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AverageBreakdown | |
---|---|
net.degreedays.api.data | For specifying and receiving degree-day data from the API. |
net.degreedays.api.data.impl | Implementations of abstract types from net.degreedays.api.data . |
Uses of AverageBreakdown in net.degreedays.api.data |
---|
Methods in net.degreedays.api.data that return AverageBreakdown | |
---|---|
AverageBreakdown |
AverageDataSpec.breakdown()
Returns the non-null AverageBreakdown that defines the way
in which the degree days should be broken down and the period in time
that they should cover. |
Methods in net.degreedays.api.data with parameters of type AverageBreakdown | |
---|---|
static AverageDataSpec |
DataSpec.average(Calculation calculation,
AverageBreakdown averageBreakdown)
Returns an non-null AverageDataSpec object with the
specified Calculation and AverageBreakdown . |
AverageDataSet |
DatedDataSet.transformToAverage(AverageBreakdown targetBreakdown)
Returns a new AverageDataSet object, based on the data
contained within this , but transformed to fit the
targetBreakdown . |
Constructors in net.degreedays.api.data with parameters of type AverageBreakdown | |
---|---|
AverageDataSpec(Calculation calculation,
AverageBreakdown averageBreakdown)
Constructs an AverageDataSpec object with the specified
Calculation and AverageBreakdown . |
Uses of AverageBreakdown in net.degreedays.api.data.impl |
---|
Subclasses of AverageBreakdown in net.degreedays.api.data.impl | |
---|---|
class |
FullYearsAverageBreakdown
A type of AverageBreakdown used to specify that average-degree-day
figures should be derived from data covering a specified number of full
calendar years. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |