Uses of Class
org.powertac.common.TariffTransaction.Type
-
Packages that use TariffTransaction.Type Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers. -
-
Uses of TariffTransaction.Type in org.powertac.common
Methods in org.powertac.common that return TariffTransaction.Type Modifier and Type Method Description TariffTransaction.TypeTariffTransaction. getTxType()static TariffTransaction.TypeTariffTransaction.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 Constructor Description TariffTransaction(Broker broker, int when, TariffTransaction.Type txType, TariffSpecification spec, CustomerInfo customer, int customerCount, double kWh, double charge)Deprecated.TariffTransaction(Broker broker, int when, TariffTransaction.Type txType, TariffSpecification spec, CustomerInfo customer, int customerCount, double kWh, double charge, boolean regulation)Creates a new TariffTransaction for broker of type txType against a particular tariff spec and customer.
-