Hands-On Design Patterns with Java
上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:

An example component diagram