Method
resolveReference(_:from:)
Resolves a reference to its target objects.
func resolveReference(_ reference: EReference, from object: any EObject) -> [any EObject]
Parameters
reference-
The reference to resolve.
object-
The object containing the reference.
Return Value
An array of resolved target objects.
Discussion
For single-valued references, returns an array with one element. For multi-valued references, returns all referenced objects.