• 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

Diagrams. In which order??

 
Ranch Hand
Posts: 127
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I wonder if there is a rule of thumb about the order of the diagrams when we are designing the enterprise system.

I think first you define the usecases and based on these, you draw the sequence diagram. But also in order to draw sequence diagram, you should already have your class diagram to reference with. A little confused.


Can you help me about this?

Thank you,

Murat
 
Ranch Hand
Posts: 1183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is a very detailed example of building a system using UML diagrams: http://www.math-cs.gordon.edu/local/courses/cs211/ATMExample/

It shows the sequence of diagrams' creation:

- Use cases
- Analysis classes
- Class diagrams
- State charts
- Interaction diagrams
- Package diagram

Regards,
Dan
 
reply
    Bookmark Topic Watch Topic
  • New Topic