|
|
Outils et Logiciels pour la Communication |
de Recherche |
|
|
|
hide a in ( ( delay(10) a{15}; stop ) |[a]| ( delay(10) i; a; stop ) ) |[a]| ( delay(20); a{0}; stop ) |
Time Action State
0 10 1 10 i 2 10 10 3 20 i(a) 4 |
State 0: 3 clocks
State 1: 2 clocks State 2: 0 clocks 3 states, 2 arcs ( 0, i K={10<=c2<=10} U={10<=c2<=10} theta={(1,1),(3,2)}, 1 ) ( 1, i(a) K={10<=c1<=25,20<=c2<=20} U={10<=c1<=25,20<=c2<=20}, 2 ) |
|
hide a in ( delay(10) ( ( a{15}; stop ) |[a]| ( i; a; stop ) ) ) |[a]| ( delay(20); a{0}; stop ) |
Time Action State
0 10 1 10 i 2 10 10 3 20 i(a) 4 |
State 0: 3 clocks
State 1: 2 clocks State 2: 0 clocks 3 states, 2 arcs ( 0, i K={10<=c2<=10} U={10<=c2<=10} theta={(1,1),(3,2)}, 1 ) ( 1, i(a) K={0<=c1<=15,20<=c2<=20} U={0<=c1<=15,20<=c2<=20}, 2 ) |

hide a,b in
P[a,b]
where
process P[a,b] : noexit :=
hide c,d in
a;c;
b;d;
P[a,b]
endproc
et pas sur :
hide a,b,c,d in
P[a,b,c,d]
where
process P[a,b,c,d] : noexit :=
a;c;
b;d;
P[a,b,c,d]
endproc
![]()
![]()
Ce document a été traduit de LATEX par HEVEA.