| Package | Description |
|---|---|
| org.powertac.common | |
| org.powertac.common.msg |
| Modifier and Type | Method and Description |
|---|---|
TreeSet<HourlyCharge> |
Rate.getRateHistory()
Returns the sequence of HourlyCharge instances for this Rate.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
HourlyCharge |
VariableRateUpdate.getHourlyCharge() |
HourlyCharge |
VariableRateUpdate.getPayload()
conventional getter to satisfy beanutils
|
| Constructor and Description |
|---|
VariableRateUpdate(Broker broker,
Rate rate,
HourlyCharge hourlyCharge) |
Copyright © 2017 Power TAC. All rights reserved.