Book a Demo

Author Topic: Inserting imported package  (Read 3072 times)

Bartho

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Inserting imported package
« on: August 31, 2010, 11:08:16 pm »
Hello,

I want to make an overview of the general architecture of our project. To do this I have imported (reverse engineering) my model. In the Project Browser I have now the same structure I have in eclipse - so far so good. I created a new Class diagram but when I drag n' drop a package from the Project Browser on my canvas EA creates a package with all containing classes as a list of members. I ofc want them to show as class elements with inheritance and where I can see their members and which I can arrange freely inside the package.
How can I achieve this?
Thank you for your help,
Bartho

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Inserting imported package
« Reply #1 on: September 01, 2010, 08:43:29 am »
Instead of selecting the package, select all the elements under the package.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Inserting imported package
« Reply #2 on: September 01, 2010, 03:08:58 pm »
And if you want the packages owned elements to be shown inside the package you just have to make the package really big and drag all of the class elements on top of it.

Geert

Bartho

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Inserting imported package
« Reply #3 on: September 01, 2010, 07:39:50 pm »
Thank for your help.