UML Tutorial for Beginners
Blog containing resources for uml like lecture notes, lecture videos, lab manual, uml diagrams, objective bits, important questions and more.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Deployment Diagrams

Suryateja Pericherla Categories: Architectural Modeling. 2 Comments on Deployment Diagrams

Introduction   Deployment diagrams are one of the two kinds of diagrams used in modeling the physical aspects of an object-oriented system. A deployment diagram shows the configuration of run time processing nodes and the components that live on them.   We use deployment diagrams to model the static deployment view of a system. A […]

Read the rest of this entry »

Component Diagrams

Suryateja Pericherla Categories: Architectural Modeling. No Comments on Component Diagrams

Introduction   Component diagrams are one of the two kinds of diagrams for modeling the physical aspects of object-oriented software systems. A component diagram shows the organization and dependencies among a set of components. We use component diagrams to model the static implementation view of a software system.     Common Properties   A component […]

Read the rest of this entry »