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

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: 41967
911
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.
 
Your mind is under my control .... your will is now mine .... read this tiny ad
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic