Uses of Class
org.powertac.common.repo.RandomSeedRepo
-
Packages that use RandomSeedRepo Package Description org.powertac.common.interfaces org.powertac.customer General customer-model infrastructure.org.powertac.factoredcustomer org.powertac.genco org.powertac.householdcustomer org.powertac.householdcustomer.appliances org.powertac.householdcustomer.persons org.powertac.officecomplexcustomer org.powertac.officecomplexcustomer.appliances org.powertac.officecomplexcustomer.persons -
-
Uses of RandomSeedRepo in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces that return RandomSeedRepo Modifier and Type Method Description RandomSeedRepo
CustomerServiceAccessor. getRandomSeedRepo()
Returns a reference to a RandomSeedRepo -
Uses of RandomSeedRepo in org.powertac.customer
Methods in org.powertac.customer that return RandomSeedRepo Modifier and Type Method Description RandomSeedRepo
CustomerModelService. getRandomSeedRepo()
-
Uses of RandomSeedRepo in org.powertac.factoredcustomer
Methods in org.powertac.factoredcustomer that return RandomSeedRepo Modifier and Type Method Description RandomSeedRepo
FactoredCustomerService. getRandomSeedRepo()
-
Uses of RandomSeedRepo in org.powertac.genco
Methods in org.powertac.genco with parameters of type RandomSeedRepo Modifier and Type Method Description void
CpGenco. init(BrokerProxy proxy, int seedId, RandomSeedRepo randomSeedRepo, TimeslotRepo timeslotRepo)
void
Genco. init(BrokerProxy proxy, int seedId, RandomSeedRepo randomSeedRepo)
-
Uses of RandomSeedRepo in org.powertac.householdcustomer
Methods in org.powertac.householdcustomer that return RandomSeedRepo Modifier and Type Method Description RandomSeedRepo
HouseholdCustomerService. getRandomSeedRepo()
-
Uses of RandomSeedRepo in org.powertac.householdcustomer.appliances
Fields in org.powertac.householdcustomer.appliances declared as RandomSeedRepo Modifier and Type Field Description protected RandomSeedRepo
Appliance. randomSeedRepo
-
Uses of RandomSeedRepo in org.powertac.householdcustomer.persons
Fields in org.powertac.householdcustomer.persons declared as RandomSeedRepo Modifier and Type Field Description protected RandomSeedRepo
Person. randomSeedRepo
-
Uses of RandomSeedRepo in org.powertac.officecomplexcustomer
Methods in org.powertac.officecomplexcustomer that return RandomSeedRepo Modifier and Type Method Description RandomSeedRepo
OfficeComplexCustomerService. getRandomSeedRepo()
-
Uses of RandomSeedRepo in org.powertac.officecomplexcustomer.appliances
Fields in org.powertac.officecomplexcustomer.appliances declared as RandomSeedRepo Modifier and Type Field Description protected RandomSeedRepo
Appliance. randomSeedRepo
-
Uses of RandomSeedRepo in org.powertac.officecomplexcustomer.persons
Fields in org.powertac.officecomplexcustomer.persons declared as RandomSeedRepo Modifier and Type Field Description protected RandomSeedRepo
Person. randomSeedRepo
-