No textual diagrams#

Textual Diagrams should not be used.

Description#

This rule checks if Textual Diagrams are used in the project.

Rationale#

This enforces compliance with a specific modeling standard by ensuring that the textual Scade language is not used directly in a model.

Verification#

This rule checks all operators, states, and actions. For each one, it verifies that there is no raw textual representation, but only graphical diagrams.

Resolution#

Replace the offending operator / state machine element with a graphical diagram.

Customization#

TODO