使用EA生成类图[逆向工程]

问题描述:

我正在尝试使用EA的逆向工程选项生成类图。我可以使用选项导入源目录成功导入代码。

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?

在导入后,将类图添加到每个包中(我已经用Java测试过):

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