AlchemistStateObservations

Represents the state of an Alchemist simulation at a given time.

Parameters

time

the time at which the state is referred to.

Constructors

Link copied to clipboard
constructor(time: Double)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun addObservation(name: String, value: Double)

Adds an observation for the state.

Link copied to clipboard

Returns the value of the observation with the given id.

Returns the value of the observation with the given name.