• 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:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Sequence diagram for include use cases

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Just wondering who will be my actor to initiate the use case when creating the SEQUENCE DIAGRAM for scenarios which have include relationship with another use case. eg. Price Itinerary use case
Eric
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I only see 2 actors in the Use Case Diagram given. You may even consider them as one depending on your design.
 
Eric Lefurge
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok let me put it this way
I havent seen any examples of sequence diagrams for the include use case so please bear with me.
when one use case ends by invoking another use case , then in my sequence diagrams say my control object for use case A calls control object in use case B. Does it mean that the control object in use case B becomes the actor for use case B ???
 
reply
    Bookmark Topic Watch Topic
  • New Topic