Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

LAB REPORT# 05

Submitted By:
Name Registration No
Maryam Farooq UET-18F-BSc-SE-APCOMS-02
Sara Najam UET-18F-BSc-SE-APCOMS-03
Khansa Munir UET-18F-BSc-SE-APCOMS-04
Laiba Tahir UET-18F-BSc-SE-APCOMS-11
Wardah Saleem UET-18F-BSc-SE-APCOMS-33

Class: BSc. SE-01

Subject: Object Oriented Software Engineering

Submitted To: Engr. Obaid Ahmed


ACTIVITY DIAGRAM

INTRODUCTION:
 Activity diagram is the behavioral diagram in UML diagram.
 It describes dynamic aspects of the system.
 It is basically a flowchart to represent the flow from one activity to
another activity. The activity can be described as the operation of
the system.
 Its purpose is to capture the dynamic behavior of the system.
 It is also called Object Oriented Flowchart.

EXPLANATION:
 Activity diagram describes how activities are coordinated to
provide a service which can be at different levels of abstractions.
 It provides a graphical representation of the flow of interaction
within a specific scenario.
 It portrays the control flow from a start point to the finish point
showing the various decision paths that exist while the activity is
being executed.
 It can be used for
 Modeling work flow by using activities
 Modeling business requirements
 High level understanding of the system’s functionalities
 Investigating business requirements at a later scale
 It consists of following notations which are helpful in making of
activity diagram
 Initial state
 Action or Activity state
 Action flow or Control flow
 Decision node and Branching
 Guards
 Fork
 Join
 Merge or Merge event
 Swimlanes
 Time event
 Final state or End state
CLASS ACTIVITY:
LAB TASK:
Project Title: ONLINE SHOPPING

You might also like