Contents. Decentralized 2. Class Diagram 2. Sequence Di
Added on - 16 Sep 2019
Trusted by 2+ million users,
1000+ happy students everyday
1000+ happy students everyday
Showing pages 1 to 4 of 12 pages
ContentsDecentralized...................................................................................................................................2Class Diagram..............................................................................................................................2Sequence Diagram.....................................................................................................................10
DecentralizedClass 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()}Open(int p, int y, int a){S->open(p,y,a);}Pin(int p){S->pin(p)}