org.powertac.common.msg
Class VariableRateUpdate
java.lang.Object
org.powertac.common.state.XStreamStateLoggable
org.powertac.common.TariffMessage
org.powertac.common.msg.TariffUpdate
org.powertac.common.msg.VariableRateUpdate
public class VariableRateUpdate
- extends TariffUpdate
Conveys an HourlyCharge instance, labeled by its Tariff and
Rate. When received by the server, the HourlyCharge simply
needs to be added to its Rate.
- Author:
- jcollins
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableRateUpdate
public VariableRateUpdate(Broker broker,
Rate rate,
HourlyCharge hourlyCharge)
getHourlyCharge
public HourlyCharge getHourlyCharge()
getHourlyChargeId
public long getHourlyChargeId()
getRateId
public long getRateId()
Copyright © 2012. All Rights Reserved.