2
Most read
4
Most read
7
Most read
Activity diagram
Introduction
 It provides a visual evaluation of use case narration.
It identifies-
Normal flow
Alternate flow
It describes-
Sequential tasks
Conditional tasks
concurrency
Notations
Activity
 A step represent in the process where some tasks/work
is being done.
 That work can be-
 Calculation
 Finding some data
 Manipulating information
Transition
 Activities are linked by transition arrows connecting
each acting.
Guard conditions
 Can be assigned to a transition to restrict the use of a
transition.
 The guard condition must be tested true before
transiting to the next activity.
Withdraw
cash
Terminate
transition
( Cash has been
collected)
Decisions
 Diamond in the decision item can be simple true false
test.
 Decision may involve a choice between a set of
options.
Sufficient
conditions
Insufficient
conditions
Activity Diagrams can model
Concurrency
 Synchronization of multiple activities
 Splitting the flow of control into multiple threads
O p e n
I n c i d e n t
A l l o c a t e
R e s o u r c e s
C o o r d i n a t e
R e s o u r c e s
D o c u m e n t
I n c i d e n t
A r c h i v e
I n c i d e n t
SynchronizationSplitting
Link For Activity Diagram

More Related Content

PPTX
Activity diagram model
PPTX
Sequence diagrame
PPT
Activity diagrams
PPT
Activity Diagram
PPTX
Activity diagram
PDF
Lecture6 activity diagrams
PPT
Use case Diagram
PPTX
Sequence diagram
Activity diagram model
Sequence diagrame
Activity diagrams
Activity Diagram
Activity diagram
Lecture6 activity diagrams
Use case Diagram
Sequence diagram

What's hot (20)

PPT
PPT
Domain model
PPT
State Diagrams
PPTX
Diagrams
PPT
Class diagrams
PDF
PPTX
Basic Behavioral Modeling
PPT
Uml class diagram and packages ppt for dot net
PDF
Sequence diagram- UML diagram
PPT
Collaboration Diagram
PDF
Activity diagram-UML diagram
PPTX
Component diagram
PPT
UML Diagrams
PPTX
Use case diagram
PPT
10 component diagram
PPTX
Sequence diagram
PPTX
PDF
SE_Lec 05_System Modelling and Context Model
PPT
Uml - An Overview
PDF
Lecture7 use case modeling
Domain model
State Diagrams
Diagrams
Class diagrams
Basic Behavioral Modeling
Uml class diagram and packages ppt for dot net
Sequence diagram- UML diagram
Collaboration Diagram
Activity diagram-UML diagram
Component diagram
UML Diagrams
Use case diagram
10 component diagram
Sequence diagram
SE_Lec 05_System Modelling and Context Model
Uml - An Overview
Lecture7 use case modeling
Ad

Similar to Activity diagram (20)

PPTX
Activity_Diagrams_inClass (1).pptx Activity_Diagrams_inClass (1).pptx
PPT
Fundamentals of Software Engineering
PPT
Software designe and constractionLec 4B.ppt
PPTX
Unit three Advanced State Modelling
PPTX
UML - Activity Diagrams (1) for cs.pptx
PPTX
Use case model
PDF
software engineering with uml- activity diagram
PPTX
Wk5_UML_ActivityDiagram.pptx
PPT
Activity
DOCX
MOM on activity diagram
PPTX
PDF
Activity diag
PPT
Use Case and Activity Diagrams Modeling Notation
PDF
Activity Diagram part8
PPT
Activity diagrams
PDF
3 interaction and_state_modeling
PDF
Software Engineering :Behavioral Modelling - II State diagram
PPT
4 Activity & Statechart diagram.ppt4 Activity & Statechart diagram.ppt4 Activ...
PPTX
SAD06 - Use Case Diagrams
PPT
Slide 6 Activity Diagram
Activity_Diagrams_inClass (1).pptx Activity_Diagrams_inClass (1).pptx
Fundamentals of Software Engineering
Software designe and constractionLec 4B.ppt
Unit three Advanced State Modelling
UML - Activity Diagrams (1) for cs.pptx
Use case model
software engineering with uml- activity diagram
Wk5_UML_ActivityDiagram.pptx
Activity
MOM on activity diagram
Activity diag
Use Case and Activity Diagrams Modeling Notation
Activity Diagram part8
Activity diagrams
3 interaction and_state_modeling
Software Engineering :Behavioral Modelling - II State diagram
4 Activity & Statechart diagram.ppt4 Activity & Statechart diagram.ppt4 Activ...
SAD06 - Use Case Diagrams
Slide 6 Activity Diagram
Ad

More from bhupendra kumar (8)

PPTX
Two port networks (y parameters)
PPTX
Small signal stability analysis
PPTX
An introduction to system dynamics & feedback loop
PPTX
Introduction to simulation modeling
PPTX
static series synchronus compensator
PPTX
Representing uncertainty in expert systems
PPTX
Online shopping management information system flipkart
PPTX
the cardiovascular system and Physiology of heart
Two port networks (y parameters)
Small signal stability analysis
An introduction to system dynamics & feedback loop
Introduction to simulation modeling
static series synchronus compensator
Representing uncertainty in expert systems
Online shopping management information system flipkart
the cardiovascular system and Physiology of heart

Activity diagram

  • 2. Introduction  It provides a visual evaluation of use case narration. It identifies- Normal flow Alternate flow It describes- Sequential tasks Conditional tasks concurrency
  • 3. Notations Activity  A step represent in the process where some tasks/work is being done.  That work can be-  Calculation  Finding some data  Manipulating information
  • 4. Transition  Activities are linked by transition arrows connecting each acting.
  • 5. Guard conditions  Can be assigned to a transition to restrict the use of a transition.  The guard condition must be tested true before transiting to the next activity. Withdraw cash Terminate transition ( Cash has been collected)
  • 6. Decisions  Diamond in the decision item can be simple true false test.  Decision may involve a choice between a set of options. Sufficient conditions Insufficient conditions
  • 7. Activity Diagrams can model Concurrency  Synchronization of multiple activities  Splitting the flow of control into multiple threads O p e n I n c i d e n t A l l o c a t e R e s o u r c e s C o o r d i n a t e R e s o u r c e s D o c u m e n t I n c i d e n t A r c h i v e I n c i d e n t SynchronizationSplitting