Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in uml

Visual Studio Class Diagram Viewer stand alone

Is that true that one bubble (use case) represent an activity diagram?

Meaning of exclamation/question mark before UML method name

uml class-diagram

differences between UML 2.5.1 and UML 2.5

uml

Why is composition labelled as a subset of aggregation in some illustrations?

java oop design-patterns uml

Good example of a sequence diagram for web service calls?

uml sequence-diagram

C#: Help understanding <<property>> in UML Class Diagrams

c# class uml diagram

Composition is not "Composition"

UML diagram showing interaction between angular components, services and shared services

Composition in UML

java uml

One-Way Association with Multiplicity UML

Represent do...while loop in UML sequence diagram using combined fragment

Regarding state machine diagram, if two actions trigger the same transition from a state, how should corresponding state transition table look like?

uml state-machine

Q: How to handle more than one condition in a UML state machine transition

What is the type of the relationship in the class diagram if the object is initiated or referenced in a method?

c# uml class-diagram

How to represent in UML that one class calls another class method when publishing spring event

How can I insert code blocks in draw.io UML

uml draw.io

Decorator Pattern with added functions

How do I draw a UML diagram with nested if statements?

uml

Make interface extend class

c# oop uml datadesign