rcasteran / jarvis4se

JARVIS for Systems Engineers
https://regis-casteran.gitbook.io/jarvis4se/
MIT License
3 stars 1 forks source link

Decomposition diagram of a functional element without functional element children #13

Closed rcasteran closed 2 years ago

rcasteran commented 2 years ago

Is your feature request related to a problem? Please describe. Execute the following commands:

%%jarvis
with test

F1 is a function
F2 is a function
F1 is composed of F2
E1 is a functional element
E1 allocates F1

show decomposition E1

Describe the solution you'd like Decomposition diagram must not display any function until E1 has a functional element as a child

Describe alternatives you've considered None

Additional context