IntelliJ IDEA 2017.3 Help

Working with Diagrams

This feature is only supported in the Ultimate edition.

In this part:

Basics

UML modeling support provided by IntelliJ IDEA involves two aspects:

  • Reverse engineering, which involves drawing a UML model on the base of the existing code base. Such model helps you get an overview of the classes and packages that comprise your application, relationships between them, explore libraries, and view dependencies.
  • Forward engineering, which enables you to design and create a visual model, and populate it with node elements, members and relationships. IntelliJ IDEA automatically generates source code and keeps it synchronized with the model.

UML model in IntelliJ IDEA is represented by a Class diagram in standard notation.

IntelliJ IDEA enables using UML class diagrams to analyze  Java, ActionScript/Flex, PHP, and Maven applications,  and the structure of the databases and tables. Besides that, you can explore changes committed to VCS.

Features

In IntelliJ IDEA, Class diagram features:

Last modified: 6 March 2018

See Also