[ http://team.andromda.org:8080/jira/browse/UMLMETA-6?page=comments#action_10661 ] Stefan Mlynarik commented on UMLMETA-6: ---------------------------------------
I have quick but not final solution. Could be return type for getAssociationEnds in Classifier List? If yes so AssociationClass may be written manually as I did in release M2. I did only implementation part so my AssociationClassImpl was derived from ClassifierFacadeLogicImpl and implements AssociationFacade. I just write getRelationName method and everything worked fine. In M3 release I can do it since ClassifierFacade and AssociationFacade both have getAssociationEnds with different return type (Collection, List). > Association class wrapping in metafacades model > ----------------------------------------------- > > Key: UMLMETA-6 > URL: http://team.andromda.org:8080/jira/browse/UMLMETA-6 > Project: UML Metafacades > Type: Improvement > Environment: AndroMDA 3.0M2 andromda-metafacades-uml14 > Reporter: IstvÃn Groma > Assignee: Wouter Zoons > > Original Estimate: 2 days > Remaining: 2 days > > The UML 1.4 model allows you to create a class for representing an existing > association (in the visualization it is a dashed line between the association > and the related class). In an AndroMDA template one would want to get this > class from an association (AssociationFacade) with a operation like > getAssociationClasses() or what ever. So it would be necessary to add some > functionality to the matefacade model regarding to association classes. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://team.andromda.org:8080/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
