Uses of Class
org.powertac.common.CustomerInfo

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 TariffTransaction.getCustomerInfo()
           
 CustomerInfo CustomerInfo.withCanNegotiate(boolean value)
          Fluent setter for the canNegotiate flag.
 CustomerInfo CustomerInfo.withMultiContracting(boolean value)
          Fluent setter for the multiContracting property.
 CustomerInfo CustomerInfo.withPowerType(PowerType type)
          Fluent setter to set PowerType for this CustomerInfo.
 

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, 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.
 

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.findByNameAndPowerType(String name, PowerType type)
           
 

Methods in org.powertac.common.repo that return types with arguments of type CustomerInfo
 List<CustomerInfo> CustomerRepo.findByName(String name)
           
 Collection<CustomerInfo> CustomerRepo.list()
           
 

Methods in org.powertac.common.repo with parameters of type CustomerInfo
 void CustomerRepo.add(CustomerInfo customer)
           
 



Copyright © 2013. All Rights Reserved.