Uses of Class
org.powertac.common.HourlyCharge

Packages that use HourlyCharge
org.powertac.common   
org.powertac.common.msg   
 

Uses of HourlyCharge in org.powertac.common
 

Methods in org.powertac.common that return types with arguments of type HourlyCharge
 TreeSet<HourlyCharge> Rate.getRateHistory()
          Returns the sequence of HourlyCharge instances for this Rate.
 

Methods in org.powertac.common with parameters of type HourlyCharge
 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
 HourlyCharge VariableRateUpdate.getHourlyCharge()
           
 

Constructors in org.powertac.common.msg with parameters of type HourlyCharge
VariableRateUpdate(Broker broker, Rate rate, HourlyCharge hourlyCharge)
           
 



Copyright © 2012. All Rights Reserved.