Package Diagram – Ticket Selling System

This is a Package Diagram example for ticket selling system. A subsystem is another special package. It represents a portion…

Deployment Diagram with Components

This is a Deployment Diagram example. A component is a code module. Component diagrams are physical analogs of class diagram. Deployment diagrams show the…

State Diagram Example – Phone Call

This is a UML state machine diagram example for telephone. A state diagram is a graph whose node are state…

Hotel Reservation

This is a Communication Diagram example for hotel reservation. Communication diagrams are also interaction diagrams. They convey the same information…

MVC Framework

This is a UML sequence diagram example for MVC design pattern. Entities are objects representing system data: Customer, Product, Transaction,…

Class Diagram – A Car

This is a UML class diagram example for car. A car consists of different structural components, such as the engine,…

External System as Actor

In this use case diagram example, actors include the clerk, supervisor, and Ticket Vending Machine. The Ticket Vending Machine is…

Planning a Show

This activity diagram example shows an activity diagram for the theater office. This diagram shows the activities involved in planning…

Component Diagram Example – Web Store

This is a Component Diagram example that shows the components in a web store. Component diagram shows components, provided and…

Visitor

This is a class diagram example for the Visitor pattern. Purpose Allows for one or more operations to be applied…