Top "Uml" questions

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

UML Class Diagram for User Login

The diagram below is my very first attempt at creating a UML class diagram describing a user login into a …

design-patterns oop class-design uml
What is the difference between a domain class diagram and a design class diagram?

Can someone briefly explain the difference between a domain class diagram and a design class diagram? I found a explanation …

uml modeling
USE case to Class Diagram - How do I?

I would like your guidance on how to create classes and their relationships (generalization, association, aggregation and composition) accurately from …

design-patterns oop class-design uml
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 …

c# class uml diagram class-diagram
Graphviz + Doxygen to generate UML class diagrams

I want to use Graphviz + Doxygen to generate a class diagram based on C++ code. This works already as Doxygen …

uml doxygen graphviz
Is there a free Eclipse plugin that creates a UML diagram out of Java classes / packages?

This seemed to me like the easiest thing to find, a simple way to display my classes as UML in …

java eclipse eclipse-plugin uml
UML relationships - dashed line vs solid line

What is the difference between these 2 relationships? Edit: Also if you could provide a simple code example illustrating the difference, …

language-agnostic uml relationship class-diagram
Design Patterns: Abstract Factory vs Factory Method

Note: Questions are at the end of the post. I have read the other stackoverflow threads regarding Abstract Factory vs …

design-patterns language-agnostic uml factory-method abstract-factory
Generating UML diagrams using NetBeans 7.2

I found this link: http://wiki.netbeans.org/NetbeansUML for generating UML diagrams from existing code; admitedly using NetBeans 5.5. I …

netbeans uml netbeans-7.2