Uses of Class
org.powertac.common.RegulationAccumulator
-
Packages that use RegulationAccumulator Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.common.interfaces org.powertac.customer General customer-model infrastructure.org.powertac.tariffmarket -
-
Uses of RegulationAccumulator in org.powertac.common
Methods in org.powertac.common that return RegulationAccumulator Modifier and Type Method Description RegulationAccumulator
TariffSubscription. getRemainingRegulationCapacity()
Returns the maximum aggregate up-regulation possible after the customer model has run and possibly applied economic controls.Methods in org.powertac.common with parameters of type RegulationAccumulator Modifier and Type Method Description void
RegulationAccumulator. add(RegulationAccumulator rc)
Adds the capacities in the given RegulationAccumulator instance to this instance. -
Uses of RegulationAccumulator in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces that return RegulationAccumulator Modifier and Type Method Description RegulationAccumulator
CapacityControl. getRegulationCapacity(BalancingOrder order)
Gathers up power usage data for the current timeslot that could be subject to a BalancingOrder. -
Uses of RegulationAccumulator in org.powertac.customer
Methods in org.powertac.customer that return RegulationAccumulator Modifier and Type Method Description RegulationAccumulator
StepInfo. getRegulationCapacity()
Methods in org.powertac.customer with parameters of type RegulationAccumulator Modifier and Type Method Description void
StepInfo. addRegulationCapacity(RegulationAccumulator capacity)
void
StepInfo. setRegulationCapacity(RegulationAccumulator capacity)
-
Uses of RegulationAccumulator in org.powertac.tariffmarket
Methods in org.powertac.tariffmarket that return RegulationAccumulator Modifier and Type Method Description RegulationAccumulator
CapacityControlService. getRegulationCapacity(BalancingOrder order)
-