HOPEX UML : HOPEX UML : Interaction Diagrams : Sequence Diagram
   
Sequence Diagram
 
Lifelines
Creating a lifeline
Lifeline properties
Messages
Examples of exchanged messages
Creating a message
Message types
Execution Specification
Creating an execution specification
Occurrence specification
Calculating sequence numbers
Combined Fragment
Creating a combined fragment
Interaction operator type
Interaction operands
Interaction Use
Gate
Continuation
The sequence diagram highlights the chronology of messages exchanged between objects participating in an interaction. These objects are represented in the diagram by their lifelines.
Example of a sequence diagram
The diagram below describes behavior of an automated teller machine:
Two entry points (represented by lifelines) have a user access check. This check is described in an interaction.
Depending on the result of the check, either access is refused and the user card is rejected, or door opening is actuated;
An optional behavior (represented by a combined fragment) can influence door opening.
See:
*"Lifelines"
*"Messages"
*"Execution Specification"
*"Occurrence specification"
*"Combined Fragment"
*"Interaction Use"
*"Gate"
*"Continuation"