About 32,000,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

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

    Mar 11, 2025 · This tutorial demonstrates how to convert a Java project to UML diagrams using Git commands and specialized UML tools. Learn effective methods to visualize your code …

  5. 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 …

  6. 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 …

  7. How to generate UML from Java in Round-Trip - Visual Paradigm

    May 2, 2018 · Learn how to effectively generate and update UML from Java code through round-trip engineering. This step-by-step code engineering guide shows you the steps involved.

  8. Creating UML class diagrams from Java code - eleccircs.com

    Generating UML class diagrams from Java code can be a useful tool in visualizing and analyzing the structure of a software system. It provides a visual representation of the classes and their …

  9. Creating a UML class diagram using Java code

    In this article, we will explore how to create a UML class diagram using Java code examples. We will start by defining classes with their attributes and methods, and then we will establish …

  10. How to Generate UML Diagrams from Existing Java Code, …

    Learn how to generate UML diagrams from Java code, focusing on sequence diagrams, with effective tools and step-by-step guidance.

Refresh