floodsim.model.store.SimulationStore
See theSimulationStore companion object
Represents a store for simulation state and timing information. Provides methods to update the simulation state and timer.
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Updates the simulation state by applying a transformation function.
Updates the simulation state by applying a transformation function.
Value parameters
-
f
-
the function to transform the current state to a new state
Attributes
Updates the simulation timer by applying a transformation function.
Updates the simulation timer by applying a transformation function.
Value parameters
-
f
-
the function to transform the current timer to a new timer
Attributes