• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Sequence Diagram

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
looking into the detail for Prepare Itinerary, I feel that while doing the Sequence Diagram , I need to show the steps for Price Itinerary in the same diagram.

On the other side of it, I am also thinking to show the step till 'System responds with seat availability for selected flights' in the 'Prepare Itinerary' seq. diagram. and I should show the 'System prices the itinerary and returns the itinerary confirmation window with selected flights' in 'Price Itinerary ' seq diagram.

Any suggestion???
 
Ranch Hand
Posts: 181
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Use the "ref" Interaction from UML 2.0. You can refer to another SD.

Cleuton (Brazil)
reply
    Bookmark Topic Watch Topic
  • New Topic