rv Parameters By Element Name
Constructs a map of maps that contains the model elements that have random variables and the parameters associated with the random variables. The outer map is keyed by the model element name that contains the random variables. The inner map holds the pairs (random variable name, RVParameters). That is, the inner map is keyed by the name of the random variable, with the associated datum as an instance of RVParameters. From the RVParameters instance clients can inspect and set the parameters of the random variable. The inner map will hold only those random variables that are parameterized, i.e., ParameterizedRV descended.