Hi folks, this time I've got a problem with modeling role-names:
as far as I know the role-name is modeled on the src-end while the role multiplicity is modeled on the tgt -end of the association (seen from the class I want the role name for). I.e.: class: Person ----------------------- Team role: member team multiplicity: 0..1 0..n Am I right? I checked this in my UML-Book (UML Glasklar) and by asking my personal UML-guru - please correct me if this assumption is wrong. Now, if I use the TestModel of my ODBI-cartridge with the Hibernate-cartridge it seems that the Hibernate-cartridge defines roles the other way round: I get team()-methods in class Team and members() in class Person which take Team as parameter. Any ideas how to solve that? TIA, Matthias ------------------------------------------------------- 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_id=6595&alloc_id=14396&op=click _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
