Documentation Language: Swift

Method

getValue(for:from:)

Get the computed value for a derived feature.

func getValue(for feature: any EStructuralFeature, from object: any EObject) async throws -> Any?

Parameters

feature

The structural feature to compute

object

The object owning the feature

Return Value

The computed value

Discussion