DSD-DBS / capellambse-context-diagrams

Extension for python-capella-mbse that adds automatically generated context diagrams for arbitrary model elements.
https://dsd-dbs.github.io/capellambse-context-diagrams/
Other
13 stars 0 forks source link

Add-parents-for-functions #96

Closed ewuerger closed 5 months ago

ewuerger commented 6 months ago

display_parent_relation=False, include_inner_objects=False: ff

display_parent_relation=False, include_inner_objects=True: ft

display_parent_relation=True, include_inner_objects=False: tf

display_parent_relation=True, include_inner_objects=True: tt

ewuerger commented 5 months ago

We should remove the include_inner_objects flag and do it within the display_parent_relation flag. It seems annoying and just creates unnecessary complexity.