0% found this document useful (0 votes)
17 views9 pages

Sequence Diagram

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

Sequence Diagram

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

SEQUENCE

DIAGRAM
Presented By:-
Akanksha Negi
BCA (E)-IVth Sem
Table of contents
01 02 03
What is Need of Notations
Sequence Sequence of the
Diagram Diagram diagram

04 05
How to Create Sequence
Sequence Diagram from a
diagram use case
Sequence Diagram
 A sequence diagram simply depicts
the interaction between the objects in
a sequential order i.e. the order in
which these interactions occur.
 We can also use the terms event
diagrams or event scenarios to refer
to a sequence diagram.
 Sequence diagrams describe how and
in what order the objects in a system
function.
 These diagrams are widely used by
businessmen and software developers
to document and understand
requirements for new and existing
systems.
Need for Sequence
Diagram
• Represent the details of a UML use
case.
• Model the logic of a sophisticated
procedure, function, or operation.
• See how objects and components
interact with each other to complete a
process.
• Plan and understand the detailed
functionality of an existing or future
scenario.
Sequence Diagram Notations

OBJECT
TYPES :-
1.Entity Object
2.Interface Object
3.Control Object
Notations
LIFELINE
ACTORS Represents the passage
of time as it extends
Shows entities that
downward. This dashed
interact with or are
vertical line shows the
external to the system.
sequential events that
occur to an object during
TIMELINE the charted process.
MESSAGE
Represents the time We represent messages
needed for an object to using arrows.
complete a task. The longer Communication between
the task will take, the objects is depicted using
longer the activation box messages.
becomes.
How to Create Sequence Diagram?
1.Identify the 2. List the 3. Arrange
Scenario: Participants Lifelines
Understand the Identify the participants Draw a vertical dashed
specific scenario or (objects or actors) line for each participant,
use case that you involved in the scenario. representing the lifeline of
want to represent in Participants can be each object over
the sequence diagram. users, systems, or time. Position the lifelines
4. Add 5. Draw
external entities. horizontally in the order of
their involvement in the
Timeline Messages 6. Review and Refine
interaction.
For each message, draw an Use arrows to represent Review the sequence
activation bar on the messages between diagram for clarity and
lifeline of the sending participants. Messages correctness. Ensure
participant. The activation flow horizontally between that it accurately
bar represents the duration lifelines, indicating the represents the
of time during which the communication between intended interaction.
participant is actively objects. Refine as needed.
processing the message.
Sequenc
e
diagram
for ATM
systems
YOU !!
!

You might also like