Top "Uml" questions

Unified Modeling Language, an object-oriented modeling and specification language used in software engineering.

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
What's the best way to generate a UML diagram from Python source code?

A colleague is looking to generate UML class diagrams from heaps of Python source code. He's primarily interested in the …

python uml 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
UML diagram shapes missing on Visio 2013

I have installed Visio 2013 Standard and I'm trying to create an UML diagram. I choose the "UML class" template but …

uml visio office-2013
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
Are there any good + free + Lightweight+ Linux UML Design tools?

I am looking for a UML design tool (just for design, no need for code generation). Key features Free For …

uml
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
What does the '#' symbol mean in a UML class diagram?

I was reading Algorithms in a Nutshell (O'Reilly) and came across this symbol in a class diagram. My guess is …

uml