Skip to main content

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

NameTypeCommentKind
nodeToProcessCNM_CollectionInterfaces.IBinaryTreeNode-input

Code

Declaration

METHOD PROTECTED ABSTRACT processNode
VAR_INPUT
nodeToProcess :CNM_CollectionInterfaces.IBinaryTreeNode;
END_VAR