• 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:

How to link Sequence Diagram with other seq diagrams

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We generally make one sequence for each use case.
Now if i am building one sequence diagram for one use case and that usecase includes other usecase OR it forwards to next use case, then how i show this in sequence diagram?

can anybody give me link to sample sequence diagram.. with similiar situation. or there is any such UML element for forwarding flow?

i am using UMl v1.x something.

thanks
ashish
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ashish,

I do not know any techinique to call anothers sequence diagrams from one using UML 1.X, but, The UML 2.0 has a very good element to do this. It is the combined fragment called 'ref'.

With this combined fragment, you can reference another sequence diagram (this another sequence diagram must be named), inside the call stack of an lifetime.

Your use in sequence diagrams are very simple, it works as a 'method call' for another process. I have used in my diagrams, it have helped me a lot.

Good Luck!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic