Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java reverse engineering with Papyrus Software Designer in Eclipse Version: Neon.3 (4.6.3)

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

like image 562
La Carbonell Avatar asked Aug 08 '17 11:08

La Carbonell


1 Answers

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
like image 70
Han Fastolfe Avatar answered Sep 23 '22 13:09

Han Fastolfe