Uses of Class
net.degreedays.api.data.AverageDataSpec

Packages that use AverageDataSpec
net.degreedays.api.data For specifying and receiving degree-day data from the API. 
 

Uses of AverageDataSpec in net.degreedays.api.data
 

Methods in net.degreedays.api.data that return AverageDataSpec
static AverageDataSpec DataSpec.average(Calculation calculation, AverageBreakdown averageBreakdown)
          Returns an non-null AverageDataSpec object with the specified Calculation and AverageBreakdown.
 

Methods in net.degreedays.api.data with parameters of type AverageDataSpec
 AverageDataSet DataSets.getAverage(AverageDataSpec dataSpec)
          Convenience alternative to calling get(dataSpec) with an AverageDataSpec and then casting the result.
 



www.degreedays.net/api/