A class representing a state-variable in a ComponentClass.
This was originally a string, but if we intend to support units in the future, wrapping in into its own object may make the transition easier
Parameter Constructor
| Parameters: | name – The name of the parameter. |
|---|
Methods
| __init__(name) | Parameter Constructor |
| accept_visitor(visitor, **kwargs) | link to something about visitation. |
Attributes
| name | Returns the name of the parameter |
link to something about visitation.
Returns the name of the parameter