Примеры UML Diagram

 

Примеры диаграмм UML - диаграммы классов, диаграммы вариантов использования, диаграммы активности, диаграммы конечного автомата и другие.

Use Case

Примеры диаграмм вариантов использования UML. Требования пользователей к различным системам смоделированы с использованием сценариев использования. Вы можете скачать файл SIMP для каждого примера использования.

Class Diagrams

Здесь вы можете найти примеры диаграмм классов UML для систем из различных областей. Каждый пример диаграммы классов можно загрузить как файл SIMP.

Activity Diagrams

Примеры различных процессов, изображенных на диаграммах деятельности. Каждый пример диаграммы активности также доступен для загрузки в виде SIMP-файла.

Sequence Diagrams

Различные примеры UML диаграмм последовательностей. Каждый пример диаграммы последовательности доступен в виде изображения, а также в виде файла SIMP, который можно редактировать в редакторе диаграмм SIM.

State Machine

Various state machine diagram examples and templates to download. The diagrams show the states and transitions between them for various modeled systems.

Vending Machine (UML Sequence Diagram)

A UML sequence diagram example that shows the process of buying a drink by a customer and making it by a vending machine.

Taxi Booking System (UML Sequence Diagram)

An example of a UML sequence diagram for a taxi booking system. It shows interactions between customers, taxi drivers, apps, and the taxi system server.

Billing System (UML Component Diagram)

Modules of a billing system depicted on a UML component diagram. The example diagram shows the high-level architecture of the billing system.

Air Conditioner (UML State Machine Diagram)

An example of a UML state machine diagram that describes states of an air conditioner and the transitions between them.

Report Generation System (UML Sequence Diagram)

This example of a UML sequence diagram shows the behavior of a report generation system.

Application Architecture Diagram (UML Component Diagram)

Three-tier application architecture is depicted on a UML component diagram.

E-shop - Online Shopping (UML Communication Diagram)

An example of a UML communication diagram for online shopping in an e-shop. It shows the interactions between the e-shop modules in the form of numbered messages that they exchange with each other.

Chatbot (UML Component Diagram)

A UML component diagram for a chatbot. The example shows a messenger chatbot architecture using components, nested components, and provided and required interfaces.

E-commerce Microservices (UML Deployment Diagram)

A deployment diagram for e-commerce microservices. The example shows nodes within e-commerce system architecture, the deployed components, and the REST API interfaces.

Feedback System (UML Sequence Diagram)

This examples shows a UML sequence diagram for a user feedback system.

Shopping Cart (UML Sequence Diagram)

An example of a UML sequence diagram for shopping cart processing. It shows the user manipulation with a shopping cart in an e-shop.

Elevator System (UML State Machine Diagram)

An example of a UML state machine diagram for an elevator. The statechart shows various states of an elevator and the transitions between them.

User Registration (UML Sequence Diagram)

A UML sequence diagram for the user registration process. This example depicts how a user interacts with a sign-up form.

Login Module (UML Sequence Diagram)

A UML sequence diagram example for a login module. It shows how a user login is handled by an authentication system.

Library Management System (UML Class Diagram)

The example describes a library management system domain model using a UML class diagram.

Email Client - Mark All as Read (UML Activity Diagram)

A UML activity diagram example that depicts a for-each loop using an expansion region element. The example shows the algorithm of marking all email messages as read.

Haematopoiesis - Immune System (UML Class Diagram)

An example of generalizations in UML class diagram. The class diagram shows haematopoiesis of the human immune system. The diagram shows an example of UML inheritance.

Nervous System (UML Class Diagram)

Example of class composition in UML class diagram. The class diagram shows the human nervous system.

ATM Withdrawal - UML Sequence Diagram for Withdrawing Money from ATM

An example of the sequence diagram for withdrawing money from ATM using 3 lifelines.

Car States (UML State Machine Diagram)

An example of a UML state machine diagram for a car. It depicts the states for an engine off and on. The states as park, neutral, drive and reverse are part of the composite state engine on.

Life Insurance System (UML Diagrams)

The UML diagrams describe a life insurance system. The life insurance system registers clients and supports insurance processes. The actors and their interactions with the system are modeled using a use case diagram. The project describes these insurance processes using UML activity diagrams - new client registration for insurance, insurance claim, and insurance premium collection.

Spaceflight Phases State Machine Diagram (UML Example)

A UML state machine diagram that depicts the particular phases of a spaceflight.

Command Stack (Diagram)

The executed commands may be stored in a stack to provide undo and redo functionality. These diagrams show the structure and behavior of a command stack.

Logger (Model of Extensible Logging Module)

Proper logs are essential for long-term system administration. A good logging module should be extensible, configurable and easy to use. This example model may be a good starting point for your solution. It allows you to dynamically change the outputs for the logs and log to multiple targets at once.

DMS - Document Management System (Project, Diagrams)

This example project shows the design of a document management system (DMS) including its use cases and object structure.

Decorator Design Pattern (UML Diagrams)

The decorator pattern is a design pattern that allows behavior to be added to an object, dynamically, without affecting the behavior of other objects from the same class.

Linked Lists (UML Class Diagrams)

Linked list and doubly linked list data structures depicted in UML diagrams.

Adapter Design Pattern (UML Class Diagram)

If you want to make existing code work with another existing code without modifying any of the existing interfaces you can use Adapter design pattern.

Restaurant Orders (UML Class Diagram)

A diagram of classes in Restaurant Order System. An example of UML Class diagram.

Restaurant Orders (UML Use Case Diagram)

A diagram with use cases for Restaurant Order System. An example of UML Use Case diagram.

Book Reading Lifecycle (UML State Machine Diagram)

A lifecycle of reading a book depicted in a statechart.

Computer (UML Composite Structure Diagram)

Processor, memory, motherboard, hard disk, power supply unit - the structure of computer hardware described in UML composite structure diagram.

Hotel Room Booking System Use Cases (UML Use Case Diagram)

Example of use case diagram. A part of Hotel Room Booking System series.

UML Class Diagram Overview (UML Class Diagram)

Example of UML class diagram with various element types.

Комментарии

Популярные сообщения из этого блога

Учебное пособие по диаграмме классов UML (UML Class Diagram)

Layer Diagram

Life Insurance System (UML Diagrams)