UML Diagrams
Sequence Diagram
O/R Mapping
Mac OS X
Tips and Tricks
VP Suite
Change Log

Using Alternative Combined Fragments in Sequence Diagram

A combined fragment is used to specify an area of a group of lifelines/actors to show conditional flow in a sequence diagram. Alternative combined fragment models the if-then-else logic in the sequence diagram.

  1. Create a new sequence diagram and draw the following sequence diagram.
    using_alternative_combined_fragment-1.jpg

  2. Create an alternative combined fragment covering the Person and ATM Machine LifeLines.
    using_alternative_combined_fragment-2.jpg

  3. Draw an Ask for Password message from ATM Machine to Person LifeLine in the upper compartment of the alternative combined fragment. And draw a Display Invalid Card message from ATM Machine to Person LifeLine in the lower compartment of the alternative combined fragment.
    using_alternative_combined_fragment-3.jpg

  4. Right-click on the combined fragment, select Open Specification... from the pop-up menu. A Combined Fragment Specification dialog box is displayed.
    using_alternative_combined_fragment-4.jpg

  5. Select the Interaction Operands tab, select the InteractionOperand and click Open Specification... button. An Interaction Operand Specification dialog box is displayed. Select the Guard tab and put Valid Card as the constraint. Click on Apply button to confirm the changes.
    using_alternative_combined_fragment-5.jpg

  6. Repeat step 5 for InteractionOperand2 and put Invalid Card as the constraint for the Guard condition.
    using_alternative_combined_fragment-6.jpg

    Guard Conditions are displayed in the upper and lower compartment of the alternative combined fragment.
    using_alternative_combined_fragment-7.jpg

Related Articles

Resources

 
 
Last modified: 2006/01/09 04:05
 
 
Home | Recent Topics | Highlights | UML Diagrams | Tips and Tricks | Object-Relational Mapping
visual-paradigm.com Home | Training Center | UML Center | VP Gallery | Discussion Forum | UML Open Directory