UML Diagrams Zicomi Systems publishes some UML example diagrams online from the world famous UML dictionary. more...
Version 2.5 Released Zicomi Systems is delighted to announce that version 2.5 of Zicomi Mentor is released. With support for UML 2.0 and all thirteen UML diagrams more...
Zicomi Systems' Director speaks about the UML at Objects by Design - an informative interview more...
Partner Programme Zicom Systems is delighted to announce a new world wide partner programme, become a partner today. more...
OMG Member Zicom Systems is made a member of the OMG!
Stop
A stop is used to denote that a participant is destroyed during the lifetime represented by the diagram. The lifeline is ended indicating that the participant no longer exists; the dashed line ends in a small cross positioned at the end of the lifeline. A participant may stop itself.
Explanation
Typically many of the participants that are involved in the interaction are not destroyed during the lifetime represented by the diagram. There are circumstances however when a participant is destroyed during the diagram lifetime, and this is explicitly represented. The "X" marks the destruction of the participant and its lifeline ends at this point. The participant cannot partake in any further interactions from that point onward.
An instance creation is related to an instance destruction as a paired element. A instance can be created during the lifetime of the sequence diagram and can also be destroyed. It is quite common to create an instance use its services and then destroy it again.