Abbreviation
NoMthIfAbst
Description
This validation rule checks if an Abstract Operation has a method defined.
Severity
error
Constrained Element
Operation
Solvers
To fix this, make sure an Abstract Operation does not have a method defined.
Example
The Operation Cool Air is abstract and it has a method defined, causing an error. The error is resolved by removing the method.