Method
resolveByURI(_:)
Resolves an object by its URI across all resources in the set.
func resolveByURI(_ uri: String) async -> (any EObject)?
Parameters
uri-
The complete URI to resolve.
Return Value
The resolved object, or nil if not found.
Discussion
The URI format is: “resourceURI#objectPath” where objectPath identifies the object within the resource.