logo

Overview About the Cover Page -

This is Assignment 2 for the Systems Analysis and Design module, which involves modelling. It constitutes 60% of the overall module mark and is due on 10th January 2020 at 16:00.

6 Pages1112 Words21 Views
   

Added on  2022-08-31

Overview About the Cover Page -

This is Assignment 2 for the Systems Analysis and Design module, which involves modelling. It constitutes 60% of the overall module mark and is due on 10th January 2020 at 16:00.

   Added on 2022-08-31

ShareRelated Documents
COVER PAGE
Overview About the Cover Page -_1
Contents
Part 1.......................................................................................................................... 3
class diagram.......................................................................................................... 3
Decisions................................................................................................................. 3
Communication Diagram............................................................................................ 3
Design decisions..................................................................................................... 4
Sequence diagram...................................................................................................... 4
Design decisions..................................................................................................... 5
Evaluation.................................................................................................................. 6
References................................................................................................................. 6
Overview About the Cover Page -_2
Part 1
class diagram
Class diagrams are UML diagrams used to model the static structure and the
dynamic structure of a system. To model a system using an analysis class diagram
objects making up the system have to be identified (Ambler, 2014). Each object can
be modelled as a class to make up the class diagram. A class is identified by
attributes which become variables and behaviors which become methods when the
class is modelled. Classes are related though different techniques including
inheritance between parent classes and child classes, aggregation and composition.
Class diagrams are important while modelling a system using UML (microTOOL,
2018).
Class diagrams are very important in system analysis because they are the heart of
UML. Class diagrams are modelled on the basis of object orientation thus can be
used in different phases of a project. In the analysis stage of a project, class
diagrams act as the domain model by creating a representation of the real world.
During the design and implementation phase, class diagrams can be applied for
generation of source code.
Figure 1: Analysis Class diagram
Decisions
A tour has one or more itineraries. An itinerary can be an event that are held
in different stages of the tour or in different venues that visited during the
tour.
Each tour is assigned or more drivers. A tour cannot happen without a driver.
Overview About the Cover Page -_3

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
System Analysis & Design
|8
|1645
|496

Modelling World Wide Tours System using UML Class and Communication Diagrams
|8
|1896
|483

System Analysis and Design
|12
|2131
|342

SQL Structured Query Language Database
|9
|990
|413

System Analysis and Design : Record New Tour
|12
|1919
|200

System Analysis & Design: Analysis Class Diagram, Communication Diagram, Sequence Diagrams, and Role of Analyst/Designer
|10
|1968
|329