Package | Description |
---|---|
de.bsvrz.dua.pllogufd.clock | |
de.bsvrz.dua.pllogufd.vew |
Klassen für Verwaltungsmodul der SWE Pl-Prüfung logisch UFD
|
Modifier and Type | Class and Description |
---|---|
class |
SimulationClock
Implementierung von
WaitableClock als simulierte Uhr, die einen
beliebigen Startzeitpunkt hat und auch schneller oder langsamer gehen kann,
als die reale Systemzeit. |
class |
WaitableSystemClock
Implementierung von
WaitableClock als normale Systemuhr |
Modifier and Type | Method and Description |
---|---|
static WaitableClock |
WaitableClock.simulationClock(Instant start,
double simulationSpeed)
Gibt eine simulierte Uhr zurück
|
static WaitableClock |
WaitableClock.systemClock()
Gibt die System-Uhr zurück.
|
Constructor and Description |
---|
ClockScheduler(WaitableClock clock)
Erstellt einen neuen ClockScheduler
|
ClockTimer(WaitableClock clock)
Standardkonstruktor.
|
Modifier and Type | Field and Description |
---|---|
static WaitableClock |
VerwaltungPlPruefungLogischUFD.clock
Verwendete Uhr, verwendet normalerweise die Systemzeit, kann aber von
Testfällen anders gesetzt werden.
|
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.