Abbreviation

ImplOp

Description

This validation rule checks if all operations of realized interfaces are implemented.

Severity

warning

Constrained Element

Class

Solvers

  • To fix this, make sure all operations of realized interfaces are implemented.

Example

The realized interface Air Control contains the CoolAir operation that is not implemented. The error is resolved by implementing the operation.