Model-owned manager for ordered analysis/process steps.
Attributes
_mesh_maker
instance-attribute
current_step
instance-attribute
Methods:
add_step
add_step(component: Union[ProcessComponent, List[ProcessComponent]], description: str = '') -> int
insert_step
insert_step(index: int, component: Union[ProcessComponent, List[ProcessComponent]], description: str = '') -> bool
remove_step
remove_step(index: int) -> bool
get_steps
get_steps() -> List[Dict]
get_step
get_step(index: int) -> Optional[Dict]
_store_component_ref
staticmethod
_store_component_ref(component: ProcessComponent)