Top "Uml" questions

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

How to represent a call being made in a loop in a sequence diagram?

I'm creating a sequence diagram, and one of the classes is being observed by another class. The observed class is …

uml sequence-diagram
Generating UML diagram in Android Studio

What is the best tool for generating UML diagrams from Java source files in Android Studio? Are there any plugins …

android uml
How to Generate a Sequence Diagram from Java Source Code

I have a question about generating sequence diagram from Java source code. When I googled I saw someone told to …

java uml reverse-engineering sequence-diagram
differences between sequence diagram and collaboration diagram

As i read through UML specification superstructure that there is sequence diagram and there is a collaboration diagram so,What …

modeling uml tool-uml
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
Difference between alt and opt fragment in sequence diagram?

I want to know in detail about the difference between alt and opt fragment in sequence diagram, they seem similar, …

uml sequence-diagram
Difference between association and dependency?

In a UML class diagram, what is the difference between an association relationship and a dependency relationship? From what I …

uml
How to illustrate multiple threads in sequence diagram?

How can you clearly illustrate multiple threads of execution in a sequence diagram or similar diagram? I haven't been able …

multithreading uml sequence-diagram
Aggregation versus Composition

I've had a hard time understanding the difference between composition and aggregation in UML. Can someone please offer me a …

java oop uml
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