Moataz Aahmed Mohammed
Moataz Aahmed Mohammed

Reputation: 1297

What is the general/typical order of usage of UML diagrams during development?

I want to know the order of UML diagrams. I need to know when I develop new software which UML diagram to use first and which second (and so on) thanks.

Upvotes: 6

Views: 3894

Answers (3)

UML GURU
UML GURU

Reputation: 1462

I would say if you are a beginner then start with a usecase diagram to capture requirements then create class diagrams in order show the static architecture. You don't really need other diagrams.

Upvotes: 0

Jordi Cabot
Jordi Cabot

Reputation: 8228

This is not defined in the UML standard. UML is a notation not a software development method. You need to choose first a development method that uses the UML notation and then the method will tell you in what order you should define the different UML diagrams.

Upvotes: 6

IAmTimCorey
IAmTimCorey

Reputation: 16757

At this point, it looks like you really should start at the basics of what UML diagrams do before you start into how to use them. Otherwise, you are going to find that you are in a mess. Here is a good starting point: http://www.agilemodeling.com/essays/umlDiagrams.htm

Upvotes: 0

Related Questions