Uses of Class
org.powertac.common.repo.TimeslotRepo
-
Packages that use TimeslotRepo Package Description org.powertac.common.interfaces org.powertac.customer General customer-model infrastructure.org.powertac.factoredcustomer org.powertac.genco org.powertac.householdcustomer org.powertac.officecomplexcustomer -
-
Uses of TimeslotRepo in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces that return TimeslotRepo Modifier and Type Method Description TimeslotRepoCustomerServiceAccessor. getTimeslotRepo()Returns a reference to a TimeslotRepo -
Uses of TimeslotRepo in org.powertac.customer
Methods in org.powertac.customer that return TimeslotRepo Modifier and Type Method Description TimeslotRepoCustomerModelService. getTimeslotRepo() -
Uses of TimeslotRepo in org.powertac.factoredcustomer
Methods in org.powertac.factoredcustomer that return TimeslotRepo Modifier and Type Method Description TimeslotRepoFactoredCustomerService. getTimeslotRepo() -
Uses of TimeslotRepo in org.powertac.genco
Methods in org.powertac.genco with parameters of type TimeslotRepo Modifier and Type Method Description voidCpGenco. init(BrokerProxy proxy, int seedId, RandomSeedRepo randomSeedRepo, TimeslotRepo timeslotRepo) -
Uses of TimeslotRepo in org.powertac.householdcustomer
Methods in org.powertac.householdcustomer that return TimeslotRepo Modifier and Type Method Description TimeslotRepoHouseholdCustomerService. getTimeslotRepo() -
Uses of TimeslotRepo in org.powertac.officecomplexcustomer
Methods in org.powertac.officecomplexcustomer that return TimeslotRepo Modifier and Type Method Description TimeslotRepoOfficeComplexCustomerService. getTimeslotRepo()
-