Uses of Class
org.powertac.common.CashPosition
-
Packages that use CashPosition Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.du org.powertac.visualizer.service_ptac -
-
Uses of CashPosition in org.powertac.common
Methods in org.powertac.common that return CashPosition Modifier and Type Method Description CashPosition
TransactionFactory. makeCashPosition(Broker broker, double balance)
-
Uses of CashPosition in org.powertac.du
Methods in org.powertac.du with parameters of type CashPosition Modifier and Type Method Description void
DefaultBrokerService. handleMessage(CashPosition cp)
CashPosition is the last message sent by Accounting. -
Uses of CashPosition in org.powertac.visualizer.service_ptac
Methods in org.powertac.visualizer.service_ptac with parameters of type CashPosition Modifier and Type Method Description void
MessageHandler. handleMessage(CashPosition cp)
CashPosition is the last message sent by Accounting.
-