• Tidak ada hasil yang ditemukan

uml1 | Nugroho's files

N/A
N/A
Protected

Academic year: 2017

Membagikan "uml1 | Nugroho's files"

Copied!
15
0
0

Teks penuh

(1)

1

Unified Modelling Language (UML)

Contents

1. Introduction to Unified Modelling Language - UML 2. Use Case Diagrams

3. Class Diagrams

4. Behavioural Diagrams 5. Implementation Diagrams

Literature

1. Developing Software with UML, Bernd Oestereich, Addison Wesley, 1999.

2. Practical Object-Oriented Design with UML, Mark Priestley, McGraw-Hill, Second Edition, 2003.

3. Using UML, Software Engineering with Objects and Components, Rob Pooley, Perdita Stevens, Addison Wesley, 1999.

4. UML Distilled, 2nd Edition, Martin Fowler, Kendall Scott, Addison Wesley, 2000.

(2)

3 )UML - language and notation for specification, construction,

visualisation and documentation of models of software systems.

)Developed by Grady Booch, Ivar Jacobson, James Rumbaugh

Types of diagrams

:

• use case diagrams • class diagrams

• behavioural diagrams • implementation diagrams

Introduction to Unified Modelling Language - UML

4 • UML modelling language

Methods: modelling language + process

notation that methods

use to express design steps in doing a design

)UML is not:

programming language a CASE tool

method

(3)

5 • Grady Booch (Rational Software)

Object-Oriented Analysis and Design with Applications, Second Edition, Addison Wesley, 1994.

• James Rumbaugh (General Electric)

Rumbaugh, J., Blaha, M., Premerlani, W., Eddy F., Lorenzen, W., Object-Oriented Modeling and Design, Prentice hall, 1991. • Ivar Jacobson (Ericsson)

Jacobson, I., Ericsson, M., Jacobson, A., The Object Advantage: Business Process Reengineering with object Technology,

Addison-Wesley, 1995.

Object Management Groupan industry standards body requested

standard object modelling language (1996).

Use Case Diagrams

Contents

1. Use Case 2. Actors

(4)

7

Use case

Definition

Describes a task that a user can perform using the system.

Description

• describes requirements for the system

• task described by a use case is composed of activities

• use case can have different variations calledscenarios

• should not be used for functional decomposition !

8 Example. Automatic teller machine (ATM)

ATM offers the following services:

1. Distribution of money to every holder of a smartcard via a card reader and a cash dispenser.

2. Report of account balance, cash and cheques deposit facilities for bank customers who hold a smartcard from their bank.

In addition:

3. All transactions are made sure.

(5)

9

Withdraw money using a Visa card

Summary: This use case allows a Visa card holder, who is not a

customer of the bank to withdraw money if his/her daily limit allows it.

1. The Visa CardHolder inserts his/her smart card in the ATM’s card reader.

2. The ATM verifies that the card that has been inserted is a smartcard. 3. TheATM asks the Visa CardHolder to enter his/her pin number. 4. The Visa CardHolder enters his/her pin number.

5. The ATM compares the pin number with the one that is encoded on the chip of the smartcard.

6. The ATM requests an authorisation from the Visa authorisation system 7. The Visa authorisation system confirms its agreement and indicates

the daily withdrawal limit.

8. The ATM asks the Visa CardHolder to enter the desired withdrawal amount.

9. The Visa CardHolder enters the desired withdrawal amount. 10. The ATM checks the amount against the daily withdrawal limit.

11. The ATM asks the Visa CardHolder if he/she would like a receipt. 12. The Visa CardHolder requests a receipt.

13. The ATM returns the card to the Visa CardHolder. 14. The Visa CardHolder takes his/her card.

15. The ATM issues the banknotes and a receipt.

16. The Visa CardHolder takes the banknotes and the receipt.

Variations: Temporarily incorrect pin number

At step 5, the Visa CardHolder fails to enter a correct pin number 6. The ATM informs the CardHolder that the pin is incorrect for the

first or second time.

7. The ATM records the failure on the smartcard. The scenario goes back to step 3.

Variations: The amount requested is greater than the daily withdrawal limit

(6)

11

Variations: The Visa CardHolder does not want a receipt

Error: Invalid card

Error: Conclusively incorrect pin number

Error: Unauthorised withdrawal

Error: The card is not taken back by the holder

Error: The banknotes are not taken back by the holder

12

Notation

UcNo. Name of use case: Withdraw money using a Visa card

Actors: Visa CardHolder, Visa AS

Preconditions:

the ATM cash box is well stocked there is no card in the reader

Postconditions

the amount of money in the ATM changes

Invariants

Non-functional requirements

response time: within a maximum time limit of 2 seconds confidentiality: the procedure of comparing the pin number that has been entered on the keyboard of the

ATM with that of the smartcard must have a maximum failure rate of 10-6

Process description

Exceptions, error situations Variations

(7)

13 (Notation continued)

Services

Contact partners, sessions Notes/open questions

Documents, references, dialog samples

Diagrams: sequence and collaboration, class, activity and state

Actors

Definition

Actor is an external entity which is involved

in the interaction with the system described in a use case.

Description

• actors = roles

• actors can be also dialogs, and external systems

Notation

Customer

<<actor>> Customer

<<actor>>

(8)

15 • generalisation and specialisation of actors

Example

Office clerk

Home insurance clerk

Car insurance clerk

Field service clerk

16

Use Case Diagram

Definition

Shows the relationships between a set of use cases and the actors involved in these use cases.

Description

• tool for requirement determination

• use case describes those activities which are to be supported by the software under development

Notation

Actor1

Use case 3 Use case1

Use case 2

Actor2

Actor3

(9)

17 ATM offers the following services:

1. Distribution of money to every holder of a smartcard via a card reader and a cash dispenser.

2. Report of account balance, cash and cheques deposit facilities for bank customers who hold a smartcard from their bank. 3. All transactions are made sure.

4. The dispenser has to be refilled from time to time

CardHolder

Consult balance

Deposit cash

Deposit cheques

Refill dispenser

Retrieve swallowed cards

Maintenance operator

Retrieve cheques BankCustomer

Withdraw money

(10)

19

Retrieve swallowed cards

Maintenance

Problem: if the actor is Visa card holder the Visa AS must be called on, Whereas the Bank IS will be contacted for a bank customer!

(11)

21

VisaCardHolder

VisaAS <<Actor>>

Withdraw money using a Visa card

BankCustomer

Bank IS <<Actor>>

Withdraw money using a bank card

Another improvement

Relationships between use cases

• include: base use case includes the functionality of included use case • extend: a use case is optionally extended by functionality of

another use case

• generalisation: sub use case inherits behaviour and semantics from super use cases

Super

<<include>> <<extend>>(extension point)

Base use case

(12)

23

Consult balance

Deposit cheques Deposit cash

Withdraw money using a bank

card Withdraw money using a Visa card Authenticate

<<include>> <<include>> <<include>>

<<include>> <<include>>

Example of an include relationship

Problem: users have to re-authenticate themselves for each kind of transaction.

Withdraw money using a bank card Consult balance

7. The BankIS confirms its agreement and indicates the daily withdrawal limit.

8. The ATM asks the BankCustomer to enter the desired withdrawal amount.

Extension point: Verify amount

9. The BankCustomer enters the desired withdrawal amount. 10. The ATM checks the amount against the daily withdrawal limit.

(13)

25 Example of a generalisation relationship

Deposit cheques Withdraw money using a bank

card

(Verify amount) <<extend>>

Authenticate <<include>>

Withdraw money using a Visa card

<<include>>

<<include>> <<include>>

(14)

27

Refill dispenser

Retrieve swallowed cards

Retrieve cheques Maintenance operator

Final use case diagram (continued)

28 How to identify use cases?

• Define the list of actors

(15)

29

Summary

• Use-case modelling is a technique used to describe the functional requirements of a system.

Referensi

Dokumen terkait

An example of a simple financial statement position/balance sheet is presented below: Cash xxx Account Payable xxx Account Receivable xxx Bank Payable xxx Equipment xxx Total

Payment can be made through: i JomPAY Highly Recommended ii CASH PAYMENT AT BANK MUAMALAT MALAYSIA BERHAD BMMB COUNTER/ TRANSFER OR BANK IN TO UNIVERSITY’S ACCOUNT BANK : Bank

C The cash and cash equivalents in the Statement of Cash Flow at end of year 2020 discloses $341.50 m, which verifies the company’s cash at bank account balance.. D The finance costs

The transactions of Ahnaf Brothers on December 2019 are given below: 2019 December 1 Cash balance Tk.. December 10 Withdrew from bank

While comparing the bank-related transactions of the firm in its Cash Book with Bank Pass Book the following differences were found : i Cheques of Rs 18,000 were issued by the firm by

Page 10 Fixed Deposit Account Prime Bank Limited offers deposit of fixed amount of money from the customers for a fixed period of time with interest under the term plan time to time..

Annexure - Details of various bank facilities Current facilities Previous facilities Facility Amount Rs.Crore Rating Facility Amount Rs.Crore Rating Cash Credit 8 CRISIL BB-

Annexure 1 - Details of various bank facilities Current facilities Previous facilities Facility Amount Rs.Million Rating Facility Amount Rs.Million Rating Cash Credit 100 CRISIL