IApplier
Short summary
An interface to perform some action on an object. Mainly used to transform data or call methods on the object. (Stop a cylinder, Double a value) Used as input in ForEach.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.IObject, IAccept | - |
UML Diagram
Methods
apply
- Parameters:
execute(BOOL): control bit to start or abort the application, should to be active until the ExecutionState is SUCCESS
- Return type: CNM_ReturnTypes.SingleExecutionState
A method to apply the concrete action on the given object (THIS^.object)…
Code
Declaration
INTERFACE IApplier EXTENDS CNM_AbstractObject.IObject, IAccept