[Uml-devel] [Bug 63115] Sequence diagram message arrow
Thomas Olsen
s973656 at student.dtu.dk
Sun Aug 24 08:24:08 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=63115
------- Additional Comments From s973656 at student.dtu.dk 2003-08-24 17:22 -------
It becomes a problem when a message arrow will span more than
the default/current vertical line length. I will give a small example.
I have two objects TEST and GAME. Then I place a message arrow
(named start) between
the two objects:
TEST--start-->GAME
Then the execution is directed to the "start" method of
the GAME obejct. Then the start method calls several other
objects such that
TEST--start-->GAME
--------->object1
<---------
--------->object2
<---------
--------->object3
<---------
<------------
This means
that the message arrow "start" between TEST and GAME will span
more than the default vertical line. Then it would be nice just
to resize the "start" message downwards, further down than
the default length.
I have to place another message arrow just to extend the
vertical line.
Then I can resize the "start" message such that is spans over
all the message calls made from within the "start" message. Finally
I delete the noname message, and the operation is completed.
Thomas Olsen
More information about the umbrello-devel
mailing list