Method
getObject(_:)
Gets an object by its ID, used for ATL lazy binding resolution.
func getObject(_ id: EUUID) -> (any EObject)?
Parameters
id-
The unique identifier of the object
Return Value
The object if found, nil otherwise
Method
Gets an object by its ID, used for ATL lazy binding resolution.
func getObject(_ id: EUUID) -> (any EObject)?
idThe unique identifier of the object
The object if found, nil otherwise