• 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

Searching for flights

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

from my understanding Flight-Equipment-Seat is read-only data that some staff of FBN maintains which is beyond the scope of this assignment.
Further you will have some "SearchManager" (POJO-DAO) that hides the rather complex algorithm of doing the actual search. I also assume that this searching algorithm is on a more detailed level and not part of the architecture, therefore I just assume a complex searching transportation algorithm but will NOT show the algorithm itself (e.g. in the sequence diagaram). Is that an assumption I can make?
However, I am not sure if the search uses Flight or Segment? If it searches on the Segment then Segment will also be read-only but I am not confident if that is the case.

Also, what class would use the SearchManager? Right now I am thinking about the Itinerary using the SearchManager. Would you show the SearchManager in the class diagram or only in the sequence and component diagrams?

D.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wouldn't the search algorithm be part of your business delegate?
 
David Follow
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could be, but the BusinessDelegate would delegate it to te algorithm that I don't plan on to design/describe.

D.
 
My cellmate was this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic