[Uml-devel] [Bug 58737] New: State transition lines are drawn parallel at first but become crossed on refresh
Stephen Torri
storri at cse.wustl.edu
Tue May 20 16:52:06 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=58737
Summary: State transition lines are drawn parallel at first but
become crossed on refresh
Product: umbrello
Version: unspecified
Platform: Gentoo Packages
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: umbrello-devel at kde.org
ReportedBy: storri at cse.wustl.edu
Version: CVS (using KDE KDE 3.1.1a)
Installed from: Gentoo Packages
Compiler: gcc 3.2.2
OS: Linux
In a state diagram I have two states for example, State A and B. Now I have an state transition line drawn from A to B. This line is drawn straight between the objects as is expected. Now there is a state transition line from B
to A to display say a return from performing a support process. Now the two state transition lines are drawn
So if these position points had numbers we would see A(1) -> B(1) and B(2) -> A(2). The order of the pair describes were the left point is the end point of the line is and the right point is the arrow point. Now as more
is added to the state diagram it was noticed that the lines crossed between A and B. So now the points
are to be B(2) -> A(1) and A(2) -> B(1).
More information about the umbrello-devel
mailing list