ApplierBuilder
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | AbstractDisposableContainer | CNM_CollectionInterfaces.IApplierChainBuilder, CNM_CollectionInterfaces.IApplierChainContinue |
UML Diagram
Parameters
none
Properties
className
Type: CNM_AbstractObject.ClassName
Methods
andThen
- Parameters:
applier(CNM_CollectionInterfaces.IApplier)
- Return type: CNM_CollectionInterfaces.IApplierChainContinue
Method to append another Applier to the chained applier.…
clearContents
- Return type:
VOID
This method is called in the destruct method and is intended to zero all references and interfaces that should not be destructed. …
FB_Exit
- Parameters:
bInCopyCode(BOOL): TRUE: the exit method is called in order to leave the instance which will be copied afterwards (online change).
- Return type:
BOOL
Mark the object as deleted, as it stays in the memory.…
finish
- Return type: CNM_CollectionInterfaces.IApplier
startWith
- Parameters:
applier(CNM_CollectionInterfaces.IApplier)
- Return type: CNM_CollectionInterfaces.IApplierChainContinue
Code
Declaration
FUNCTION_BLOCK ApplierBuilder EXTENDS AbstractDisposableContainer IMPLEMENTS CNM_CollectionInterfaces.IApplierChainBuilder, CNM_CollectionInterfaces.IApplierChainContinue
VAR
applierList :ArrayList;
END_VAR