Scalar parameter prototype
This prototype is used to represent a parameter has a single value. Only experts should interact directly with this prototype.
character
identifier for parameter.
character
name of parameter.
numeric
scalar value.
numeric
scalar default value.
character
name of the class that $value
should
inherit from (e.g. integer
).
numeric
scalar value that is the minimum value
that $value
is permitted to be.
numeric
scalar value that is the maximum value
that $value
is permitted to be.
x$print()
x$show()
x$validate(x)
x$get()
x$set(x)
x$reset()
object used to set a new parameter value.
print the object.
show the object.
check if a proposed new set of parameters are valid.
extract the parameter value.
update the parameter value.
update the parameter value to be the default value.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.