What are UML views? - microsoft solution framework
What are UML views? Explain themUML diagrams offers different views to various phases of SDLC. To understand UML as per different phases, they are often classified into different views:
a) Design/Structural view: This consists of various components of the system .i.e. class diagrams, objects diagrams. b) Process view: This depicts the behavior of the systems with the help of state-transition diagrams, and sequence diagrams. c) Component/Implementation view: Depicts grouped modules of a system with the help of component diagrams. d) Deployment view: Used to describe deployment modules of a system. e) User view: Used to view the systems from the perspective of actors, describing functionality of it using use cases.
|