Uses of Class
org.powertac.common.CapacityTransaction
-
Packages that use CapacityTransaction Package Description org.powertac.accounting org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.common.interfaces -
-
Uses of CapacityTransaction in org.powertac.accounting
Methods in org.powertac.accounting that return CapacityTransaction Modifier and Type Method Description CapacityTransaction
AccountingService. addCapacityTransaction(Broker broker, int peakTimeslot, double threshold, double kWh, double fee)
Methods in org.powertac.accounting with parameters of type CapacityTransaction Modifier and Type Method Description void
AccountingService. processTransaction(CapacityTransaction tx, ArrayList<Object> messages)
Processes a capacity transaction by updating the broker's cash position. -
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.
-