Uses of Class
org.powertac.common.CapacityTransaction
- 
Packages that use CapacityTransaction Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.common.interfaces 
- 
- 
Uses of CapacityTransaction in org.powertac.commonMethods in org.powertac.common that return CapacityTransaction Modifier and Type Method Description CapacityTransactionTransactionFactory. makeCapacityTransaction(Broker broker, int peakTimeslot, double threshold, double kWh, double fee)
- 
Uses of CapacityTransaction in org.powertac.common.interfacesMethods in org.powertac.common.interfaces that return CapacityTransaction Modifier and Type Method Description CapacityTransactionAccounting. addCapacityTransaction(Broker broker, int peakTimeslot, double threshold, double kWh, double fee)Adds a capacity transaction to represent charges for contribution to a demand peak.
 
-