State
io.github.srs.model.ModelModule.State
trait State
State trait that defines the base state for the simulation.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SimulationState
Members list
Value members
Abstract methods
The delta time for the simulation, which is the time step used in the simulation.
The delta time for the simulation, which is the time step used in the simulation.
Attributes
The elapsed time since the start of the simulation.
The elapsed time since the start of the simulation.
Attributes
The random number generator used for the simulation.
The random number generator used for the simulation.
Attributes
The current simulation speed.
The current simulation speed.
Attributes
The current simulation status.
The current simulation status.
Attributes
The total simulation time for the simulation.
The total simulation time for the simulation.
Attributes
In this article