Uses of Class
org.powertac.common.BalancingTransaction
-
Packages that use BalancingTransaction Package Description org.powertac.accounting org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.common.interfaces -
-
Uses of BalancingTransaction in org.powertac.accounting
Methods in org.powertac.accounting that return BalancingTransaction Modifier and Type Method Description BalancingTransaction
AccountingService. addBalancingTransaction(Broker broker, double kWh, double charge)
Methods in org.powertac.accounting with parameters of type BalancingTransaction Modifier and Type Method Description void
AccountingService. processTransaction(BalancingTransaction tx, ArrayList<Object> messages)
Processes a balancing transaction by updating the broker's cash position. -
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
-