Uses of Class
org.powertac.common.RegulationRate.ResponseTime
-
Packages that use RegulationRate.ResponseTime Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers. -
-
Uses of RegulationRate.ResponseTime in org.powertac.common
Methods in org.powertac.common that return RegulationRate.ResponseTime Modifier and Type Method Description RegulationRate.ResponseTime
RegulationRate. getResponse()
static RegulationRate.ResponseTime
RegulationRate.ResponseTime. valueOf(String name)
Returns the enum constant of this type with the specified name.static RegulationRate.ResponseTime[]
RegulationRate.ResponseTime. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.powertac.common with parameters of type RegulationRate.ResponseTime Modifier and Type Method Description RegulationRate
RegulationRate. withResponse(RegulationRate.ResponseTime time)
Sets the response time
-