Draw a UML class diagram of your domain model from the information attached Create an interaction table for the Use case of a user purchasing a product from the machine. Create a UML sequence diagram of the use case in (v) above Make sure to capture all cases (alt, and loop) in the UML sequence diagram.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter18: Stacks And Queues
Section: Chapter Questions
Problem 18PE
icon
Related questions
Question
  • Draw a UML class diagram of your domain model from the information attached
  • Create an interaction table for the Use case of a user purchasing a product from the machine.
  • Create a UML sequence diagram of the use case in (v) above
  • Make sure to capture all cases (alt, and loop) in the UML sequence diagram.
Synthesize the domain model of vending machine which has the following characteristics.
Products can be purchased by inserting the correct number of coins into the machine. A user selects a
product from a list of available products, adds coins, and either gets the product or gets the coins returned
if insufficient money was supplied or if the product is sold out. Products can be restocked and money
removed by an operator.
(i)
(ii)
Write a set of simple requirements for this system
Product Selection: Users will be able to choose a product from a list of available items.
The system must display the product list with corresponding prices.
Coin Insertion: Users can insert coins into the machine to pay for selected products.
The machine will accept common denominations.
Purchase Process: Upon sufficient coin insertion, the selected product will be dispensed.
If the inserted coins are insufficient, the machine should return the coins.
In case of a sold-out product, the machine will return coins.
Restocking: Operators will be able to restock products when inventory is low.
Restocking should not interfere with ongoing transactions.
Operator Management: Operators should have the ability to remove money from the
machine.
Write a set of key use cases from this description based on the requirements in (i)
User Purchases Product
Primary Actor: User
Flow: User selects product then insert coins machine then dispenses product if funds
sufficient or return coins if funds insufficient.
Sold-Out Scenario
Primary Actor: User
Flow: User selects product to check if product available, If sold out, return coins.
Restocking
Primary Actor: Operator
Flow: Check product inventory and Restock products.
Operator Removes Money
Primary Actor: Operator
Flow: Access money collection interface and operator removes money.
Transcribed Image Text:Synthesize the domain model of vending machine which has the following characteristics. Products can be purchased by inserting the correct number of coins into the machine. A user selects a product from a list of available products, adds coins, and either gets the product or gets the coins returned if insufficient money was supplied or if the product is sold out. Products can be restocked and money removed by an operator. (i) (ii) Write a set of simple requirements for this system Product Selection: Users will be able to choose a product from a list of available items. The system must display the product list with corresponding prices. Coin Insertion: Users can insert coins into the machine to pay for selected products. The machine will accept common denominations. Purchase Process: Upon sufficient coin insertion, the selected product will be dispensed. If the inserted coins are insufficient, the machine should return the coins. In case of a sold-out product, the machine will return coins. Restocking: Operators will be able to restock products when inventory is low. Restocking should not interfere with ongoing transactions. Operator Management: Operators should have the ability to remove money from the machine. Write a set of key use cases from this description based on the requirements in (i) User Purchases Product Primary Actor: User Flow: User selects product then insert coins machine then dispenses product if funds sufficient or return coins if funds insufficient. Sold-Out Scenario Primary Actor: User Flow: User selects product to check if product available, If sold out, return coins. Restocking Primary Actor: Operator Flow: Check product inventory and Restock products. Operator Removes Money Primary Actor: Operator Flow: Access money collection interface and operator removes money.
(iii) Draw a UML Use case diagram of your domain model
Vending Machine
User
Operator
Select Product
Insert Coins
Dispense Product
Restock Products
Check Product
Availability
Return Coins
Remove
Coins
Transcribed Image Text:(iii) Draw a UML Use case diagram of your domain model Vending Machine User Operator Select Product Insert Coins Dispense Product Restock Products Check Product Availability Return Coins Remove Coins
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Requirement Analysis
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning