cytoflowgui.experiment_pane_model#
The classes that provide the model for the ExperimentBrowserDockPane.
- class cytoflowgui.experiment_pane_model.WorkflowItemNode(*args: Any, **kwargs: Any)[source]#
Bases:
TreeNodeObjectA tree node for the Experiment
- wi = <traits.trait_types.Instance object>#
- label = 'WorkflowItem'#
- class cytoflowgui.experiment_pane_model.ChannelsNode(*args: Any, **kwargs: Any)[source]#
Bases:
TreeNodeObjectA tree node for the group of channels
- wi = <traits.trait_types.Instance object>#
- label = 'Channels'#
- class cytoflowgui.experiment_pane_model.ChannelNode(*args: Any, **kwargs: Any)[source]#
Bases:
TreeNodeObjectA tree node for a single channel
- wi = <traits.trait_types.Instance object>#
The
WorkflowItemthat this channel is part of
- channel = <traits.trait_types.Str object>#
- class cytoflowgui.experiment_pane_model.ConditionsNode(*args: Any, **kwargs: Any)[source]#
Bases:
TreeNodeObjectA tree node for all the conditions
- wi = <traits.trait_types.Instance object>#
- label = 'Conditions'#
- class cytoflowgui.experiment_pane_model.ConditionNode(*args: Any, **kwargs: Any)[source]#
Bases:
TreeNodeObjectA tree node for a single condition
- wi = <traits.trait_types.Instance object>#
The
WorkflowItemthat this condition is part of
- condition = <traits.trait_types.Str object>#
- class cytoflowgui.experiment_pane_model.StatisticsNode(*args: Any, **kwargs: Any)[source]#
Bases:
TreeNodeObjectA tree node for all the statistics
- wi = <traits.trait_types.Instance object>#
- label = 'Statistics'#
- class cytoflowgui.experiment_pane_model.StatisticNode(*args: Any, **kwargs: Any)[source]#
Bases:
TreeNodeObjectA tree node for a single statistic
- wi = <traits.trait_types.Instance object>#
The
WorkflowItemthat this condition is part of
- statistic = <traits.trait_types.Str object>#
- class cytoflowgui.experiment_pane_model.StringNode(*args: Any, **kwargs: Any)[source]#
Bases:
TreeNodeObjectA tree node for strings
- name = <traits.trait_types.Str object>#
Name of the value
- label = <traits.trait_types.Str object>#
User-specified override of the default label
- value = <traits.trait_types.Str object>#
The value itself