edges_analysis._workflow.Workflow

class edges_analysis._workflow.Workflow(steps: list[WorkflowStep] = _Nothing.NOTHING)[source]

Methods

__init__([steps])

Method generated by attrs for class Workflow.

append(step)

Append a step to the workflow.

clear_after(key)

Clear all steps after the given one.

index(key)

Get the index of a step.

insert(index, step)

Insert a step into the workflow.

read(workflow)

Read a workflow from a file.

write_as_progressfile(progressfile)

Write the workflow as a progressfile.

Attributes

steps