InstantTreeStrategyExecutor
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.Object | CNM_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
- Parameters:
tree(ITreeHelper)
- Return type:
VOID
insertCollection
- Parameters:
collection(CNM_CollectionInterfaces.ICollection): The collection that should be inserted
- Return type: CNM_CollectionInterfaces.CNM_ReturnTypes.SingleExecutionResult
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