Uses of Class
org.powertac.common.MarketTransaction
- 
Packages that use MarketTransaction Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.common.interfaces 
- 
- 
Uses of MarketTransaction in org.powertac.commonMethods in org.powertac.common that return MarketTransaction Modifier and Type Method Description MarketTransactionTransactionFactory. makeMarketTransaction(Broker broker, Timeslot timeslot, double mWh, double price)
- 
Uses of MarketTransaction in org.powertac.common.interfacesMethods in org.powertac.common.interfaces that return MarketTransaction Modifier and Type Method Description MarketTransactionAccounting. addMarketTransaction(Broker broker, Timeslot timeslot, double price, double mWh)Adds a market transaction that includes both a cash component and a product commitment for a specific timeslot.
 
-