Uses of Class
org.powertac.common.RegulationRate
-
Packages that use RegulationRate Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers. -
-
Uses of RegulationRate in org.powertac.common
Methods in org.powertac.common that return RegulationRate Modifier and Type Method Description RegulationRate
RegulationRate. withDownRegulationPayment(double payment)
Sets the payment for down-regulationRegulationRate
RegulationRate. withResponse(RegulationRate.ResponseTime time)
Sets the response timeRegulationRate
RegulationRate. withUpRegulationPayment(double payment)
Sets the payment for up-regulationMethods in org.powertac.common that return types with arguments of type RegulationRate Modifier and Type Method Description List<RegulationRate>
TariffSpecification. getRegulationRates()
Returns the RegulationRate instances from among the rates in this tariff spec.
-