Top "Uml" questions

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

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, …

uml diagram modeling
How to generate UML diagrams (especially sequence diagrams) from Java code?

How can I generate UML diagrams (especially sequence diagrams) from existing Java code?

java uml reverse-engineering diagram
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
What is the difference between association, aggregation and composition?

What is the difference between association, aggregation, and composition? Please explain in terms of implementation.

oop uml associations aggregation composition
Explanation of the UML arrows

I have recently been studying UML and drawing simple diagrams with ordinary plain arrows between classes, but I know it's …

oop uml
How to show "if" condition on a sequence diagram?

I was wondering, how can one represent "if" statement on a sequence diagram? if (somethingShouldBeDone) { // Do it } else { // Do something …

uml sequence-diagram
What is the difference between aggregation, composition and dependency?

What is the difference between aggregation, composition and dependency?

oop uml
UML class diagram enum

I am modeling a class diagram. An attribute of a class is an enumeration. How do I model this? Normally …

class enums uml diagram
Generating UML from C++ code?

Is there a tool that can parse C++ files within a project and generate UML from it?

c++ uml