Uses of Interface
org.powertac.common.TimedAction
-
Packages that use TimedAction Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers. -
-
Uses of TimedAction in org.powertac.common
Classes in org.powertac.common that implement TimedAction Modifier and Type Class Description class
RepeatingTimedAction
A timedActionMethods in org.powertac.common with parameters of type TimedAction Modifier and Type Method Description void
TimeService. addAction(org.joda.time.Instant time, TimedAction act)
Adds an action to the simulation queue, to be triggered at the specified time.Constructors in org.powertac.common with parameters of type TimedAction Constructor Description RepeatingTimedAction(TimedAction act, long interval)
-