Book a Demo

Author Topic: Class diagramm - Classes right corner  (Read 2472 times)

danone

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Class diagramm - Classes right corner
« on: November 22, 2006, 08:02:38 am »
Hi together,

when I import my sources (reverse engineering via EA), then I get a nice naming for classes who inherit from base classes which are not reverse engineered. The name of the base class shows up in the upper right corner of the specific inherited class. How can I achieve this, when I don't reverse engineer existing code, but creating a class manually.

So I don't want to describe the base class in detail, just show up the base class name in the inherited class in the upper right corner manually.

Is this possible?

Cheers,
danone

thomaskilian

  • Guest
Re: Class diagramm - Classes right corner
« Reply #1 on: November 22, 2006, 09:47:54 am »
Try the following: place two classes A and B on a diagram. Draw a generalization from A to B. Remove B from the diagram (DEL). Now you a cursive B on the top right corner of A.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Class diagramm - Classes right corner
« Reply #2 on: November 22, 2006, 01:11:30 pm »
Have a look at http://www.sparxsystems.com/EAUserGuide/index.html?setelementparent.htm this allows you to add a Parent to a class even if it doesn't exist in the model.

danone

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Class diagramm - Classes right corner
« Reply #3 on: November 22, 2006, 11:25:12 pm »
Thank you both - your suggestions works fine for me  :)