Thursday, 7 April 2016

What are the type of UML diagrams ?


UML Diagrams
  • Class diagramsrepresent the static structure in terms of classes and relationships.
  • Object diagramsrepresents object and their  relationships, it gives snapshot of the system at any given time.
  • Component diagramsrepresents the physical components of the application.
  • Deployment diagramsrepresents the deployment of components on particular pieces of hardware.
  • Use Case diagrams
    represents the functions of a system from the users point of view.
  • Sequence diagrams
    are temporal representation of objects and there interactions.
  • Collaboration diagramsare a spatial representation of objects, links  and interactions.
  • StateChart diagrams
    represents the behavior of a class in terms of its state changes.
  • Activity diagrams
    represents the behavior of an operation as a set of actions.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.