Documentation Language: Swift

Method

isModelOf(_:)

Determines if the specified object belongs to this model.

func isModelOf(_ object: any EObject) async -> Bool

Parameters

object

The object to check ownership of

Return Value

Always false, as reference models contain no instance data

Discussion

Reference models contain metamodel definitions, not instance data. This method returns false as no instances belong to a reference model.