| Package | Description |
|---|---|
| org.powertac.common.interfaces | |
| org.powertac.common.repo | |
| org.powertac.tariffmarket |
| Modifier and Type | Method and Description |
|---|---|
void |
CapacityControl.exerciseBalancingControl(BalancingOrder order,
double kwh,
double payment)
Creates BalancingControlEvent, posts it on correct TariffSubscription
instances.
|
RegulationAccumulator |
CapacityControl.getRegulationCapacity(BalancingOrder order)
Gathers up power usage data for the current timeslot that could be
subject to a BalancingOrder.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BalancingOrder> |
TariffRepo.getBalancingOrders()
Retrieves the complete set of balancing orders
|
| Modifier and Type | Method and Description |
|---|---|
void |
TariffRepo.addBalancingOrder(BalancingOrder order)
Adds a balancing order, indexed by its TariffSpec
|
| Modifier and Type | Method and Description |
|---|---|
void |
CapacityControlService.exerciseBalancingControl(BalancingOrder order,
double kwh,
double payment) |
RegulationAccumulator |
CapacityControlService.getRegulationCapacity(BalancingOrder order) |
void |
TariffMarketService.handleMessage(BalancingOrder msg)
Processes an incoming BalancingOrder by storing it in the tariffRepo
|
Copyright © 2017 Power TAC. All rights reserved.