Uses of Class
org.powertac.common.BankTransaction
-
Packages that use BankTransaction Package Description org.powertac.accounting org.powertac.common Power TAC domain types, shared between simulation server and brokers. -
-
Uses of BankTransaction in org.powertac.accounting
Methods in org.powertac.accounting with parameters of type BankTransaction Modifier and Type Method Description void
AccountingService. processTransaction(BankTransaction tx, ArrayList<Object> messages)
Complains if a bank transaction is among the transactions to be handled. -
Uses of BankTransaction in org.powertac.common
Methods in org.powertac.common that return BankTransaction Modifier and Type Method Description BankTransaction
TransactionFactory. makeBankTransaction(Broker broker, double amount)
-