In: Computer Science
Consider an automatic bank machine, known as Automatic Teller Machine (ATM), and a customer who wishes to withdraw some cash from his or her banking account. Draw a UML system sequence diagram to represent this use case.
UML DIAGRAMS
It is abbreviated as Unified Modeling language Diagram. This is the representation of a system along with the characters as the actors, different roles, they perform different action and described in the different class for better understanding of the program. We can represent a single system in UML based diagrams. The UML representation is divided into two types. They are following:
STRUCTURAL DIAGRAM
It is the static aspect of UML diagram. These structural diagrams are classified into four parts. These are following :
BEHAVIOURAL DIAGRAM
It is the considered as the both static and dynamic part of UML diagram. Here is a type of reprsentation is taking place. These are classified into five diagram aspect. These are following :
ATM UML DIAGRAM:
ATM is an automatic teller machine which provides us money using a card. It is mainly used for easy transaction to withdraw the cash. In ATM we deposit as well as withdraw the cash. The ATM working is mainly automatic based model.
WORKING (STEP – BY – STEP EXECUTION)
This how the working takes place based on the UML sequence diagram. The diagram is shown below.