Top "Class-diagram" questions

UML diagram describing object classes and relations among them.

Generate UML Class Diagram from Java Project

Is there a good tool that can help to reverse engineer Java classes to UML that will show an overview …

java uml reverse-engineering class-diagram
How to generate Class Diagram (UML) on Android Studio (IntelliJ Idea)

I've try to search and found this link, but Ctrl+Alt+Shift+D doesn't work. I also use find Action …

android android-studio intellij-idea ide class-diagram
Eclipse plugin for generating a class diagram

What is a good Eclipse plugin for generating a class diagram (for a project)? This image right here is exactly …

java eclipse plugins uml class-diagram
Use IntelliJ to generate class diagram

How do I get IntelliJ 10.5 (on the Mac) to generate a class diagram showing all of the classes in my …

java intellij-idea uml class-diagram
In UML class diagrams, what are Boundary Classes, Control Classes, and Entity Classes?

I'm now using NetBeans as my IDE-of-choice, and it has a plugin for UML modeling. In the class diagram, there …

uml class-diagram
PHP UML Generator

How do I generate UML diagram based on existing classes in PHP?

php uml class-diagram
How to use doxygen to create UML class diagrams from C++ source

I have been searching for some material that describes how to generate simple class diagrams with doxygen, but couldn't find …

c++ uml doxygen graphviz class-diagram
How to represent an attribute's data type as an array of objects on class diagram?

Which way is the right one to show that an attribute's data type is an array of objects? I have …

arrays uml class-diagram
Enterprise Architect: Export UML Diagrams in high quality

With Enterprise Architect (Version 9.2), I created some Class and Sequence UML Diagrams. Now I need those Diagrams in a Word …

uml image class-diagram enterprise-architect
What does a diamond sign signify in UML class diagrams?

Consider the below two diagrams. The top one contains a plain arrow at the right end, and the bottom one …

design-patterns uml class-diagram