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

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

Subclasses of Breakdown in net.degreedays.api.data
 class AverageBreakdown
           Defines how a set of average degree days should be broken down, including the period in time they should cover.
 class DatedBreakdown
           Defines how a set of dated degree days should be broken down, including the period in time they should cover.
 

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

Subclasses of Breakdown 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 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.
 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/