Method
isModelOf(_:)
Check if an object belongs to this model.
func isModelOf(_ object: any EObject) async -> Bool
Parameters
object-
Object to check
Return Value
true if object belongs to this model
Method
Check if an object belongs to this model.
func isModelOf(_ object: any EObject) async -> Bool
objectObject to check
true if object belongs to this model