Component Diagram “Component”
<default>
The Component Diagram can be used to help lay out the various parts of the system; their components, and the inerfaces that are supported and used.
Diagram Node Summary
Subsystem
    Product
Component
Subsystem
    POS_client
Component
Subsystem
    Scanner
Component
Component
Interface
Interface
Interface
Diagram Node Detail
Subsystem "Inventory Subsystem"
Nested Nodes
 Product

Component "Product"
Nested in node:
Subsystem Inventory Subsystem
All Outgoing Links
Supports
to Interface findItem

Subsystem "POS Client Manager"
Nested Nodes
 POS_client

Component "POS_client"
Nested in node:
Subsystem POS Client Manager
All Outgoing Links
Dependency
to Interface calcTotal
Dependency
to Interface scan

Subsystem "Scanning Subsystem"
Nested Nodes
 Scanner

Component "Scanner"
Nested in node:
Subsystem Scanning Subsystem
All Outgoing Links
Supports
to Interface scan
Dependency
to Interface findItem

Component "CashSales"
All Outgoing Links
Supports
to Interface calcTotal

Interface "calcTotal"

Interface "findItem"

Interface "scan"