Package-level declarations

Types

Link copied to clipboard
data class SetEnvironmentSurrogate<out TS : Any, out PS : PositionSurrogate>(val environmentSurrogate: EnvironmentSurrogate<TS, PS>)

Redux action to set the EnvironmentSurrogate of the application.

Link copied to clipboard
data class SetSimulation(val simulation: Simulation<Any, Nothing>?)

Redux action to set the Simulation of the application.