Uses of Class
org.powertac.common.TimeService
- 
Packages that use TimeService Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.common.interfaces org.powertac.common.repo Repositories that need to exist in both the Power TAC simulation server and in brokers.org.powertac.customer 
- 
- 
Uses of TimeService in org.powertac.commonMethods in org.powertac.common that return TimeService Modifier and Type Method Description static TimeServiceTimeService. getInstance()Returns the most-recently created instance of TimeService.TimeServiceTariffEvaluationHelper. getTimeService()
- 
Uses of TimeService in org.powertac.common.interfacesMethods in org.powertac.common.interfaces that return TimeService Modifier and Type Method Description TimeServiceCustomerServiceAccessor. getTimeService()Returns a reference to the TimeService
- 
Uses of TimeService in org.powertac.common.repoFields in org.powertac.common.repo declared as TimeService Modifier and Type Field Description protected TimeServiceManagedRepo. timeService
- 
Uses of TimeService in org.powertac.customerMethods in org.powertac.customer that return TimeService Modifier and Type Method Description TimeServiceCustomerModelService. getTimeService()
 
-