Documentation Language: Swift

Method

resolve(in:)

Resolve the proxy to an actual object

func resolve(in resourceSet: ResourceSet) async -> EUUID?

Parameters

resourceSet

The ResourceSet to use for resolution

Return Value

The resolved object ID, or nil if resolution fails

Discussion

This method attempts to load the target resource and resolve the fragment to an actual object ID. If the resource is not loaded, it will attempt to load it using loadXMIResource.