Question: Practice UML design use case, class and sequence diagrams. Problem Description: The system that you have to analysis and design, using an object oriented approach,
Practice UML design use case, class and sequence diagrams.
Problem Description:
The system that you have to analysis and design, using an object oriented approach, is a basic voicemail system. The voicemail system is an independent system that interfaces with an already implemented telephone system ie assume that the telephone related hardware, software, and API are available ready to use The main goal of the system is to act as a messaging service for an organizationwide telephone system. The organization may have several telephone numbers and multiple calls active at a given time.
The voicemail system gets activated after a callers dialed number to the telephone system goes unanswered for a given number of rings eg five rings The telephone numbers are uniquely mapped to mailbox numbers. Note that some numbers may not be assigned valid or active mailboxes or none at all Assume that the telephone system is responsible for functionalities such as establishing and managing the connection, managing the call eg pickup, hang up and providing information from and to the caller eg the pressed phone keys, and obtain and play the actual voice message An example of the interface to the phone system is given bellow you may assume that all interface calls are blocking and as such the message system will wait until the interface call has completed execution and a value returned:
PhoneSystem
pickupInitiates one end of a connection
hangupEnds a connection
dialcharAllows dialing of #
playmessage Paly message
connection: Boolean True if a connection exists
recordint: message Record a message until hangup or time limit is reached
getRingCount: int Returns the number of rings
getDial: charReturns the character dialed if buffer is empty else
getExtension: string Returns the current extension
The voicemail system must support the callers to leave voicemails, and the mailbox owners to access and retrieve their voicemails. The owners can access and administer their mailbox with the following options:
Local access: from their own local phone devices via a hotkey on the phone device
Remote access: from other remote phones via dialing phone andor extension number
Web or email access: via subscription
The caller can record a message verbally. The message is ended with a call hang up or a timeout in number of seconds. There is also an administration mailbox with extended functionality to manage the email system. This mailbox can access and manage other mailboxes eg add or remove a mailbox and set a users password
Tasks to do:
Identify the main use cases including Then, please provide the use cases diagrams
Identify the main classes and the relationships between them. Then, please provide the class diagram.
Provide sequence diagram for three functionalities.
You can use any UML design tool to draw the diagrams such as ArgoUML, UMLet...
All the text and diagrams must be electronically
give me correcct and accurate solution for these problem.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
