Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sssshefer/uml-sequence-diagram
UML Sequence Diagram with All Popular Syntax Constructions
https://github.com/sssshefer/uml-sequence-diagram
uml uml-sequence-diagram
Last synced: about 1 month ago
JSON representation
UML Sequence Diagram with All Popular Syntax Constructions
- Host: GitHub
- URL: https://github.com/sssshefer/uml-sequence-diagram
- Owner: sssshefer
- Created: 2024-05-29T17:07:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T10:18:27.000Z (7 months ago)
- Last Synced: 2024-05-31T11:37:17.100Z (7 months ago)
- Topics: uml, uml-sequence-diagram
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UML-sequence-diagram
UML Sequence Diagram with **most common** Syntax Constructions## Table of content
- UML objects
- Lifelines
- Messages
- UML object declaration
- Actor, participant, database, queue and other UML object types
- Types of messages (sync, async, response and others)
- Grouping of messages (Alt, opt, par and others)
- Loops
- Connective lines and text coloring
- Comments (notes)
- Separation line## What is UML sequential diagram
A UML sequence diagram illustrates how objects in a system interact through a sequence of messages over time. It visually represents the order and flow of operations, helping to understand and document system behavior and design## How to view the digram
You can go to the online UML viewer at www.plantuml.com/plantuml/uml. Alternatively, you can use your IDE, though you may need to install some additional plugins.It should appears as follows:
![image](https://github.com/sssshefer/UML-sequence-diagram/assets/63253440/02cb5109-e215-42fb-a2c0-f0227ebeb765)
![image](https://github.com/sssshefer/UML-sequence-diagram/assets/63253440/7a87318f-6ed1-47f9-94ca-744bf0e23ded)