| Class | Description |
|---|---|
| Account |
Represents one bank account.
|
| ATM |
Represents an automated teller machine.
|
| AtmApp |
The driver for the ATM application.
|
| BalanceInquiry |
Class BalanceInquiry represents an ATM balance inquiry transaction.
|
| BankDatabase |
Represents the bank account information database.
|
| CashDispenser |
Represents the cash dispenser of the ATM.
|
| Deposit |
Class Deposit represents an ATM deposit transaction.
|
| DepositSlot |
Represents the deposit slot of the ATM.
|
| Keypad |
Represents the keypad of the ATM.
|
| Screen |
Represents the screen of the ATM.
|
| Transaction |
Abstract superclass Transaction represents an ATM transaction.
|
| Withdrawal |
Class Withdrawal represents an ATM withdrawal transaction.
|