Simulation
---
---
Field: logger [Logger]
---
---
Field: isRunSimulation [boolean]
---
Field: runTimeInSec [double]
time (seconds) that should be simulated, i.e. the final time is startTimeInSec + runTimeInSec
---
---
Field: simTimeInSec [double]
current simulation time (seconds)
---
---
Field: startTimeInSec [double]
time (seconds) where the simulation starts
Field: models [Model>]
---
---
Field: mainModel [MainModel]
---
---
---
---
---
---
---
Field: simulateUntilInSec [double]
---
---
---
Field: singleStepMode [boolean]
---
---
---
Field: step [int]
---
---
---
---
Field: waitForSimCommand [boolean]
---
Field: lastFrameInMs [long]
---
Hold the topography in an extra field for convenience.
---
Field: random [Random]
---
Field: isPaused [boolean]
---
Field: name [java.lang.String]
---