Please enable JavaScript.
Coggle requires JavaScript to display documents.
SOFTWARE MANAGEMENT & DEVELOPMENT - Coggle Diagram
SOFTWARE MANAGEMENT & DEVELOPMENT
UML Interaction Models
how the differences elements in an object model interact with each other. The term interacted is a set of exchanged between the objects.
Interaction models uses
Sequence diagram
Activity diagram
Use case diagram
Collaboration diagram
Structure Diagrams Types
Object Diagram
Package Diagram
Deployment Diagram
Composite Structure Diagram
Component Diagram
Profile Diagram
Class Diagram
System Perspectives
An interaction perspective
the interactions between a system and its environment, or between the components of a system.
A behavioural perspective
model the dynamic behaviour of the system and how it responds to events
An external perspective
the context or environment of the system.
A structural perspective
model the organization of a system or the structure of the data that is processed by the system.
UML Diagram Types
Sequence diagrams
interactions between actors and the system and between system components
Class diagrams
the object classes in the system and the associations between these classes
Use case diagrams
the interactions between a system and its environment.
State diagrams
how the system reacts to internal and external events
Activity diagrams
the activities involved in a process or in data processing .
Behaviour Diagrams
State Machine Diagram
Sequence Diagram
Activity Diagram
Use Case Diagram
Communication Diagram
Interaction Overview Diagram
Timing Diagram
System Modelling
the process of developing abstract models of a system, with each model presenting a different view or perspective of that system