Business Use Case Diagram Example – Airport

Here is a UML use case diagram example. A primary purpose of the model of business use cases and actors is…

State Diagram Example – Phone Call

A state diagram is a graph whose node are state and whose directed arcs are transition between states which describes…

State Diagram – A Toaster (Initial and Extended State Diagram)

Here is a state machine diagram example. Suppose you're designing a toaster. You would build a plenty of UML diagrams,…

Order Processing

This activity diagram example describes a business flow activity of order processing. In this figure, the requested order is input parameter of…

Web Store

Here is a component diagram example. Component diagram shows components, provided and required interfaces, ports, and relationships between them. This…

Deployment Diagram with Components

A component is a code module. Component diagrams are physical analogs of class diagram. Deployment diagrams show the physical configurations of software and hardware.…

Swimlane

Here is an activity diagram example for ATM. Withdraw money from an ATM Account - The three involved classes (people,…

Hotel Reservation

Here is a communication diagram example. Communication diagrams are also interaction diagrams. They convey the same information as sequence diagrams,…

Sequence Diagram Example

Sequence Diagram is an interaction diagram that details how operations are carried out -- what messages are sent and when.…

MVC Framework

Here is a sequence diagram example. Entities are objects representing system data: Customer, Product, Transaction, Cart, etc. Boundaries are objects…