rcasteran / jarvis4se

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

Function input wrongly displayed as an output #18

Closed rcasteran closed 2 years ago

rcasteran commented 2 years ago

Impacted version jarvis4se version: 1.1.2

Describe the bug Input of a function is wrongly displayed as an output, but correctly specified as an input in the xml file

To Reproduce Execute the following commands:

%%jarvis
with test
F1 is a function
a is a data
b is a data
%%jarvis
with test
F1 produces b
%%jarvis
with test
F1 consumes a

Expected behavior Jarvis must display a as an input of F1, and b as an output of F1

Screenshots Jarvis displays a and b as outputs of F1 in the generated diagram

Desktop (please complete the following information):