Package jadex.platform.service.clock
Interface ISimulationClock
-
- All Superinterfaces:
IClock
- All Known Implementing Classes:
SimulationEventClock
,SimulationTickClock
public interface ISimulationClock extends IClock
Simulation clock interface extends a normal clock by adding a method for advancing the method time.
-
-
Field Summary
-
Fields inherited from interface jadex.bridge.service.types.clock.IClock
EVENT_TYPE_NEW_DELTA, EVENT_TYPE_NEW_DILATION, EVENT_TYPE_NEXT_TIMEPOINT, EVENT_TYPE_RESET, EVENT_TYPE_STARTED, EVENT_TYPE_STOPPED, EVENT_TYPE_TIMER_ADDED, EVENT_TYPE_TIMER_REMOVED, STATE_RUNNING, STATE_SUSPENDED, TYPE_CONTINUOUS, TYPE_EVENT_DRIVEN, TYPE_SYSTEM, TYPE_TIME_DRIVEN
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
advanceEvent()
Advance one event.-
Methods inherited from interface jadex.bridge.service.types.clock.IClock
addChangeListener, addTickTimer, addTimer, createTickTimer, createTimer, dispose, getDelta, getName, getNextTimer, getStarttime, getState, getTick, getTickTimers, getTime, getTimers, getType, removeChangeListener, removeTickTimer, removeTimer, reset, setDelta, setStarttime, start, stop
-
-