Component diagram
From Wikipedia, the free encyclopedia
In the Unified Modeling Language, a component diagram depicts how a software system is split up into components and shows the dependencies among these components. Physical components include files, headers, link libraries, modules, executables, or packages. Component diagrams are prevalent in the field of software architecture but can be used to model and document any system’s architecture.
Note that components are types and only executable components may have instances.
[edit] External links
- Introduction to UML 2 Component Diagrams by Scott W. Ambler
- UML 2 Component Diagram Guidelines by Scott W. Ambler
- Component Diagrams in UML 2