I am trying to generate class diagrams using reverse engineering option of EA. I am successfully able to import my code using option 'import source directory'.
How to generate class diagram from this imported files?
解决方案
after the import the class diagrams are added to each package (I tested with Java):

It only contains the classes of the package. So if you want to create a more complex class diagram you will have to create a new diagram and then add the classes manually.
Andy
本文介绍如何使用ER/EA工具通过'导入源目录'选项导入代码,并探讨如何从这些已导入的文件生成包含多个包的类图。提示:需手动创建新图并添加类,以实现复杂关系展示。
4037

被折叠的 条评论
为什么被折叠?



