[Uml-devel] [Bug 136848] New: program design: UMLAssociation handling
Oliver Kellogg
okellogg at users.sourceforge.net
Sat Nov 4 20:56:15 UTC 2006
------- 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=136848
Summary: program design: UMLAssociation handling
Product: umbrello
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: NEW
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: umbrello-devel.kde.org
ReportedBy: okellogg users sourceforge net
Version: (using KDE Devel)
Installed from: Compiled sources
Currently, there is no owner of UMLAssociation.
Proposed change:
* Add new method UMLPackage::addAssociation(). Here the
UMLAssociation is added to the m_objects of the owning
UMLPackage.
* Rename UMLCanvasObject::addAssociation() to addAssociationEnd().
Do not add the UMLAssociation there but only the proper UMLRole
object. Navigation to the UMLAssociation is always possible
using UMLRole::getParentAssociation().
More information about the umbrello-devel
mailing list