KEMBAR78
UML Activity Diagram Guide | PDF
0% found this document useful (0 votes)
21 views2 pages

UML Activity Diagram Guide

The document outlines the aim and task of developing an activity diagram for software development, emphasizing its role in modeling the flow of control within a system. It explains the purpose of UML activity diagrams in visualizing workflows and highlights key notations such as initial state, final state, decision box, and action box. The activity diagram facilitates understanding of sequential, branched, and concurrent activities in software engineering.

Uploaded by

dhruvrathod7333
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views2 pages

UML Activity Diagram Guide

The document outlines the aim and task of developing an activity diagram for software development, emphasizing its role in modeling the flow of control within a system. It explains the purpose of UML activity diagrams in visualizing workflows and highlights key notations such as initial state, final state, decision box, and action box. The activity diagram facilitates understanding of sequential, branched, and concurrent activities in software engineering.

Uploaded by

dhruvrathod7333
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Introduction to Software Engineering

4340702
PRACTICAL - 10
AIM – Develop the activity diagram to represent flow from
one activity to another for software development.
TASK
1. Prepare Activity diagram for above selected system.
UML Activity Diagram
In UML, the activity diagram is used to demonstrate the flow of control within the system
rather than the implementation. It models the concurrent and sequential activities.
The activity diagram helps in envisioning the workflow from one activity to another. It put
emphasis on the condition of flow and the order in which it occurs. The flow can be
sequential, branched, or concurrent, and to deal with such kinds of flows, the activity
diagram has come up with a fork, join, etc.
Notation of an Activity Diagram
Activity diagram constitutes following notations:
Initial State: It depicts the initial stage or beginning of the set of actions.
Final State: It is the stage where all the control flows and object flows end.
Decision Box: It makes sure that the control flow or object flow will follow only one path.
Action Box: It represents the set of actions that are to be performed.
Introduction to Software Engineering
4340702

You might also like