|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PowerType | |
|---|---|
| org.powertac.common | |
| org.powertac.common.enumerations | |
| org.powertac.common.msg | |
| org.powertac.common.repo | |
| Uses of PowerType in org.powertac.common |
|---|
| Methods in org.powertac.common that return PowerType | |
|---|---|
PowerType |
TariffSpecification.getPowerType()
|
PowerType |
Tariff.getPowerType()
Type of power covered by this tariff |
| Methods in org.powertac.common that return types with arguments of type PowerType | |
|---|---|
ArrayList<PowerType> |
CustomerInfo.getPowerTypes()
The types of power consumption and/or production modalities available in the customer model. |
| Methods in org.powertac.common with parameters of type PowerType | |
|---|---|
CustomerInfo |
CustomerInfo.addPowerType(PowerType type)
Fluent setter to add PowerType flags to this CustomerInfo. |
| Constructors in org.powertac.common with parameters of type PowerType | |
|---|---|
TariffSpecification(Broker broker,
PowerType powerType)
Creates a new TariffSpecification for a broker and a specific powerType. |
|
| Uses of PowerType in org.powertac.common.enumerations |
|---|
| Methods in org.powertac.common.enumerations that return PowerType | |
|---|---|
static PowerType |
PowerType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PowerType[] |
PowerType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of PowerType in org.powertac.common.msg |
|---|
| Methods in org.powertac.common.msg that return PowerType | |
|---|---|
PowerType |
CustomerBootstrapData.getPowerType()
|
| Constructors in org.powertac.common.msg with parameters of type PowerType | |
|---|---|
CustomerBootstrapData(CustomerInfo customer,
PowerType powerType,
double[] netUsage)
|
|
| Uses of PowerType in org.powertac.common.repo |
|---|
| Methods in org.powertac.common.repo with parameters of type PowerType | |
|---|---|
List<Tariff> |
TariffRepo.findActiveTariffs(PowerType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||