3 Dec
2012
3 Dec
'12
9:08 p.m.
Hi Guys, Let's say that we have 2 states, S1 and S2. with this transition table: S1 -> S2 on event Es2 S2 -> S1 on event Es1 also let's say that S1 can also accept Ev1 and Ev2 but S2 cannot accept them so it differs them. Now when let's say that S2 receives 2 events Ev1 and Ev2 and differs them. Now, when S2 goes back to S1 would S1 handle both events in order? or how does it work? Thanks,