Skip to content

Modeler_audit_rules_R1540

Antonin Abhervé edited this page Sep 3, 2020 · 1 revision

R1540

Summary

A BindableInstance's RepresentedFeatures must not reference themselves, directly or indirectly.

Details

For example, if we have three BindableInstances ‘A’, ‘B’ and ‘C’, where ‘A’ represents ‘B’, ‘B’ represents ‘C’ and ‘C’ represents ‘A’, in the end ‘A’ indirectly represents ‘C’ and ‘C’ represents ‘A’, which is wrong.

Tips

Make sure there are no cycles when representing elements in parts and Ports.

Clone this wiki locally