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

Packages that use DatedBreakdown
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 DatedBreakdown in net.degreedays.api.data
 

Methods in net.degreedays.api.data that return DatedBreakdown
 DatedBreakdown DatedDataSpec.breakdown()
          Returns the non-null DatedBreakdown object 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 DatedBreakdown
static DatedDataSpec DataSpec.dated(Calculation calculation, DatedBreakdown datedBreakdown)
          Returns a non-null DatedDataSpec object with the specified Calculation and DatedBreakdown.
 DatedDataSet DatedDataSet.transformToDated(DatedBreakdown targetBreakdown)
          Returns a new DatedDataSet object, based on the data contained within this, but transformed to fit the targetBreakdown.
 

Constructors in net.degreedays.api.data with parameters of type DatedBreakdown
DatedDataSpec(Calculation calculation, DatedBreakdown datedBreakdown)
          Constructs a DatedDataSpec object with the specified Calculation and DatedBreakdown.
 

Uses of DatedBreakdown in net.degreedays.api.data.impl
 

Subclasses of DatedBreakdown in net.degreedays.api.data.impl
 class DailyBreakdown
          A type of DatedBreakdown used to specify that degree days should be broken down on a daily basis and cover a specific Period in time.
 class MonthlyBreakdown
          A type of DatedBreakdown used to specify that degree days should be broken down on a monthly basis and cover a specific Period in time.
 class WeeklyBreakdown
          A type of DatedBreakdown used to specify that degree days should be broken down on a weekly basis and cover a specific Period in time, with weeks starting on a specific day of the week.
 class YearlyBreakdown
          A type of DatedBreakdown used to specify that degree days should be broken down on a yearly (annual) basis and cover a specific Period in time.
 



www.degreedays.net/api/