[Uml-devel] [Bug 97707] New: add relational model diagram. Now using class diagram for that.
txemi
txemi2 at euskalnet.net
Mon Jan 24 10:43:06 UTC 2005
------- 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=97707
Summary: add relational model diagram. Now using class diagram
for that.
Product: umbrello
Version: 1.3.2
Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: umbrello-devel.kde.org
ReportedBy: txemi2 euskalnet net
Version: 1.3.2 (using KDE KDE 3.3.2)
Installed from: Debian testing/unstable Packages
OS: Linux
On some projects a relational model diagram is needed. This refers to database tables and fields and relations. Now I am doing it with class diagram, but it has some differences. For instance, I cannot link a table to a relation. Sometimes you got a M to N relation and an a table do describe de relation. In the grahp is shows like this:
0..M 0..M
Human -------------------- Place
|
Relation
Relation could be: "lives in", "works in", "was born in"
This cannot be said in class diagram and you got tu use tricks:
1..M 1 1 1..M
Human --------- Relation ----------- Place
More information about the umbrello-devel
mailing list