OrderedProcessor<TBaseNode>.GetTraversal Method
Definition
Gets the traversal that the Pipeline<TBaseNode> should use for this processor.
public virtual ITraversal<TBaseNode> GetTraversal(TBaseNode root);
Parameters
| Name | Type | Description |
|---|---|---|
root |
TBaseNode |
The root of the tree. |
Returns
The traversal to use.