Processor<TBaseNode> Class
Definition
Performs some processing on a given node in a Pipeline<TBaseNode>.
public abstract class Processor<TBaseNode>
where TBaseNode : Node<TBaseNode>
Type Parameters
| Name | Description |
|---|---|
TBaseNode |
The type of nodes in the tree. |
Constructors
| Name | Description |
|---|---|
Processor() |
Methods
| Name | Description |
|---|---|
Process(TBaseNode) |
Performs processing on the specified node. Does not process any descendents. |