You are on page 1of 13

Software Engineering I (2º Year) – PRACTICE SESSIONS -

System Analysis and Design

Project Title:

SRS SOFTWARE ENGINEERING 2º PART

Name of the Group Components:

Carlos Martínez Jaén.

Andrea Recuero Botija.

Albacete, Year
Table of Contents

TABLE OF CONTENTS .............................................................................................................................III

LIST OF FIGURES .................................................................................................................................... V

1 INTRODUCTION ............................................................................................................................. 1

2 ANALYSIS MODEL .......................................................................................................................... 1

2.1 CLASS DIAGRAM (DOMAIN) ............................................................................................................... 1


2.2 ANALYSIS CLASS DIAGRAMS ............................................................................................................... 1
2.3 ACTIVITY DIAGRAMS ......................................................................................................................... 2

3 DESIGN MODEL ............................................................................................................................. 3

3.1 STATE DIAGRAMS ............................................................................................................................ 3


3.2 SEQUENCE DIAGRAMS ...................................................................................................................... 5

4 IMPLEMENTATION MODEL ............................................................................................................ 7

4.1 COMPONENT DIAGRAM .................................................................................................................... 7


4.2 DEPLOYMENT DIAGRAM .................................................................................................................... 8

iii
iii
List of Figures
Figure 1 – Domain Class Diagram.

Figure 2– Analysis Class Diagram 1, LogIn.

Figure 3– Analysis Class Diagram 2, Edit Porfile.

Figure 4– Activity Diagram 1, LogIn.

Figure 5– Activity Diagram 2, Order Online.

Figure 6– State Diagram 1, Budget.

Figure 7– State Diagram 2, Order.

Figure 8– Secuence Diagram 1, LogIn.

Figure 9– Secuence Diagram 2, Edit Porfile.

Figure 10– Componet Diagram.

Figure 11– Deployment Diagram.

v
v
1 Introduction
This proyect aims to create a system for the organization and management of a computer
store. IN order to create the optial system, we have taken into account the opinions from users
as well asl employee.

For this part of the submission we will tackle the Analysis model, the Desing model and the
Implementation model

2 Analysis Model
2.1 Class Diagram (Domain)

Figure 1 – Domain Class Diagram.

2.2 Analysis Class Diagrams

Figure 2– Analysis Class Diagram 1, LogIn.

Figure 3– Analysis Class Diagram 2, Edit Porfile.

1
1
2.3 Activity Diagrams

Figure 4– Activity Diagram 1, LogIn.

Figure 5– Activity Diagram 2, Order Online.h

2
2
3 Design Model
3.1 State Diagrams

Figure 6– State Diagram 1, Budget.

3
3
Figure 7– State Diagram 2, Order.

4
4
3.2 Sequence Diagrams

Figure 8– Secuence Diagram 1, LogIn.

5
5
Figure 9– Secuence Diagram 2, Edit Porfile.

6
6
4 Implementation Model
4.1 Component Diagram

Figure 10– Componet Diagram.

7
7
4.2 Deployment Diagram

Figure 11– Deployment Diagram.

8
8

You might also like