Documentation Language: Swift

Method

createAddCommand(object:feature:value:)

Create a command to add a value to a many-valued feature.

@MainActor func createAddCommand(object: any EObject, feature: any EStructuralFeature, value: any EcoreValue) -> AddCommand

Parameters

object

The EObject to modify

feature

The many-valued structural feature

value

The value to add

Return Value

A configured AddCommand