Abbreviation

PrivateOpCall

Description

This validation rule checks if a Message calls to a private operation from a foreign classifier.

Severity

warning

Constrained Element

Message

Solvers

To fix this, make sure that the visibility of the called operation is not private.

Example

A Message calls a private operation Get Desired Temperature, which causes an error. The error is resolved by changing the operation's visibility from private to public.