- Hands-On Design Patterns with Java
- Dr. Edward Lavieri
- 52字
- 2021-06-24 14:57:55
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