State

io.github.srs.model.ModelModule.State
trait State extends BaseState

State trait that defines the base state for the simulation.

Attributes

Graph
Supertypes
trait BaseState
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

The current simulation speed.

The current simulation speed.

Attributes

The current simulation status.

The current simulation status.

Attributes

Inherited and Abstract methods

def dt: FiniteDuration

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

Inherited from:
BaseState
def elapsedTime: FiniteDuration

The elapsed time since the start of the simulation.

The elapsed time since the start of the simulation.

Attributes

Inherited from:
BaseState

The environment in which the simulation is running.

The environment in which the simulation is running.

Attributes

Inherited from:
BaseState

The random number generator used for the simulation.

The random number generator used for the simulation.

Attributes

Inherited from:
BaseState
def simulationTime: Option[FiniteDuration]

The total simulation time for the simulation.

The total simulation time for the simulation.

Attributes

Inherited from:
BaseState