Uses of Class
org.powertac.common.BalancingTransaction
-
Packages that use BalancingTransaction Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.common.interfaces -
-
Uses of BalancingTransaction in org.powertac.common
Methods in org.powertac.common that return BalancingTransaction Modifier and Type Method Description BalancingTransaction
TransactionFactory. makeBalancingTransaction(Broker broker, double kWh, double charge)
-
Uses of BalancingTransaction in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces that return BalancingTransaction Modifier and Type Method Description BalancingTransaction
Accounting. addBalancingTransaction(Broker broker, double imbalance, double charge)
Adds a balancing transaction to represent the cost of imbalance
-