DEMO ATM

This demo implements the well know case study described by 
Rumbough in his book Object Oriented Modeling and Design.

It represents an Automatic Teller Machine System (ATM).  
A client in front of the ATM executes a transaction for 
withdrawing money. The system is composed of anATM a
consortium of bank and a bank.
In the design the Client itself bedcome the graphical 
interface.
At the request of the interface the client can insert a 
wrong or correct cash-card, can dial the passowd and the 
desired amount of money. Note that the correct password is 
12345, and the maximum allowed amount of money is 
L. 1,5000,000.

To debug the prototype open the Client, the ATM, the
Consortium and the Bank, and inside them the doService methods,
by clicking with the mous eon the corresponding icons.
For the use of the editors consult the G++ user Manual.

To analyze the software life cycle open the G++ control panel:
executing startG++. Then looking the file in the respective
menus you will be able to inspect analysis, logical design,  
class design, and GUI editor.
