Skip to main content

getNewBBSTreeNode

Short summary

function to create a new balanced binary searchtree node

Parameters

NameTypeCommentKind
objectCNM_AbstractObject.IObjectthe object that should be wrappedinput
nodeIBalancedBinarySearchTreeNodethe created tree node container elementoutput

Code

Declaration

METHOD getNewBBSTreeNode :CNM_ReturnTypes.SingleExecutionResult 
VAR_INPUT
(* the object that should be wrapped *)
object :CNM_AbstractObject.IObject;
END_VAR
VAR_OUTPUT
(* the created tree node container element *)
node :IBalancedBinarySearchTreeNode;
END_VAR