About 307,000 results
Open links in new tab
  1. UML Diagram Java Example - Java Code Geeks

    May 1, 2020 · A UML diagram is a diagram based on the UML (Unified Modeling Language) that represent visually a program/code with its main actors, roles, actions, artifacts, or classes in ordering a person to understand better and maintain the information of the program/code.

  2. How to generate UML diagrams (especially sequence diagrams) from Java code?

    Sep 9, 2008 · Generate UML diagrams from Java or Python code stored in GitHub repositories. One key idea with GitUML is to address one of the problems with "documentation": that diagrams are always out of date. With GitUML, diagrams automatically update …

  3. UML to java code - Stack Overflow

    Aug 11, 2017 · There is "no" point in wrapping an enum into a class of the same name in Java. And from a "modeling" perspective, I would use enums also for location and brand. There is again "no" point in having a brand "class" that has fields called BMW or Skoda.

  4. How to Create UML Diagrams from Java Code: Step-by-Step Guide

    Learn how to create UML diagrams from Java code using various tools and techniques. Understand the benefits of using UML diagrams to visualize and communicate the structure and behavior of your Java applications.

  5. Convert Java code into Class Diagrams using AI(draw.io

    Feb 13, 2024 · Here are some AI’s which literally convert “ Java codes to Class Diagram ”. Create simply and freely UML diagrams from your browser thanks to PlantUML Web Server. Just enter a text...

  6. How to Convert Java Codes to UML Diagram - Delft Stack

    Mar 11, 2025 · Creating UML diagrams from Java code can enhance your understanding of the code structure, making it easier to communicate ideas and collaborate with team members. This tutorial will guide you through the steps to convert a Java project into UML diagrams effectively.

  7. UML Diagram Generator

    Converts Java code to UML diagrams using PlantUML. Instructions. Upload: Select .java files and click 'Submit' for puml syntax and 'Update' for image. Customize: Change UML theme from dropdown and click 'Update'. View: UML diagram is displayed as .png and can be downloaded. Manual Input: Enter puml code in text box and click 'Update' for ...

  8. UML class diagrams | IntelliJ IDEA Documentation - JetBrains

    Mar 3, 2025 · IntelliJ IDEA supports creating and managing UML class diagrams for Kotlin the same way it does for Java. In the Project tool window, right-click a package for which you want to create a diagram and select Diagrams | Show Diagram Ctrl Alt Shift 0U). In the list that opens, select Java Class Diagram.

  9. Blog - Generate diagrams from code - draw.io

    Oct 21, 2022 · UML class, use case, object, activity, component, deployment, sequence, state and timing diagrams can all be created using PlantUML. Code PlantUML text. Some programming languages have tools to automatically generate the PlantUML syntax …

  10. Top 10 UML Diagram Examples in Java: Explained and Illustrated

    Learn about UML diagram examples in Java, including class, sequence, and activity diagrams. Understand how to visualize and analyze your Java code.

Refresh