PipelineStage<TBaseNode> Class
Definition
A stage from a Pipeline<TBaseNode>
public abstract class PipelineStage<TBaseNode>
where TBaseNode : Node<TBaseNode>
Type Parameters
Name | Description |
---|---|
TBaseNode | The type of nodes in the tree. |
Properties
Name | Description |
---|---|
The default ITraversal<TNode> to use when traversing the tree if not specified by an OrderedProcessor<TBaseNode>. | |
The name of the stage. | |
Function to run after the stage to determine if the pipeline should move on to the next stage or not. |
Methods
Name | Description |
---|---|
Runs the stage. |
Last modified: 12 August 2025