Simulation

data class Simulation(val status: String, val time: Double, val environment: NodesSubscription.Environment)

Constructors

Link copied to clipboard
constructor(status: String, time: Double, environment: NodesSubscription.Environment)

Properties

Link copied to clipboard

The environment of the simulation

Link copied to clipboard

The status of the simulation

Link copied to clipboard

The time of the simulation