Question
Draw a UML component diagram for the Online Store subSystem with three related subsystems: WebStore, Accounting, and Inventory. WebStore subsystem contains two components: Search and
Draw a UML component diagram for the Online Store subSystem with three related subsystems: WebStore, Accounting, and Inventory. WebStore subsystem contains two components: Search and Shopping Cart. Accounting subsystem contains two component: Orders and payment. Inventory subsystem contains: Inventory component. Search component allows to search items by exposing provided interface, Product Search, and uses required interface, Inventory Search, provided by Inventory component. Shopping Cart component uses Manage Orders interface provided by Orders component. The Orders component Implements another two interfaces: Update inventory that used by the Inventory component, and update payment that used by the payment component. Online store subsystem contains two ports: product search port that provides a product search interface and uses product search interface provided by search component. And payments port of type payment that provide a process payment interface used by payment component and uses payment interface by the external system.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started