Routes
object Routes
Objects that store all the route path. Since this object is part of the common sourceSet, both Client and Serve can refer to the correct Route maintaining consistency and reducing the number of possible errors and bug.
Properties
Link copied to clipboard
Route to get an Environment in a serialized form that needs to be rendered by the client, as it.unibo.alchemist.boundary.webui.common.model.RenderMode.CLIENT was requested.
Link copied to clipboard
Route to get an Environment already renderer by the Server, as it.unibo.alchemist.boundary.webui.common.model.RenderMode.SERVER was requested.
Link copied to clipboard
Route to pause the simulation.
Link copied to clipboard
Route to start the simulation.
Link copied to clipboard
Route to get the it.unibo.alchemist.boundary.webui.common.model.surrogate.StatusSurrogate of the simulation.