Uses of Class
org.powertac.common.Tariff.State
-
Packages that use Tariff.State Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.common.repo Repositories that need to exist in both the Power TAC simulation server and in brokers. -
-
Uses of Tariff.State in org.powertac.common
Methods in org.powertac.common that return Tariff.State Modifier and Type Method Description Tariff.State
Tariff. getState()
static Tariff.State
Tariff.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Tariff.State[]
Tariff.State. 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 Tariff.State Modifier and Type Method Description void
Tariff. setState(Tariff.State newState)
Updates the state of this tariff. -
Uses of Tariff.State in org.powertac.common.repo
Methods in org.powertac.common.repo with parameters of type Tariff.State Modifier and Type Method Description List<Tariff>
TariffRepo. findTariffsByState(Tariff.State state)
-