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:

The requirement has a confliction?

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
In the dream car project,
Business Domain Model shows
One Request can have mutiple PurchaseOrder and Mutiple parts components.
But in Use Case Basic Flow,
One Request can have one part category and quantity of it, can have one PurchaseOrder based on winning bid.

Which assiciation relationship shold be followed in the class diagram?

I do not know if this question break the discussion policy.
 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I think the examiners want "You the architect" to decide which of these two is the better choice and be able to justify that choice in your design decisions. Discussing the pros and cons of these two designs could be considered a violation of the Oracle policy because then we would be discussing the actual solution.
 
    Bookmark Topic Watch Topic
  • New Topic