Uses of Class
org.powertac.common.HourlyCharge
-
Packages that use HourlyCharge Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.common.msg Message types exchanged between the Power TAC simulation server and brokers. -
-
Uses of HourlyCharge in org.powertac.common
Methods in org.powertac.common that return types with arguments of type HourlyCharge Modifier and Type Method Description TreeSet<HourlyCharge>
Rate. getRateHistory()
Returns the sequence of HourlyCharge instances for this Rate.Methods in org.powertac.common with parameters of type HourlyCharge Modifier and Type Method Description boolean
Rate. addHourlyCharge(HourlyCharge newCharge)
Adds a new HourlyCharge to a variable rate.boolean
Rate. addHourlyCharge(HourlyCharge newCharge, boolean publish)
Allows initial publication of HourlyCharge instances within the notification interval.boolean
Tariff. addHourlyCharge(HourlyCharge newCharge, long rateId)
Adds a new HourlyCharge to its Rate.int
HourlyCharge. compareTo(HourlyCharge obj)
-
Uses of HourlyCharge in org.powertac.common.msg
Methods in org.powertac.common.msg that return HourlyCharge Modifier and Type Method Description HourlyCharge
VariableRateUpdate. getHourlyCharge()
HourlyCharge
VariableRateUpdate. getPayload()
conventional getter to satisfy beanutilsConstructors in org.powertac.common.msg with parameters of type HourlyCharge Constructor Description VariableRateUpdate(Broker broker, Rate rate, HourlyCharge hourlyCharge)
-