[ http://galaxy.andromda.org:8080/jira/browse/UMLMETA-6?page=comments#action_11261 ] Wouter Zoons commented on UMLMETA-6: ------------------------------------
I resolved this issue by creating an AssociationClassFacade class which extends ClassifierFacade and has a property 'connectionAssociationEnds' which returns both association ends on the connection (by calling the 'participant' property on those association ends you will then retrieve the corresponding class) give it a try and let me know if it works so I can close this issue > Association class wrapping in metafacades model > ----------------------------------------------- > > Key: UMLMETA-6 > URL: http://galaxy.andromda.org:8080/jira/browse/UMLMETA-6 > Project: UML Metafacades > Type: Improvement > Versions: 3.0 M3 > Environment: AndroMDA 3.0M2 andromda-metafacades-uml14 > Reporter: IstvÃn Groma > Assignee: Wouter Zoons > Fix For: 3.0 RC1 > > 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://galaxy.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 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Andromda-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-devel
