PyCharm 2021.1 Help

Add a node to the diagram

You can add the existing node elements to the background of the UML Class diagram, using the context menu action, or drag technique.

If there are relationships between the node elements in model, and the added element, these relationships will be displayed in diagram.

To add a node element to a UML Class diagram

  1. In the Enter class name to add dialog box, start typing the desired class name. PyCharm automatically displays suggestion list with matching names.

    Note that you can include classes outside the scope of your project, by selecting the Include non-project classes checkbox.

  2. Select the desired class from the suggestion list, and press Enter.

To add a note to a node element

  1. Right-click a node element, which you would like to comment.

  2. From the context menu, choose New | Note.

  3. In the field, type the desired text. Note that Enter starts a new line in the field. To complete a note, click OK, or press Ctrl+Enter.

note
Last modified: 15 March 2021