[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg Oliver.Kellogg at t-online.de
Sun Sep 14 11:02:03 UTC 2003


CVS commit by okellogg: 

Add explanation on the purpose of this class.


  M +7 -1      associationwidget.h   1.18


--- kdesdk/umbrello/umbrello/associationwidget.h  #1.17:1.18
@@ -35,4 +35,10 @@ using namespace Uml;
  * This class supports both kinds of associations. An association where one or
  * both roles are not a UML object is called a "pure widget association".
+ * An AssociationWidget where both roles are UML objects has a corresponding
+ * UMLAssociation. The UMLAssociation can be retrieved using the getAssociation()
+ * method.
+ * A pure widget association does not have a corresponding UMLAssociation.
+ * The getAssociation method returns NULL in this case.
+ * 
  *
  * @author Gustavo Madrigal






More information about the umbrello-devel mailing list