|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DrivingClock | |
|---|---|
| modhelxs.simulation | |
| Uses of DrivingClock in modhelxs.simulation |
|---|
| Subclasses of DrivingClock in modhelxs.simulation | |
|---|---|
class |
ASAPClock
An ASAPClock is a kind of driving clock that always has a tick as soon as possible |
class |
EventFeederClock
An EventFeederClock is a driving clock that ticks when an external event should be fed to the simulation. |
class |
PeriodicRTClock
A driving clock that ticks periodically on real time. |
class |
SwingButtonClock
A SwingButtonClock is an event feeder clock that ticks when a Swing button is pressed. |
class |
SynchronizingRTClock
A driving clock that ticks on real time. |
| Fields in modhelxs.simulation with type parameters of type DrivingClock | |
|---|---|
private static java.util.List<DrivingClock<?>> |
DrivingClock.drivingclocks_
List of all driving clocks. |
| Methods in modhelxs.simulation that return types with arguments of type DrivingClock | |
|---|---|
static java.util.Collection<DrivingClock<?>> |
DrivingClock.getDrivingClocks()
Return the whole collection of driving clocks. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||