Parameters class
This class represents a collection of Parameter
objects.
It provides methods for accessing and updating the parameters
stored inside it.
list
object containing
Parameter
objects.
x$print()
x$show()
x$repr()
x$names()
x$ids()
x$length()
x$get(id)
x$set(id, value)
x$add(p)
print the object.
show the object.
character
representation of object.
return character
names of parameters.
return character
parameter unique identifiers.
return integer
number of parameters in object.
retrieve the value of a parameter in the object
using an Id
object.
change the value of a parameter in the object to a new object.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.