Skip to main content

ApplierBuilder

AccessAbstractFinalExtendsImplements
-NoNoAbstractDisposableContainerCNM_CollectionInterfaces.IApplierChainBuilder, CNM_CollectionInterfaces.IApplierChainContinue

UML Diagram

Parameters

none

Properties

className

Type: CNM_AbstractObject.ClassName

Methods

andThen

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

startWith

Code

Declaration

FUNCTION_BLOCK ApplierBuilder EXTENDS AbstractDisposableContainer IMPLEMENTS CNM_CollectionInterfaces.IApplierChainBuilder, CNM_CollectionInterfaces.IApplierChainContinue
VAR
applierList :ArrayList;
END_VAR