| Package | Description |
|---|---|
| org.powertac.accounting | |
| org.powertac.common | |
| org.powertac.common.interfaces |
| Modifier and Type | Method and Description |
|---|---|
CapacityTransaction |
AccountingService.addCapacityTransaction(Broker broker,
int peakTimeslot,
double threshold,
double kWh,
double fee) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountingService.processTransaction(CapacityTransaction tx,
ArrayList<Object> messages)
Processes a capacity transaction by updating the broker's cash position.
|
| Modifier and Type | Method and Description |
|---|---|
CapacityTransaction |
TransactionFactory.makeCapacityTransaction(Broker broker,
int peakTimeslot,
double threshold,
double kWh,
double fee) |
| Modifier and Type | Method and Description |
|---|---|
CapacityTransaction |
Accounting.addCapacityTransaction(Broker broker,
int peakTimeslot,
double threshold,
double kWh,
double fee)
Adds a capacity transaction to represent charges for contribution to
a demand peak.
|
Copyright © 2017 Power TAC. All rights reserved.