No imported operators#

Imported operators shall not be used.

Description#

This rule checks if imported operators are used in the project

Rationale#

This enforces compliance with a specific modeling standard by ensuring that no external source code is called by model operators.

Verification#

This rule checks all model operators and fails if it finds one that is imported.

Resolution#

Remove the offending operator.

Customization#

N/A.