Uses of Class
org.powertac.common.RateCore
-
Packages that use RateCore Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers. -
-
Uses of RateCore in org.powertac.common
Subclasses of RateCore in org.powertac.common Modifier and Type Class Description class
Rate
Tariffs are composed of Rates.class
RegulationRate
Tariffs are composed of Rates, including RegulationRates.Methods in org.powertac.common with parameters of type RateCore Modifier and Type Method Description TariffSpecification
TariffSpecification. addRate(RateCore rate)
Adds a new RateCore (Rate, RegulationRate, etc.) to this tariff.
-