Abbreviation

ControlOperator[1]

Description

This validation rule checks to see if the behavior or operation has the «ControlOperator» stereotype applied. If yes, that behavior or operation must also have at least one parameter typed by the ControlValueKind enumeration.

Severity

warning

Constrained Element

Behavior, Operation

Solvers

To fix this, do one of the following:

  • Change the type to the ControlValueKind enumeration for the parameter.
  • Create a new parameter typed by the ControlValueKind enumeration.


Example

The getTime behavior and operation with «ControlOperator» stereotype applied have parameters that type must be ControlValueKind enumeration.