Skip to main content

processStartNode

Short summary

This method is called in the initphase on the rootnode of the tree. Default implementation executes processNode.

Parameters

NameTypeCommentKind
nodeToProcessCNM_CollectionInterfaces.IBinaryTreeNode-input

Code

Declaration

METHOD PROTECTED processStartNode
VAR_INPUT
nodeToProcess :CNM_CollectionInterfaces.IBinaryTreeNode;
END_VAR

Implementation

THIS^.processNode(nodeToProcess);