• 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 Identify Classes, relations, multiplicity

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

I am working on creating a UML design for a CaseStudy. I would like to know what is the best approach to identiy class, attributes, operations and relations from a UseCase. Currently i am using Noun phrase approach but i am facing difficulty in identifying the Analysis classes correctly( i am missing few classes ).

I hereby request you to please suggest me best technique used to identiy below

* Classes, Attributes and it's methods
* Class Relations
* Associations
* Multiplicity[

Thanks in Advance.

Regards,
Vasu

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can try this approach,
Draw the Activity digaram based of on the use cases.Try to derive the classses from Activity digaram.
 
Ranch Hand
Posts: 125
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you follow the use case description and its steps thoroughly. To achieve a scenario in that use case from UI to domain model, you will cover most of the required classes that are to be present for a use case.
 
reply
    Bookmark Topic Watch Topic
  • New Topic