IntelliJ IDEA 2016.2 Help

Working with Diagrams

In this part:

Prerequisites

Before you start working with UML diagrams, make sure that the UML Support plugin is enabled. The plugin is bundled with IntelliJ IDEA and is activated by default. If it is not, enable the plugin as described in Enabling and Disabling Plugins.

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:

See Also

Last modified: 23 November 2016