Creation of an InterfaceUsage triggers PortUsage creation #2157
-
|
Goodday Syson Team In the GV, if I create 2 parts with a port each and add an interface in between the ports, extra port usages are created in the model (linked to my ports by a feature chain I believe).
Is this an intented behavior ? I'm not yet sure, but I don't think this causes any issues on our side, I am just being curious. Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello, Yes it is intended. Our interpretation of an If you think the creation of an Regards, |
Beta Was this translation helpful? Give feedback.

Hello,
Yes it is intended. Our interpretation of an
InterfaceUsage(chapter 7.14 Interfaces of the SysMLv2 specification) is that it should come with ends (most of the time it is a binary connection so it comes with two ends). Those ends should bePortUsages. Then those ends should subset existingPortUsages(in your case port1Out and port1In).If you think the creation of an
InterfaceUsagebetween two existingPortUsageshould produce a different result, please let me know!Regards,