Some of the work in getting aggregation to work correctly for UML2 has broken it for UML1.4
It used to act in reverse for UML2 but now acts in reverse for UML1.4 What I will do for a better fix is to introduce a getAggregation2 and setAggregation2 method on the model interface For UML1.4 these method will internally swap the association end before reading or setting the aggregation and so simulate UML2 style there. For UML1.4 I'll change the methods getAggregation and setAggregation so that they swap around also and so simulate UML1.4 style there. Regards Bob ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2714132 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
