| Package | Description |
|---|---|
| org.powertac.accounting | |
| org.powertac.common | |
| org.powertac.common.interfaces |
| Modifier and Type | Method and Description |
|---|---|
BalancingTransaction |
AccountingService.addBalancingTransaction(Broker broker,
double kWh,
double charge) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountingService.processTransaction(BalancingTransaction tx,
ArrayList<Object> messages)
Processes a balancing transaction by updating the broker's cash position.
|
| Modifier and Type | Method and Description |
|---|---|
BalancingTransaction |
TransactionFactory.makeBalancingTransaction(Broker broker,
double kWh,
double charge) |
| Modifier and Type | Method and Description |
|---|---|
BalancingTransaction |
Accounting.addBalancingTransaction(Broker broker,
double imbalance,
double charge)
Adds a balancing transaction to represent the cost of imbalance
|
Copyright © 2017 Power TAC. All rights reserved.