UML Categories

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.…

Hotel Reservation

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

MVC Framework

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