Documentation Language: Swift

Protocol

EOperation

An operation in the Ecore metamodel.

protocol EOperation : Hashable, Identifiable, Sendable where Self.ID == UUID

Overview

Operations represent the behavioural methods that can be invoked on instances of a class.

Topics

Instance Properties

V
name

The name of this operation.

Relationships

Inherits From