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

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

Uses of DatedDataSpec in net.degreedays.api.data
 

Methods in net.degreedays.api.data that return DatedDataSpec
static DatedDataSpec DataSpec.dated(Calculation calculation, DatedBreakdown datedBreakdown)
          Returns a non-null DatedDataSpec object with the specified Calculation and DatedBreakdown.
 

Methods in net.degreedays.api.data with parameters of type DatedDataSpec
 DatedDataSet DataSets.getDated(DatedDataSpec dataSpec)
          Convenience alternative to calling get(dataSpec) with a DatedDataSpec and then casting the result.
 



www.degreedays.net/api/