Uses of Class
org.powertac.common.RegulationCapacity
-
Packages that use RegulationCapacity Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers. -
-
Uses of RegulationCapacity in org.powertac.common
Methods in org.powertac.common with parameters of type RegulationCapacity Modifier and Type Method Description void
TariffSubscription. setRegulationCapacity(RegulationCapacity capacity)
Communicates the ability of the customer model to handle regulation requests.Constructors in org.powertac.common with parameters of type RegulationCapacity Constructor Description RegulationAccumulator(RegulationCapacity rc)
Creates a new RegulationAccumulator from an immutable RegulationCapacity instance.
-