tagged [uml]

UML diagram shapes missing on Visio 2013

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 when it opens, the Shapes panel is empty. A...

25 Apr at 13:36

How should I denote static classes in UML?

How should I denote static classes in UML? So I did some research about how to denote static methods and classes in UML. I found on [these](http://www.jguru.com/faq/view.jsp?EID=288631) [two](http://e...

17 Sep at 10:37

What's the best UML diagramming tool?

What's the best UML diagramming tool? I'm trying to choose a tool for creating UML diagrams of all flavours. Usability is a major criteria for me, but I'd still take more power with a steeper learning...

18 Aug at 23:29

Sequence Diagram Reverse Engineering

Sequence Diagram Reverse Engineering I'm looking for a tool that will reverse engineer Java into a sequence diagram BUT also provides the ability to filter out calls to certain libraries. For example,...

MVC UML class diagram

MVC UML class diagram I've have to work on a new project,written in C# mvc,the first thing i would like to do is create an UML class diagram. Is there somewhere an example of how to do this? Most exam...

23 Dec at 13:30

Use IntelliJ to generate 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 project? I'm sure I'm overlooking something obvious, but I c...

20 Jan at 14:19

C# code to class diagram

C# code to class diagram I have a C# solution which has 2 projects in it and I need to generate class diagram from code. I know there is a built-in diagram tool in visual studio, but I'm using 2010 ex...

20 Feb at 19:32

How to use doxygen to create UML class diagrams from C++ source

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 one. Can an...

21 Jan at 06:13

Why should one use factory method to create objects

Why should one use factory method to create objects > [Factory Pattern. When to use factory methods?](https://stackoverflow.com/questions/69849/factory-pattern-when-to-use-factory-methods) [Why do s...

In UML class diagrams, what are Boundary Classes, Control Classes, and Entity Classes?

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 are...

27 Feb at 17:21