![Hands-On Design Patterns with Java](https://wfqqreader-1252317822.image.myqcloud.com/cover/688/36698688/b_36698688.jpg)
上QQ阅读APP看书,第一时间看更新
Component diagrams
Component diagrams provide a visual representation of a system's physical components. The following example illustrates the three physical components of the system:
- An inventory database
- A customer database
- An order component
The relationships between these components are annotated with dotted lines in the following component diagram:
![](https://epubservercos.yuewen.com/A2D5A8/19470379708814006/epubprivate/OEBPS/Images/1c791b3a-8ace-4fac-9ee0-17efdb1d6d45.png?sign=1738842294-vvLATKEu36ucmoyPHuW9yAB4xIFlBaha-0-3c4b424b5387e3a16cbf4b0efb94f62b)
An example component diagram