简体   繁体   中英

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

在此输入图像描述

But this is what I see:

在此输入图像描述

and this is the version of Papyrus

在此输入图像描述

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..

在此输入图像描述

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

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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM