|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CustomerInfo | |
|---|---|
| org.powertac.common | |
| org.powertac.common.msg | |
| org.powertac.common.repo | |
| Uses of CustomerInfo in org.powertac.common |
|---|
| Methods in org.powertac.common that return CustomerInfo | |
|---|---|
CustomerInfo |
CustomerInfo.addPowerType(PowerType type)
Fluent setter to add PowerType flags to this CustomerInfo. |
CustomerInfo |
TariffTransaction.getCustomerInfo()
|
CustomerInfo |
CustomerInfo.withCanNegotiate(boolean value)
Fluent setter for the canNegotiate flag. |
CustomerInfo |
CustomerInfo.withCustomerType(CustomerType type)
Fluent setter for customer classification. |
CustomerInfo |
CustomerInfo.withMultiContracting(boolean value)
Fluent setter for the multiContracting property. |
| Methods in org.powertac.common that return types with arguments of type CustomerInfo | |
|---|---|
List<CustomerInfo> |
Competition.getCustomers()
The list of customers (or more precisely, customer models) in the simulation environment. |
| Methods in org.powertac.common with parameters of type CustomerInfo | |
|---|---|
Competition |
Competition.addCustomer(CustomerInfo customer)
Adds a customer to the Competition. |
| Constructors in org.powertac.common with parameters of type CustomerInfo | |
|---|---|
TariffTransaction(Broker broker,
org.joda.time.Instant 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. |
|
| Uses of CustomerInfo in org.powertac.common.msg |
|---|
| Constructors in org.powertac.common.msg with parameters of type CustomerInfo | |
|---|---|
CustomerBootstrapData(CustomerInfo customer,
PowerType powerType,
double[] netUsage)
|
|
| Uses of CustomerInfo in org.powertac.common.repo |
|---|
| Methods in org.powertac.common.repo that return CustomerInfo | |
|---|---|
CustomerInfo |
CustomerRepo.createCustomerInfo(String name,
int population)
|
CustomerInfo |
CustomerRepo.findById(long id)
|
CustomerInfo |
CustomerRepo.findByName(String name)
|
| Methods in org.powertac.common.repo that return types with arguments of type CustomerInfo | |
|---|---|
Collection<CustomerInfo> |
CustomerRepo.list()
|
| Methods in org.powertac.common.repo with parameters of type CustomerInfo | |
|---|---|
void |
CustomerRepo.add(CustomerInfo customer)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||