Class Diagram. Class Account:. S// point to current sta
Added on -2019-09-16
| 7 pages
| 383 words
| 606 views
Trusted by 2+ million users, 1000+ happy students everyday
Showing pages 1 to 3 of 7 pages
Class Diagram
Class Account:S// point to current stateLS[0] // point to start stateLS[1] // point to idle stateLS[2] // point to ready stateOperations: create(){ S->create() currState = S.getID() IF currState == 0 THEN S = LS[1] //change ATM state from “Start” to “Idle” ENDIF }Open(int p, int y, int a){ If(currState == 1) then AccountData ad = new AccountData(p,y,a,”active”); End if}Pin(int pin){ IF( currState = 1 && pin == ad.getPint()) Set S = LS[2]; END IF}Deposit(int d){ IF(currState = 2 ) Ad.deposit(d);
Found this document preview useful?
You are reading a preview Upload your documents to download or Become a Desklib member to get accesss