DependentVariable

A dependent variable, namely a variable whose value can be obtained given the values of other variables.

Parameters

<V>

value type of the variable

Inheritors

Functions

Link copied to clipboard
abstract fun getWith(variables: Map<String, Any>): V
Given the current controlled variables, computes the current values for this variable.