rcasteran / jarvis4se

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

Internal data of a functional element listed as input #43

Closed rcasteran closed 2 years ago

rcasteran commented 2 years ago

Impacted version jarvis4se version: 1.2.1

Describe the bug Jarvis lists internal data of a functional element as input for this functional element

To Reproduce Execute the following commands:

%%jarvis
with test
F is a function
F1 is a function
F2 is a function
a is a data
F produces a
F1 consumes a
F2 consumes a

E is a functional element
E2 is a functional element
E allocates F
E allocates F1
E2 allocates F2

list input E

Jarvis lists the data a as an input for E, but it is an internal data between F and F1, both allocated to E

Expected behavior Jarvis must indicate that E has no input

Screenshots None

Desktop (please complete the following information):