getValue

fun getValue(simulation: Simulation<*, *>, observation: String): Any?(source)

Get the value of the desired observation, if it exists.


fun getValue(simulation: Simulation<*, *>, observationId: Int): Any?(source)

Get the value of the desired observation id, if it exists.