Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

uml

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.

like image 743
Moataz Aahmed Mohammed Avatar asked May 06 '11 06:05

Moataz Aahmed Mohammed


People also ask

What is the order of UML diagrams?

The current UML standards call for 13 different types of diagrams: class, activity, object, use case, sequence, package, state, component, communication, composite structure, interaction overview, timing, and deployment.

What is use of UML diagrams in project development?

UML diagrams can be used as a way to visualize a project before it takes place or as documentation for a project afterward. But the overall goal of UML diagrams is to allow teams to visualize how a project is or will be working, and they can be used in any field, not just software engineering.

What is commonly used UML diagram?

Because a lot of software is based on object-oriented programming, where developers define types of functions that can be used, class diagrams are the most commonly used type of UML diagram.


1 Answers

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.

like image 146
Jordi Cabot Avatar answered Oct 17 '22 23:10

Jordi Cabot