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 General customer-model infrastructure. -
-
Uses of TimeService in org.powertac.common
Methods in org.powertac.common that return TimeService Modifier and Type Method Description static TimeService
TimeService. getInstance()
Returns the most-recently created instance of TimeService.TimeService
TariffEvaluationHelper. getTimeService()
-
Uses of TimeService in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces that return TimeService Modifier and Type Method Description TimeService
CustomerServiceAccessor. getTimeService()
Returns a reference to the TimeService -
Uses of TimeService in org.powertac.common.repo
Fields in org.powertac.common.repo declared as TimeService Modifier and Type Field Description protected TimeService
ManagedRepo. timeService
-
Uses of TimeService in org.powertac.customer
Methods in org.powertac.customer that return TimeService Modifier and Type Method Description TimeService
CustomerModelService. getTimeService()
-