nineml.abstraction_layer.component.StateVariable

class nineml.abstraction_layer.component.StateVariable(name)

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

__init__(name)

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
accept_visitor(visitor, **kwargs)

link to something about visitation.

name