Package jadex.platform.service.clock
Interface IContinuousClock
-
- All Superinterfaces:
IClock
- All Known Implementing Classes:
ContinuousClock
,SystemClock
public interface IContinuousClock extends IClock
Continuous clock interface extends a normal clock by adding a method getting the dilation.
-
-
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 double
getDilation()
Get the clocks dilation.void
setDilation(double dilation)
Set the clocks dilation.-
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
-
-