- postBalancingControl(BalancingControlEvent) - Method in class org.powertac.accounting.AccountingService
-
- postEconomicControl(EconomicControlEvent) - Method in class org.powertac.tariffmarket.CapacityControlService
-
- processRevokedTariffs() - Method in class org.powertac.tariffmarket.TariffMarketService
-
Runs through the list of pending tariff revocations, marking the tariffs
and their subscriptions.
- processTransaction(TariffTransaction, ArrayList<Object>) - Method in class org.powertac.accounting.AccountingService
-
Processes a tariff transaction, updating the broker's cash position
and the consumption, production data in the distribution report.
- processTransaction(BalancingTransaction, ArrayList<Object>) - Method in class org.powertac.accounting.AccountingService
-
Processes a balancing transaction by updating the broker's cash position.
- processTransaction(DistributionTransaction, ArrayList<Object>) - Method in class org.powertac.accounting.AccountingService
-
Processes a distribution transaction by updating the
broker's cash position.
- processTransaction(CapacityTransaction, ArrayList<Object>) - Method in class org.powertac.accounting.AccountingService
-
Processes a capacity transaction by updating the broker's cash position.
- processTransaction(MarketTransaction, ArrayList<Object>) - Method in class org.powertac.accounting.AccountingService
-
Processes a market transaction by ensuring that the market position
will be sent to the broker.
- processTransaction(BankTransaction, ArrayList<Object>) - Method in class org.powertac.accounting.AccountingService
-
Complains if a bank transaction is among the transactions to be
handled.