19

I want to Reverse-engineer a Registered package of my workspace, so I go to model explorer, click on mouse right button, where I was supposed to see a menu with the option import, with the menu options:

  • Import Registered Profile
  • Import Registered Package
  • Import Package From User Model

enter image description here

But this is what I see:

enter image description here

and this is the version of Papyrus

enter image description here

I also tried to drag-n-drop the package to be reverse engineered from package explorer to the class diagram, but it didn't work out..

enter image description here

La Carbonell
  • 1,976
  • 5
  • 22
  • 52

2 Answers2

6

One way is:

  1. create a Papyrus project with an empty class diagram
  2. drag-n-drop the package to be reverse engineered from package explorer to the class diagram
  3. the Reverse Code dialog should appear, click OK
  4. objects will draw in the diagram
Han Fastolfe
  • 395
  • 1
  • 7
  • 12
2

This thread pointed me in the right direction.

  • Right click on the object (I did a class)
  • Filter-->Show/Hide contents.

Boom! They are there. Not sure why they aren't by default, but there they are!

mjgusa
  • 21
  • 1
  • 5