Hi

I would like to represent 0..N Multiplicity Roles with Linked Lists in Java.

If I set the ContainerClass for associations to LinkedList, then Forward
Engineered code appears as expected.
But in the reverse engineered model the association is lost.

e.g.

I want to preserve the following in repeated cycles of forward and reverse
enginnering.

In Java:

Class A
{
        private LinkedList B;
}

Class B
{
}

--------------------------------------------------

In UML

----------------
| A           |
|              |
----------------
      |
      |
      |
      | 0..n
    \ | /
----------------
| B           |
|              |
----------------


I would be interested to hear if anyone has encoutered this and found a
solution.
Any references to related topics would be appreciated.

thanks
Michael Doorley












************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: 
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to