1 / 6

Make PhoneCall

Make PhoneCall. Telephone Network. Receive PhoneCall. Receive AdditionalCall. «Extends». UsePhone Directory. User. Cellular Phone. ButtonServer {abstract}. Button. + ButtonPressed () {abstract}. Speaker. + EmitTone (n: int). DigitButton Adapter. SendButton Adapter.

ngilbert
Download Presentation

Make PhoneCall

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Make PhoneCall Telephone Network Receive PhoneCall Receive AdditionalCall «Extends» UsePhone Directory User Cellular Phone

  2. ButtonServer {abstract} Button + ButtonPressed () {abstract} Speaker + EmitTone (n: int) DigitButton Adapter SendButton Adapter CellularRadio + ButtonPressed () + ButtonPressed () + Connect (number: pno) Dialler + Digit (n: int) + Send () DiallerDisplay CRDisplay + DisplayDigit (n: int) + InUse () Display {abstract}

  3. Use case MakePhoneCall digit:Button :DigitButton Adapter :Dialler display :DiallerDisplay :Speaker ButtonPressed () Digit (n) DisplayDigit (n) EmitTone (n) For Each Digit send:Button :SendButton Adapter :Dialler :Cellular Radio display :CRDisplay ButtonPressed () Send () Connect (number) InUse ()

  4. Use case MakePhoneCall 1 *: ButtonPressed () 1.1: Digit (n) digit:Button :DigitButton Adapter 2: ButtonPressed () send:Button :SendButton Adapter :Dialler 2.1: Send () 1.1.2: EmitTone (n) 2.1.1: Connect (number) 1.1.1: DisplayDigit (n) 2.1.1.1: InUse () :Speaker :Cellular Radio display :DiallerDisplay display :RTDisplay

  5. Dialler Receiving PhoneCall Idle Making PhoneCall UsingPhone Directory

  6. DialTone Dialling do / play dial tone do / EmitTone (n); DisplayDigit (n) Connecting do / InUse () Ringing Busy do / play busy tone do / play ringing tone Digit (n) [number = incomplete] MakingPhoneCall Press (button-on) / GetDialTone Digit (n) Send () [number = complete] / Connect (number) Idle Busy Press (button-off) / Disconnect Connected

More Related