matflow.ElementParameter#
- class matflow.ElementParameter(task, path, parent, element)#
Bases:
ElementParameter
A parameter to an
Element
.- Parameters:
task (WorkflowTask) – The task that this is part of.
path (str) – The path to this parameter.
parent (Element | ElementAction | ElementActionRun | Parameters) – The entity that owns this parameter.
element (Element) – The element that this is a parameter of.
Methods
Get the size of the parameter.
Attributes
The data indices associated with this parameter.
The associated data indices for which this is set.
Whether this parameter is set.
The value of this parameter.
The task that this is part of.
The path to this parameter.
The entity that owns this parameter.
The element that this is a parameter of.
- app = App(name='MatFlow', version='0.3.0a131')#
- property data_idx#
The data indices associated with this parameter.
- property data_idx_is_set#
The associated data indices for which this is set.
- get_size(**store_kwargs)#
Get the size of the parameter.
- property is_set#
Whether this parameter is set.
- parent: Element | app.ElementAction | app.ElementActionRun | app.Parameters#
The entity that owns this parameter.
- task: app.WorkflowTask#
The task that this is part of.