Documentation Language: Swift

Protocol

ECoreOperationDelegate

Delegate for handling ECore operations.

protocol ECoreOperationDelegate : Sendable

Overview

Operation delegates provide custom implementation for EOperations, allowing dynamic behaviour injection into the ECore model.

Topics

Instance Methods

F
invoke(operation:on:arguments:)

Invoke an operation on an object.

Relationships

Inherits From