About 50 results
Open links in new tab
  1. How to generate UML diagrams (especially sequence diagrams) from …

    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 …

  2. Generate UML Class Diagram from Java Project - Stack Overflow

    Here's a list of Java UML tool that I have tried and is capable of doing reverse engineer but cannot do an overview class diagram of my whole project: StarUML (Really good Opensource UML tool but cannot …

  3. java - understanding class diagram - Stack Overflow

    May 17, 2019 · 1 The dashed line with the open arrow head means a dependency. The Account class depends on a Person Class. Do you mean the diagram? Or generating code? Netbeans has a UML …

  4. UML to java code - Stack Overflow

    Aug 11, 2017 · I trying to understand UML class diagrams, but i am not sure if I do ... Lets assume that we have an UML class diagram like this (only required attributes are shown in each class): The java …

  5. java - Use IntelliJ to generate class diagram - Stack Overflow

    Jan 20, 2012 · How do I get IntelliJ 10.5 (on the Mac) to generate a class diagram showing all of the classes in my project? I'm sure I'm overlooking something obvious, but I can only get the "Show …

  6. Is there a free Eclipse plugin that creates a UML diagram out of Java ...

    Did you consider Creating UML 2 diagrams with Eclipse UML2 Tools - Tutorial ? I had older references for such tools, but the new ones are build upon UML2 project (described in the tutorial). MDT …

  7. uml - Automatic creation of complete class diagram from Java project ...

    Is there a solution for automatic creation of a complete class diagram from a Java project? I've spent significant time looking online, trying Papyrus, Jar2UML, UML2Tools, DiaGen, jGraps, Class …

  8. How to autogenerate UML diagram for java in IntelliJ

    Jun 6, 2022 · I created a medium-sized project in java using IntelliJ, and for my presentation, I need to have a UML diagram of the project structure. Since the project is not particularly small, I wanted to …

  9. java - Exceptions in class diagrams - Stack Overflow

    Mar 15, 2022 · java exception methods uml class-diagram edited Mar 17, 2022 at 19:51 Christophe 75.1k 7 87 183

  10. How should I represent the main method (java) using UML?

    Jul 1, 2012 · you don't need to include main method in your UML and also as I remember, you should put all the members and methods that are present in your class except the main method.