Search code examples
c#umlclass-diagramenterprise-architect

Generate class diagram using EA [reverse engineering]


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?


Solution

  • after the import the class diagrams are added to each package (I tested with Java):

    enter image description here

    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