TimeTariffInterval
Class Description
One of a sequence of time intervals defined in terms of real time. It is typically used in association with TariffProfile to define the intervals in a time of use tariff structure, where startDateTime simultaneously determines the starting point of this interval and the ending point of the previous interval.
Attributes
Name | Type | Description |
---|---|---|
sequenceNumber | Integer | A sequential reference that defines the identity of this interval and its relative position with respect to other intervals in a sequence of intervals. |
startTime | Time | A real time marker that defines the starting time (typically it is the time of day) for this interval. The interval extends to the start of the next interval or until it is reset to the start of the first interval by TariffProfile.tariffCycle. |
Relationships
Ancestors
No ancestor classes
Descendents
No descendent classes
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
TimeTariffInterval | 0..* | Charge | 0..* | TimeTariffIntervals | Tariff intervals to which this time-based charge has to be levied. | Charges | All charges used to define this time tariff interval. |
TimeTariffInterval | 0..* | TariffProfile | 0..* | TimeTariffIntervals | All time tariff intervals used to define this tariff profile. | TariffProfiles | All tariff profiles defined by this time tariff interval. |
TimeTariffInterval | 0..* | ConsumptionTariffInterval | 0..* | TouTariffIntervals | All time of use tariff intervals influenced by this consumption tariff interval. | ConsumptionTariffIntervals | All consumption tariff intervals that introduce variation in this time of use tariff interval; allows to express e.g., peak hour prices that are different with different consumption blocks. |