• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to factor in Travel Agent

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi folks,

I am doing the part II assignment and would like to hear some advices from the fellow SCEAs. The use case diagram given seems to indicate the Travel Agent and Customer have the same interaction with the system. How do you guys factor in the TravelAgent in the diagrams? (Duplicating the interaction with other components as Customer seems to make the diagrams very messy and less readable.) Thanks.

Regards,
Celine
SCJP, SCWCD, SCBCD

 
Ranch Hand
Posts: 215
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am also yet to decide about the same.
Also I think that though they have shown similar interactions in use case diagram, travel agent should be able to access any of the customers account while customer can access only his/her account. So depending on user role the processing would be different.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic