0% found this document useful (0 votes)
21 views

Lab Report

The document is a lab report submitted by 5 students to their professor. It discusses an activity diagram for an online shopping project. The introduction provides an overview of activity diagrams as behavioral diagrams that describe system dynamics and flows. The explanation notes that activity diagrams show how activities are coordinated to provide a service, portraying control flows through various decision paths. It can model workflows, business requirements, and system functionalities at different levels of abstraction. The class activity section describes applying these concepts to model the flow of an online shopping system.

Uploaded by

student ww
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Lab Report

The document is a lab report submitted by 5 students to their professor. It discusses an activity diagram for an online shopping project. The introduction provides an overview of activity diagrams as behavioral diagrams that describe system dynamics and flows. The explanation notes that activity diagrams show how activities are coordinated to provide a service, portraying control flows through various decision paths. It can model workflows, business requirements, and system functionalities at different levels of abstraction. The class activity section describes applying these concepts to model the flow of an online shopping system.

Uploaded by

student ww
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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