Skip to main content

InstantTreeStrategyExecutor

AccessAbstractFinalExtendsImplements
-NoNoCNM_AbstractObject.ObjectCNM_CollectionInterfaces.IInstantTreeStrategy

UML Diagram

Parameters

none

Properties

className

Type: CNM_AbstractObject.ClassName

This abstract property returns the class name of the concrete object,

Methods

assignTree

insertCollection

This method inserts all elements of a collection into the tree

Code

Declaration

FUNCTION_BLOCK InstantTreeStrategyExecutor EXTENDS CNM_AbstractObject.Object IMPLEMENTS CNM_CollectionInterfaces.IInstantTreeStrategy
VAR
tree :ITreeHelper;
END_VAR