Explore tens of thousands of sets crafted by our community.
Basics of UML (Unified Modeling Language)
9
Flashcards
0/9
State Diagram
Represents the finite state machine of a system, detailing the states an object can be in as well as transitions between those states.
Component Diagram
Visualizes the organization and relationships of the components that make up a software system.
Deployment Diagram
Describes the hardware used in system implementations and the physical deployment of software components onto the hardware.
Object Diagram
Models a snapshot of instances of things found in class diagrams and the relationships between them.
Class Diagram
Displays the static structure of a system, illustrating system's classes, attributes, methods, and the relationships between objects.
Use Case Diagram
Illustrates the functional requirements of a system and the actors that interact with it.
Sequence Diagram
Depicts the sequence of messages between objects in a time-ordered sequence of a collaboration.
Activity Diagram
Shows the dynamic aspects of the system by modeling the flow of control or data from activity to activity.
Package Diagram
Shows how a system is divided into packages as well as the dependencies between packages.
© Hypatia.Tech. 2024 All rights reserved.