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
StateVariable Constructor
| Parameters: | name – The name of the state variable. |
|---|
Methods
| __init__(name) | StateVariable Constructor |
| accept_visitor(visitor, **kwargs) | link to something about visitation. |
Attributes
| name |
link to something about visitation.