• 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

Factory Homes - Completed Design & Products

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

As has been discussed before, domain model of Factory Homes show us the relationships Completed design > Product (House) > Component. A CompletedDesign can have 1 or more products. That means a customer can select one or more products to form a completed design, right? But there's no any use case to address this relationship. UC-3 is only about completing a single house design. This is confusing, isn't it?

Ranchers please share your idea with me.

Thanks!

-Danny
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can express relationships in the class diagram even if they don't fit into one of the provided use cases. We know there are more use cases in the "real" system than we are asked to create.
 
Ranch Hand
Posts: 133
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I agree. Probably there are some other use cases not mentioned in the assignment that cover adding several house designs to one CompletedDesign.
 
Dannyf Soon
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeanne Boyarsky wrote:You can express relationships in the class diagram even if they don't fit into one of the provided use cases. We know there are more use cases in the "real" system than we are asked to create.



Thank you Jeanne!
 
Dannyf Soon
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Krzysztof Koziol wrote:I agree. Probably there are some other use cases not mentioned in the assignment that cover adding several house designs to one CompletedDesign.



Thank you Krzysztof! I agree too.
 
I guess I've been abducted by space aliens. So unprofessional. They tried to probe me with this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic