Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Code Iris with Intellij to generate class diagram

I am using Using Code Iris with Intellij to generate class diagram. It says diagram generation on doing right click and generate diagram. But I am not able to locate where it is getting generated. Any clues ?

like image 952
Andy897 Avatar asked Dec 22 '16 19:12

Andy897


2 Answers

Assuming you are using community edition and have installed the Plugin Iris properly, what you could do is:

Right Click on the package and select Generate Graph

You should see similar output as below:

12:24 PM Diagram created: Indexed diagram of 1 modules, 5 packages and 5 classes in 0 seconds

Click on View >> Tool Window >> Code Iris

You should see the diagrams now.

like image 77
The Roy Avatar answered Sep 21 '22 12:09

The Roy


Detailed answer of using Code Iris with Intellij to generate UML diagram ————————————————————————————————

Firstly, right click on the project and select Create Graph.

enter image description here

Then, select the module from where you would like to create the UML graph. Afterward, hit ENTER and the graph is generated.

enter image description here

As the graph is created, go View -> Tool Windows -> Code Iris enter image description here

You can see the graph and select the views (i.e. package view etc) for the virtualization if required.

enter image description here

You can save it from the dialogue box.

like image 22
Heisenberg Avatar answered Sep 18 '22 12:09

Heisenberg