containsParameter

fun containsParameter(rvName: String, paramName: String): Boolean

A convenience method to check if the named random variable exists and if so, if the named paramName exists for it parameters

Return

true if the named random variable has a parameter with the provided name False if the name random variable does not exist or the parameter name doesn't exit for it.

Parameters

rvName

the name of the random variable to change, must not be null

paramName

the parameter name of the random variable, must not be null