Documentation Language: Swift

Method

createRemoveCommand(object:feature:value:)

Create a command to remove a value from a many-valued feature.

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

Parameters

object

The EObject to modify

feature

The many-valued structural feature

value

The value to remove

Return Value

A configured RemoveCommand