Documentation Language: Swift

Method

resolvingFeature(_:)

Resolves the concrete EStructuralFeature type from a DynamicEObject.

static func resolvingFeature(_ object: any EObject) throws -> any EStructuralFeature

Parameters

object

The DynamicEObject to convert.

Return Value

EAttribute or EReference instance.

Discussion

Dispatches to the appropriate concrete type initializer based on eClass.name.