- Hands-On Design Patterns with Java
- Dr. Edward Lavieri
- 52字
- 2025-04-04 14:33:31
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:

An example component diagram