processNode
Short summary
This method is called when the node is taken from the nodelist. Can perform actions as putting childnodes on the list etc.
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| nodeToProcess | CNM_CollectionInterfaces.IBinaryTreeNode | - | input |
Code
Declaration
METHOD PROTECTED ABSTRACT processNode
VAR_INPUT
nodeToProcess :CNM_CollectionInterfaces.IBinaryTreeNode;
END_VAR