Project Life Cycle  «Prev  

Includes Stereotype in UML

1) Original use case for the automated banking include basic functions of deposit, withdraw and inquire. Each function requires a connectino with the bank to complete the transaction. The process is identical for each use case.

2) Separate out the shared flow of events and create a new use case called Contact Bank.

3) Add a dependency arrow from Withdraw Funds to Contact Bank. 2. Labvfel the dependency arrow with the <<include>> stereotype.


4) Add a dependency arrow from Deposit Funds

5) Add a dependency arrow from inquire on Account