Book a Demo

Author Topic: How do I add more than one self-association to a c  (Read 2678 times)

ctaylor

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
How do I add more than one self-association to a c
« on: December 30, 2003, 07:02:16 am »
I have a class that has a total of 4 self-associations.  I can add the first one but when I try to add the others it just selects the existing association.  So how do I add more than one self-association to a class?

CJ

  • EA User
  • **
  • Posts: 288
  • Karma: +0/-0
    • View Profile
Re: How do I add more than one self-association to
« Reply #1 on: December 30, 2003, 07:41:23 am »
G'day,

Every subsequent association that you add doesn't  select the existing (first) one ...  all of your associations are overlapping (one on top of the other), so it just looks like the first one is always selected.  (By default, each association is in the exact same location).

Make your class pretty tall in your diagram, and drag each self-association down to space them out so that  each one is visible.
« Last Edit: December 30, 2003, 07:43:41 am by jasonv »
Cheers and best regards.

ctaylor

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: How do I add more than one self-association to
« Reply #2 on: December 30, 2003, 07:45:53 am »
Thanks!! Now all I have to do is delete the 50 associations that I have created  ;)