nineml.abstraction_layer.component.Parameter

class nineml.abstraction_layer.component.Parameter(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)

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

link to something about visitation.

name

Returns the name of the parameter