| Author |
Message |
|
2008/05/11 20:31
|
|
|
|
|
Hello,
how can I get the chronological order of the messages and combined fragments in a sequence diagram (on a life line)? How can I know which messages are before and after the combined fragment?
Thanks
|
|
|
|
 |
| |
|
2008/05/13 16:25
|
|
|
LilianWong
Joined: 2008/02/22
Messages: 452
Offline
|
|
|
|
Hi user,
Thanks for your post. In a sequence diagram, the messages from top to the bottom is exactly in chronological order. Could you clarify what do you want to know? Thanks!
Best regards,
Lilian Wong
|
|
|
|
 |
| |
|
2008/05/13 23:28
|
|
|
|
|
Hi,
Thanks for your post.
I want to know how messages and nested combined fragments are ordered each other in operand of another combined fragment (message is before combined fragment or after on a life line?)
Best regards,
anita
|
|
|
|
 |
| |
|
2008/05/14 10:36
|
|
|
Rain
Joined: 2005/04/29
Messages: 735
Offline
|
|
|
|
Hello Anita,
Thanks for replying. The order of messages/combined fragment is depends on the y-axis in the sequence diagram. It is somehow similar to writing a program. The message is the program statement in the program, and the combined fragment just like the if-else or loop block. If you require any further information, please do not hesitate to contact me again.
Best regards,
Rain Wong
|
|
|
|
 |
| |
|
2008/07/01 00:22
|
|
|
|
|
Thanks for your post.
How can I get the order (from top to the bottom) of combined fragments in a sequence diagram?
There is a possibility to iterate over all combinedFragment items:
interactionOperand.combinedFragmentIterator(); |
but the order of combined fragment isn't depends on the y-axis in the sequence diagram. It depends on the time, when it was added to the diagram.
Best regards,
anita
|
|
|
|
 |
| |
|
2008/07/02 12:03
|
|
|
LilianWong
Joined: 2008/02/22
Messages: 452
Offline
|
|
|
|
Hi Anita,
Thanks for your reply. I'm Lilian Wong, another member of the support team.
We are sorry that currently it's not supported, but we will study the feasibility to support this. If there is any news about this issue, I'll let you know immediately.
If there is anything we can help, please feel free to contact us.
Best regards,
Lilian Wong
|
|
|
|
 |
| |