ITreeHelper
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.IObject | - |
UML Diagram
Methods
insert
- Parameters:
object(CNM_AbstractObject.IObject): the object that should be inserted
- Return type: CNM_ReturnTypes.SingleExecutionResult
A method to insert a single element into the tree.…
insertCollection
- Parameters:
collection(CNM_CollectionInterfaces.ICollection): The collection that should be insertedexecute(BOOL): If insert should be processed
- Return type: CNM_ReturnTypes.SingleExecutionState
This method inserts all elements of a collection into the tree.…
instantInsertCollection
- Parameters:
collection(CNM_CollectionInterfaces.ICollection): The collection that should be inserted
- Return type: CNM_ReturnTypes.SingleExecutionResult
This method inserts all elements of a collection into the tree…
remove
- Parameters:
object(CNM_AbstractObject.IObject): The object that should be removed
- Return type: CNM_ReturnTypes.SingleExecutionResult
Function to remove an object from the tree…
Code
Declaration
INTERFACE INTERNAL ITreeHelper EXTENDS CNM_AbstractObject.IObject