processStartNode
Short summary
This method is called in the initphase on the rootnode of the tree. Default implementation executes processNode.
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| nodeToProcess | CNM_CollectionInterfaces.IBinaryTreeNode | - | input |
Code
Declaration
METHOD PROTECTED processStartNode
VAR_INPUT
nodeToProcess :CNM_CollectionInterfaces.IBinaryTreeNode;
END_VAR
Implementation
THIS^.processNode(nodeToProcess);