Report Generation System (UML Sequence Diagram)
This example of a UML sequence diagram shows the behavior of a report generation system.
Sequence Diagram of Report Generation System
The diagram shows how a user sets parameters to the report designer and requests the generation of a report. The report is generated on the database server and sent back to the user. The user can save the report to CSV format.
UML Sequence Diagram for Report Generation System
The sequence diagram of the modeled report generation system shows these interactions between these lifelines:
- User
- Report Designer
- Database Server
- Report
These messages are sent between the lifelines:
- Choose period
- Choose other parameters
- Request report
- Adjust report query
- Evaluate report
- Report
- Sort by column
- Sorted report
- Save to CSV
- CSV file with report data
New Comment