rcasteran / jarvis4se

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

Support function decomposition level parameter #45

Closed rcasteran closed 2 years ago

rcasteran commented 2 years ago

Is your feature request related to a problem? Please describe. Decomposition diagram may contain many elements that make them to difficult to read

Describe the solution you'd like Add a parameter "level" indicating the relationship level you want to display through the following command:

show decomposition <element> at level <decomposition level>

For example, the following command:

show decomposition MF at level 1

asks Jarvis to display the decomposition diagram of the element MF with its first child only.

If the decomposition level is greater than the maximum relationship level or not indicated, then Jarvis displays the decomposition diagram with all children (current behavior of Jarvis in release 1.2.1)

Describe alternatives you've considered None