Obtaining the order of operations of a sequence diagram via Java API (UML2-Papyrus) [message #1841847] |
Tue, 01 June 2021 04:01  |
Eclipse User |
|
|
|
Hi,
I'm developing a software that takes as input a Papyrus model and through the Java UML2 API I navigate the model.
Specifically, I'm working on a sequence diagram and I would like to know if there is a way to get through the API the order of the executed operations as I see them in the sequence diagram.
Unfortunately, the API outputs the order of the operations as they were entered and not as they are represented in the diagram.
In addition, I tried to migrate to a communication diagram as I was looking for a way to have indices at the beginning of the message (e.g. 1.doX , 2.doY, 3.doZ) but I notice that if I delete message two (2.doY), message 3 does not change index automatically, which makes renaming difficult if there are many messages in one diagram.
Thanks in advance to anyone who can help me!
|
|
|
|
Powered by
FUDForum. Page generated in 0.05370 seconds