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.common
Methods in org.powertac.common that return CapacityTransaction Modifier and Type Method Description CapacityTransaction
TransactionFactory. makeCapacityTransaction(Broker broker, int peakTimeslot, double threshold, double kWh, double fee)
-
Uses of CapacityTransaction in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces that return CapacityTransaction Modifier and Type Method Description CapacityTransaction
Accounting. addCapacityTransaction(Broker broker, int peakTimeslot, double threshold, double kWh, double fee)
Adds a capacity transaction to represent charges for contribution to a demand peak.
-