Parameter module
- class Parameter
Implements the Parameter class. This class is used to create named parameters.
- See also:
- Attributes:
None.
- Parameter(self, name)
This is the constructor for the Parameter class.
- Args:
- name (str):
The symbolic name of the parameter object that is to be created.
- Returns:
Parameter.
- Raises:
None.
- name(self)
Returns the symbolic name of the parameter.
- Args:
None.
- Returns:
Symbolic name of the object.
- Raises:
None.