1
Uml Process / Sequence UML loops question
« on: November 15, 2024, 06:01:25 pm »
Hi,
I have a question about sequence UML diagrams.
Say I have two timeline objects, A & B, and they are running processes in a loop such that data is returned between processes as follows:
A->B->A->B-> etc
How do I draw the return line from B->A ?
A->B can be a horizontal return line, but B->A would need to move upward to the start of the loop, violating the flow of time in the diagram. Is this ok or is there a standard approach I am missing?
Thanks in advance!
I have a question about sequence UML diagrams.
Say I have two timeline objects, A & B, and they are running processes in a loop such that data is returned between processes as follows:
A->B->A->B-> etc
How do I draw the return line from B->A ?
A->B can be a horizontal return line, but B->A would need to move upward to the start of the loop, violating the flow of time in the diagram. Is this ok or is there a standard approach I am missing?
Thanks in advance!