public interface CapacityControl
| Modifier and Type | Method and Description |
|---|---|
void |
exerciseBalancingControl(org.powertac.common.msg.BalancingOrder order,
double kwh,
double payment)
Creates BalancingControlEvent, posts it on correct TariffSubscription
instances.
|
RegulationAccumulator |
getRegulationCapacity(org.powertac.common.msg.BalancingOrder order)
Gathers up power usage data for the current timeslot that could be
subject to a BalancingOrder.
|
void |
postEconomicControl(org.powertac.common.msg.EconomicControlEvent event)
Posts an EconomicControlEvent on the correct TariffSubscription instances.
|
void exerciseBalancingControl(org.powertac.common.msg.BalancingOrder order,
double kwh,
double payment)
RegulationAccumulator getRegulationCapacity(org.powertac.common.msg.BalancingOrder order)
void postEconomicControl(org.powertac.common.msg.EconomicControlEvent event)
Copyright © 2016 Power TAC. All Rights Reserved.