Discrepancy in multiplicity between textual notation import and UI creation #1127
Unanswered
aroberts8833
asked this question in
Q&A
Replies: 1 comment
-
|
Hello, Thank you for raising this problem. We rely on SysIDE for the import from textual SysMLv2 files. The question is: is it allowed to do that? In other words, is there many ways to model the same multiplicity range in SysMLv2? Regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The multiplicity [0..*] gets created differently depending on whether you import/create a part usage from textual notation or if you set the multiplicity by adding it to the name compartment in the graphical representation. Using the textual notation it creates the multiplicityRange with a nested OperatorExpression while adding it in the name compartment creates a multiplicityRange with a nested LiteralInteger with value of 0 and a LiteralInfinity.
How is the multiplicity supposed to be implemented? This seems to be an issue with the textual notation import.
Beta Was this translation helpful? Give feedback.
All reactions