Component Diagrams

A component diagram is a UML diagram that provides a view of the physical software components in a software system, their interfaces, and their dependencies. Components are physical, replaceable parts of a system, such as executables, libraries, software components (for example, ActiveX or JavaBean components), documents, databases, and files. A component diagram can depict all or some of the components in a system.


Shapes and Connectors

Component diagrams can contain shapes and connectors that represent:

The component diagram shows only component types. Component instances are usually used to represent components that exist at run-time, so they usually appear in deployment diagrams.


Using Component Diagrams

Component diagrams depict the physical parts of software systems. Often, they are used during the development of a system architecture to model the following:


Related Topics

Comments ( )
Link to this page: //www.vb-net.com/dotnet/diagrams/component.htm
< THANKS ME>