RVParameter

@Serializable
@SerialName(value = "rvParameter")
data class RVParameter(val rvName: String, val paramName: String) : ControlBinding(source)

Bind to a single parameter of a named random variable. At run time the factor's current level value is written to the named parameter on the RV (e.g. the 'mean' of an Exponential RV).

Constructors

Link copied to clipboard
constructor(rvName: String, paramName: String)

Properties

Link copied to clipboard
Link copied to clipboard