UML skeemid

Диаграмма баз данных – Схема данных (Andmebaasi diagramm – Andmeskeem)
(Database Diagram) – A diagram that visually represents the structure of a database, showing entities, relationships between them, and attributes. Used to design and organize the data schema.

Диаграмма прецедентов (Kasutuslooskeem) – Use Case Diagram
(Use Case Diagram) – Shows the system’s functional requirements by identifying the primary actors and use cases. It highlights how different actors interact with the system.

Диаграмма классов (Klassiskeem) – Class Diagram
(Class Diagram) – Defines the structure of the system by detailing its classes, their attributes, methods, and relationships between them. It serves as the blueprint for the system’s object-oriented design.

Диаграмма объектов (Objektiskeem) – Object Diagram
(Object Diagram) – A diagram that represents instances of classes (objects) and their relationships at a particular moment in time during system operation.

Диаграмма последовательностей (Jadaskeem) – Sequence Diagram
(Sequence Diagram) – Describes the interactions between objects in a sequential order. It shows how messages are passed between objects over time.

Диаграмма взаимодействия (Koostööskeem) – Collaboration Diagram
(Collaboration Diagram) – Displays the interactions between objects and their relationships. It focuses on the communication between objects, with numbered interactions to define the order of events.

Диаграмма состояний (Olekuskeem) – State Diagram
(State Diagram) – Depicts the various states an object can be in during its lifecycle within the system, and the transitions between these states triggered by events.

Диаграмма активности (Tegevusskeem) – Activity Diagram
(Activity Diagram) – Represents the flow of activities within a process, showing actions, transitions, and decision points. It’s used to model the dynamic aspects of a system.

Диаграмма развертывания (Levitusskeem) – Deployment Diagram
(Deployment Diagram) – Illustrates how a system is physically deployed across hardware, showing nodes, components, and their relationships during system execution.

Olemi – suhteskeem (Database diagram, диаграмма баз данных ) – shows the structure and organization of a database, including tables, relationships, primary and foreign keys, and data attributes. It serves as a blueprint for database implementation and management.