0

I am trying to create a UML diagram from a package which contains packages. The problem is that when I click Java Class Diagrams on the SRP package the UML generated shows me the packages names only and not the classes inside them or the dependencies between those packages.

enter image description here

Is it possible to generate a UML diagram that contains all the classes for the SRP package and the dependencies between them?

I am using IntelliJ IDEA 2019.2.4 (Ultimate Edition)

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Alexis Pavlidis
  • 1,080
  • 1
  • 11
  • 21

2 Answers2

1

I have the same problem today, I know this question is 2 years ago, but you can show classes inside a package by right click => Expand Nodes (E)

Image

Kai-Sheng Yang
  • 1,535
  • 4
  • 15
  • 21
0

Right click on the package in the diagram and click "Show Dependencies".

Hope you find this useful. Have a lovely day !

  • The dependencies between the packages can be displayed as you used but I want to show all the classes of the `SRP` classes in one UML diagram. – Alexis Pavlidis Nov 20 '19 at 13:58