|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TariffTransaction.Type | |
|---|---|
| org.powertac.common | |
| Uses of TariffTransaction.Type in org.powertac.common |
|---|
| Methods in org.powertac.common that return TariffTransaction.Type | |
|---|---|
TariffTransaction.Type |
TariffTransaction.getTxType()
|
static TariffTransaction.Type |
TariffTransaction.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TariffTransaction.Type[] |
TariffTransaction.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.powertac.common with parameters of type TariffTransaction.Type | |
|---|---|
TariffTransaction(Broker broker,
int when,
TariffTransaction.Type txType,
TariffSpecification spec,
CustomerInfo customer,
int customerCount,
double kWh,
double charge)
Creates a new TariffTransaction for broker of type txType against a particular tariff spec and customer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||