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
Inventory Subsystem
Subsystem
Product
Component
POS Client Manager
Subsystem
POS_client
Component
Scanning Subsystem
Subsystem
Scanner
Component
CashSales
Component
calcTotal
Interface
findItem
Interface
scan
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"