fill Parameters
This function must fill the appropriate data maps to hold the default values for the parameters. For example, for normal random variables we must do the following:
addDoubleParameter("mean", 0.0)
addDoubleParameter("variance", 1.0)Content copied to clipboard
Use the appropriate protected addXXXParameter() functions to provide the parameter names and default values.