Skip to main content

InstantSetStrategyExecutor

AccessAbstractFinalExtendsImplements
INTERNALNoNoCNM_AbstractObject.ObjectCNM_CollectionInterfaces.IInstantSetStrategy

UML Diagram

Parameters

none

Properties

className

Type: CNM_AbstractObject.ClassName

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

Methods

assignSet

intersect

overwrites the content of this set with the intersection of this set and the given set

merge

overwrites the content of this set with the union of this set and the given set

subtract

overwrites the content of this set with the set difference of this set and the given set

Code

Declaration

FUNCTION_BLOCK INTERNAL InstantSetStrategyExecutor EXTENDS CNM_AbstractObject.Object IMPLEMENTS CNM_CollectionInterfaces.IInstantSetStrategy
VAR
set :ISetHelper;
END_VAR