pt vpc .2
This commit is contained in:
parent
86fd0c74ad
commit
1c6d6334d2
87 changed files with 8371256 additions and 41 deletions
|
@ -1,5 +0,0 @@
|
|||
* Reta A
|
||||
M master identici e S slave di tipo 1 identici.
|
||||
|
||||
#+CAPTION: Modello della reteA
|
||||
[[./reteA.jpg]]
|
126
anno3/vpc/consegne/2/2.pn.org
Normal file
126
anno3/vpc/consegne/2/2.pn.org
Normal file
|
@ -0,0 +1,126 @@
|
|||
* Rete A
|
||||
M master identici e S slave identici di tipo 1.
|
||||
|
||||
#+CAPTION: Modello della reteA
|
||||
[[./reteA.jpg]]
|
||||
|
||||
La figura rappresenta la rete di Petri P/T dell'esercizio A. Il master
|
||||
è modellato dai posti M0, M1, M2, M3 e dalle transizioni
|
||||
Azione_Locale, Richiesta_Servizio, Attesa_Elaborazione e Reset_M
|
||||
Lo slave è modellato dai posti S0, S1_a, S1_b, S2_a, S2_b e
|
||||
S3 e dalle transizioni Inizio_Servizio, Azione_Locale_Sa,
|
||||
Azione_Locale_Sb, Fine_Servizio e Reset_S. La richiesta del servizio
|
||||
verso lo slave e` gestita attraverso due buffer, posti Buffer_Input e
|
||||
posto Buffer_Output.
|
||||
|
||||
** Risultati
|
||||
Nella tabella vengono mostrate il numero di archi e di nodi al variare
|
||||
dei parametri M e S. Le cifre sono indicative dell'aumentare della
|
||||
dimensione dello spazio degli stati proporzionalmente al numero di
|
||||
marcature.
|
||||
|
||||
| master, slaves | Nodi | Archi |
|
||||
|----------------+---------+----------|
|
||||
| 1, 1 | 14 | 19 |
|
||||
| 2, 2 | 94 | 222 |
|
||||
| 3, 3 | 426 | 334 |
|
||||
| 4, 4 | 1500 | 5610 |
|
||||
| 5, 5 | 4422 | 18720 |
|
||||
| 6, 6 | 11418 | 52998 |
|
||||
| 7, 7 | 26598 | 132594 |
|
||||
| 8, 8 | 57057 | 301158 |
|
||||
| 9, 9 | 114400 | 632775 |
|
||||
| 10, 10 | 216788 | 1246960 |
|
||||
| 11, 11 | 391612 | 2328612 |
|
||||
| 12, 12 | 678912 | 4153916 |
|
||||
| 13, 13 | 1135668 | 7123272 |
|
||||
| 14, 14 | 1841100 | 11802420 |
|
||||
| 15, 15 | 2903124 | 18973020 |
|
||||
|
||||
** Considerazioni su Fork/Join
|
||||
Il modello non garantisce che avvenga il join di due processi dello
|
||||
stesso padre quando la marcatura degli slave e` maggiore di 2.
|
||||
Si puo` garantire che avvenga il join di due processi forkati dallo
|
||||
stesso padre nei seguenti modi:
|
||||
- attraverso differenti strutture slaves
|
||||
- permettendo l'elaborazione di una singola richiesta alla volta
|
||||
(modellato con degli archi inibitori)
|
||||
- usando reti WN
|
||||
|
||||
|
||||
|
||||
* Rete B
|
||||
M master identici, uno slave di tipo 1 e uno slave di tipo 1 scelti
|
||||
liberamente dai master.
|
||||
|
||||
#+CAPTION: Modello della reteB
|
||||
[[./reteB.jpg]]
|
||||
|
||||
La figura rappresenta la rete di Petri P/T dell'esercizio B. Il master
|
||||
è modellato dai posti M0, M1, M2, M3 e dalle transizioni
|
||||
Azione_Locale, Richiesta_Servizio, Attesa_Elaborazione e Reset_M
|
||||
Lo slave di tipo 1 è modellato dai posti S0, S1_a, S1_b, S2_a, S2_b e
|
||||
S3 e dalle transizioni Inizio_Servizio, Azione_Locale_Sa,
|
||||
Azione_Locale_Sb, Fine_Servizio e Reset_S.
|
||||
Lo slave di tipo 2 è modellato dai posti R0, R1_a, R1_b, R2_a, R2_b e
|
||||
R3 e dalle transizioni Inizio_Servizio_R, Azione_Locale_R, Fine_Servizio e Reset_R.
|
||||
La richiesta del servizio
|
||||
verso lo slave scelto e` gestita attraverso due buffer, posti
|
||||
FreeChoice e Risultato.
|
||||
|
||||
|
||||
** Risultati
|
||||
| master, slaves | Stati | Archi |
|
||||
|----------------+--------+--------|
|
||||
| 1, 2 | 40 | 76 |
|
||||
| 2, 2 | 204 | 544 |
|
||||
| 3, 2 | 728 | 2400 |
|
||||
| 4, 2 | 2072 | 7896 |
|
||||
| 5, 2 | 5040 | 21336 |
|
||||
| 6, 2 | 10920 | 50064 |
|
||||
| 7, 2 | 21648 | 105648 |
|
||||
| 8, 2 | 39996 | 205260 |
|
||||
| 9, 2 | 69784 | 373252 |
|
||||
| 10, 2 | 116116 | 642928 |
|
||||
|
||||
Parametrizzando anche il numero di slaves:
|
||||
| master, slaves | Stati | Archi |
|
||||
|----------------+---------+----------|
|
||||
| 1, 2 | 40 | 76 |
|
||||
| 2, 2 | 204 | 544 |
|
||||
| 4, 4 | 7265 | 32674 |
|
||||
| 6, 6 | 113464 | 664234 |
|
||||
| 8, 8 | 1073226 | 7405654 |
|
||||
| 10, 10 | 7212128 | 55762000 |
|
||||
|
||||
** Considerazioni su Fork/Join
|
||||
Lo slave di tipo 1 processa una sola richiesta alla volta.
|
||||
Il master in attesa del risultato (M2) potrebbe ricevere il risultato
|
||||
di un lavoro richiesto da un altro master.
|
||||
|
||||
* Rete C
|
||||
Due master identici, uno slave di tipo 1 e uno slave di tipo 1 scelti
|
||||
liberamente dai master.
|
||||
|
||||
#+CAPTION: Modello della reteC
|
||||
[[./reteC.jpg]]
|
||||
|
||||
La figura rappresenta la rete di Petri P/T dell'esercizio C. Il master
|
||||
è modellato dai posti M0, M1, M2, M3 e dalle transizioni
|
||||
Azione_Locale, Richiesta_Servizio, Attesa_Elaborazione e Reset_M
|
||||
Lo slave di tipo 1 è modellato dai posti S0, S1_a, S1_b, S2_a, S2_b e
|
||||
S3 e dalle transizioni Inizio_Servizio, Azione_Locale_Sa,
|
||||
Azione_Locale_Sb, Fine_Servizio e Reset_S (il secondo master e` una
|
||||
copia del primo).
|
||||
Lo slave di tipo 2 è modellato dai posti R0, R1_a, R1_b, R2_a, R2_b e
|
||||
R3 e dalle transizioni Inizio_Servizio_R, Azione_Locale_R, Fine_Servizio e Reset_R.
|
||||
La richiesta del servizio
|
||||
verso lo slave scelto e` gestita attraverso due buffer, posti
|
||||
FreeChoice e Risultato.
|
||||
|
||||
* Rete D
|
||||
Due master identici, uno slave di tipo 1 e uno slave di tipo 1 scelti
|
||||
associati ciascuno ad un master diverso.
|
||||
|
||||
#+CAPTION: Modello della reteC
|
||||
[[./reteD.jpg]]
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
BIN
anno3/vpc/consegne/2/reteB.jpg
Normal file
BIN
anno3/vpc/consegne/2/reteB.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 109 KiB |
BIN
anno3/vpc/consegne/2/reteC.jpg
Normal file
BIN
anno3/vpc/consegne/2/reteC.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
BIN
anno3/vpc/consegne/2/reteD.jpg
Normal file
BIN
anno3/vpc/consegne/2/reteD.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
12
anno3/vpc/gspn/Es2-Measures.solution/PT.bnd
Normal file
12
anno3/vpc/gspn/Es2-Measures.solution/PT.bnd
Normal file
|
@ -0,0 +1,12 @@
|
|||
0 25
|
||||
0 25
|
||||
0 25
|
||||
0 25
|
||||
0 25
|
||||
0 25
|
||||
0 25
|
||||
0 25
|
||||
0 25
|
||||
0 25
|
||||
0 25
|
||||
0 25
|
3
anno3/vpc/gspn/Es2-Measures.solution/PT.def
Normal file
3
anno3/vpc/gspn/Es2-Measures.solution/PT.def
Normal file
|
@ -0,0 +1,3 @@
|
|||
|256
|
||||
%
|
||||
|
|
2
anno3/vpc/gspn/Es2-Measures.solution/PT.ilpbnd
Normal file
2
anno3/vpc/gspn/Es2-Measures.solution/PT.ilpbnd
Normal file
|
@ -0,0 +1,2 @@
|
|||
0
|
||||
0
|
77
anno3/vpc/gspn/Es2-Measures.solution/PT.net
Normal file
77
anno3/vpc/gspn/Es2-Measures.solution/PT.net
Normal file
|
@ -0,0 +1,77 @@
|
|||
|0|
|
||||
|
|
||||
f 0 12 0 9 0 0 0
|
||||
S0 25 2.6666666666666665 0.8333333333333334 2.6279166666666667 1.0289583333333334 0
|
||||
S1_a 0 1.6666666666666667 2.3333333333333335 1.9716666666666667 2.278958333333333 0
|
||||
S1_b 0 3.6666666666666665 2.3333333333333335 3.216458333333333 2.278958333333333 0
|
||||
S2_a 0 1.6666666666666667 3.6666666666666665 1.9716666666666667 3.6122916666666662 0
|
||||
S2_b 0 3.6666666666666665 3.6666666666666665 3.1331249999999997 3.6122916666666662 0
|
||||
S3 0 2.6666666666666665 5.166666666666667 2.6279166666666667 5.362291666666667 0
|
||||
Buffer_output 0 5.0 4.5 4.570625 4.695625 0
|
||||
Buffer_input 0 5.0 1.6666666666666667 4.6175 1.8622916666666667 0
|
||||
M0 25 7.666666666666667 0.3333333333333333 7.268541666666667 0.11229166666666668 0
|
||||
M1 0 7.666666666666667 1.6666666666666667 7.601875 1.8622916666666667 0
|
||||
M2 0 7.666666666666667 2.5 7.601875 2.195625 0
|
||||
M3 0 7.666666666666667 4.0 7.351875 4.195625 0
|
||||
Inizio_Servizio 1.0 0 0 2 0 2.6666666666666665 1.6666666666666667 1.40625 1.7239583333333333 2.75 1.734375 0
|
||||
1 1 0 0
|
||||
1 8 0 0
|
||||
2
|
||||
1 2 0 0
|
||||
1 3 0 0
|
||||
0
|
||||
azione_locale_sa 1.0 0 0 1 0 1.6666666666666667 3.0 1.8541666666666667 2.8072916666666665 1.75 3.0677083333333335 0
|
||||
1 2 0 0
|
||||
1
|
||||
1 4 0 0
|
||||
0
|
||||
azione_locale_sb 1.0 0 0 1 0 3.6666666666666665 3.0 2.5260416666666665 3.3072916666666665 3.75 3.0677083333333335 0
|
||||
1 3 0 0
|
||||
1
|
||||
1 5 0 0
|
||||
0
|
||||
Fine_Servizio 1.0 0 0 2 0 2.6666666666666665 4.5 1.609375 4.557291666666667 2.75 4.567708333333333 0
|
||||
1 4 0 0
|
||||
1 5 0 0
|
||||
2
|
||||
1 6 0 0
|
||||
1 7 0 0
|
||||
0
|
||||
Reset 1.0 0 0 1 1 1.1666666666666667 5.166666666666667 1.046875 4.973958333333333 1.25 5.234375 0
|
||||
1 6 0 0
|
||||
1
|
||||
1 1 2 0
|
||||
0.5833333333333334 5.166666666666667
|
||||
0.5833333333333334 0.8333333333333334
|
||||
0
|
||||
azione_locale_m 1.0 0 0 1 1 7.666666666666667 1.0 7.197916666666667 0.7239583333333334 7.75 1.0677083333333333 0
|
||||
1 9 2 0
|
||||
7.083333333333333 1.0
|
||||
7.083333333333333 0.3333333333333333
|
||||
1
|
||||
1 10 2 0
|
||||
8.25 1.0
|
||||
8.25 1.6666666666666667
|
||||
0
|
||||
Richiesta_Servizio 1.0 0 0 1 1 6.833333333333333 1.6666666666666667 6.291666666666667 1.4739583333333333 6.916666666666667 1.734375 0
|
||||
1 10 0 0
|
||||
2
|
||||
1 8 0 0
|
||||
1 11 1 0
|
||||
6.833333333333333 2.5
|
||||
0
|
||||
Attesa_Elaborazione 1.0 0 0 2 0 7.666666666666667 3.5 6.229166666666667 3.3072916666666665 7.75 3.5677083333333335 0
|
||||
1 11 0 0
|
||||
1 7 2 0
|
||||
7.5 3.5
|
||||
5.0 3.5
|
||||
1
|
||||
1 12 0 0
|
||||
0
|
||||
Reset_M 1.0 0 0 1 0 8.666666666666666 2.5 8.442708333333334 2.3072916666666665 8.75 2.5677083333333335 0
|
||||
1 12 1 0
|
||||
8.666666666666666 4.0
|
||||
1
|
||||
1 9 1 0
|
||||
8.666666666666666 0.3333333333333333
|
||||
0
|
6
anno3/vpc/gspn/Es2-Measures.solution/PT.pba
Normal file
6
anno3/vpc/gspn/Es2-Measures.solution/PT.pba
Normal file
|
@ -0,0 +1,6 @@
|
|||
4
|
||||
4 1 9 1 10 1 11 1 12
|
||||
7 1 1 1 6 -1 7 -1 8 -1 9 -1 10 -1 12
|
||||
7 1 3 1 5 1 7 1 8 1 9 1 10 1 12
|
||||
7 1 2 1 4 1 7 1 8 1 9 1 10 1 12
|
||||
0
|
7
anno3/vpc/gspn/Es2-Measures.solution/PT.pin
Normal file
7
anno3/vpc/gspn/Es2-Measures.solution/PT.pin
Normal file
|
@ -0,0 +1,7 @@
|
|||
5
|
||||
7 1 3 1 5 1 7 1 8 1 9 1 10 1 12
|
||||
4 1 1 1 3 1 5 1 6
|
||||
7 1 2 1 4 1 7 1 8 1 9 1 10 1 12
|
||||
4 1 1 1 2 1 4 1 6
|
||||
4 1 9 1 10 1 11 1 12
|
||||
0
|
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT-RG-0.pdf
Normal file
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT-RG-0.pdf
Normal file
Binary file not shown.
9
anno3/vpc/gspn/Es2-RG of PT.solution/PT.cc
Normal file
9
anno3/vpc/gspn/Es2-RG of PT.solution/PT.cc
Normal file
|
@ -0,0 +1,9 @@
|
|||
2 2 3
|
||||
1 4
|
||||
1 4
|
||||
2 5 8
|
||||
1 1
|
||||
1 7
|
||||
2 1 8
|
||||
1 9
|
||||
1 6
|
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.clm
Normal file
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.clm
Normal file
Binary file not shown.
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.ctrs
Normal file
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.ctrs
Normal file
Binary file not shown.
3
anno3/vpc/gspn/Es2-RG of PT.solution/PT.def
Normal file
3
anno3/vpc/gspn/Es2-RG of PT.solution/PT.def
Normal file
|
@ -0,0 +1,3 @@
|
|||
|256
|
||||
%
|
||||
|
|
1
anno3/vpc/gspn/Es2-RG of PT.solution/PT.denom
Normal file
1
anno3/vpc/gspn/Es2-RG of PT.solution/PT.denom
Normal file
|
@ -0,0 +1 @@
|
|||
0
|
204
anno3/vpc/gspn/Es2-RG of PT.solution/PT.dot
Normal file
204
anno3/vpc/gspn/Es2-RG of PT.solution/PT.dot
Normal file
|
@ -0,0 +1,204 @@
|
|||
digraph RG {
|
||||
T1 [ label="S0(1) M0(2)
|
||||
"];
|
||||
T2 [ label="S0(1) M0(1) M1(1)
|
||||
"];
|
||||
T1 -> T2 [ label=<azione_locale_m>];
|
||||
T3 [ label="S0(1) Buffer_input(1) M0(1) M2(1)
|
||||
"];
|
||||
T2 -> T3 [ label=<Richiesta_Servizio>];
|
||||
T4 [ label="S0(1) M1(2)
|
||||
"];
|
||||
T2 -> T4 [ label=<azione_locale_m>];
|
||||
T5 [ label="S1_a(1) S1_b(1) M0(1) M2(1)
|
||||
"];
|
||||
T3 -> T5 [ label=<Inizio_Servizio>];
|
||||
T6 [ label="S0(1) Buffer_input(1) M1(1) M2(1)
|
||||
"];
|
||||
T3 -> T6 [ label=<azione_locale_m>];
|
||||
T4 -> T6 [ label=<Richiesta_Servizio>];
|
||||
T7 [ label="S1_b(1) S2_a(1) M0(1) M2(1)
|
||||
"];
|
||||
T5 -> T7 [ label=<azione_locale_sa>];
|
||||
T8 [ label="S1_a(1) S2_b(1) M0(1) M2(1)
|
||||
"];
|
||||
T5 -> T8 [ label=<azione_locale_sb>];
|
||||
T9 [ label="S1_a(1) S1_b(1) M1(1) M2(1)
|
||||
"];
|
||||
T5 -> T9 [ label=<azione_locale_m>];
|
||||
T10 [ label="S0(1) Buffer_input(2) M2(2)
|
||||
"];
|
||||
T6 -> T10 [ label=<Richiesta_Servizio>];
|
||||
T6 -> T9 [ label=<Inizio_Servizio>];
|
||||
T11 [ label="S1_b(1) S2_a(1) M1(1) M2(1)
|
||||
"];
|
||||
T7 -> T11 [ label=<azione_locale_m>];
|
||||
T12 [ label="S2_a(1) S2_b(1) M0(1) M2(1)
|
||||
"];
|
||||
T7 -> T12 [ label=<azione_locale_sb>];
|
||||
T13 [ label="S1_a(1) S2_b(1) M1(1) M2(1)
|
||||
"];
|
||||
T8 -> T13 [ label=<azione_locale_m>];
|
||||
T8 -> T12 [ label=<azione_locale_sa>];
|
||||
T14 [ label="S1_a(1) S1_b(1) Buffer_input(1) M2(2)
|
||||
"];
|
||||
T9 -> T14 [ label=<Richiesta_Servizio>];
|
||||
T9 -> T13 [ label=<azione_locale_sb>];
|
||||
T9 -> T11 [ label=<azione_locale_sa>];
|
||||
T10 -> T14 [ label=<Inizio_Servizio>];
|
||||
T15 [ label="S1_b(1) S2_a(1) Buffer_input(1) M2(2)
|
||||
"];
|
||||
T11 -> T15 [ label=<Richiesta_Servizio>];
|
||||
T16 [ label="S2_a(1) S2_b(1) M1(1) M2(1)
|
||||
"];
|
||||
T11 -> T16 [ label=<azione_locale_sb>];
|
||||
T17 [ label="S3(1) Buffer_output(1) M0(1) M2(1)
|
||||
"];
|
||||
T12 -> T17 [ label=<Fine_Servizio>];
|
||||
T12 -> T16 [ label=<azione_locale_m>];
|
||||
T18 [ label="S1_a(1) S2_b(1) Buffer_input(1) M2(2)
|
||||
"];
|
||||
T13 -> T18 [ label=<Richiesta_Servizio>];
|
||||
T13 -> T16 [ label=<azione_locale_sa>];
|
||||
T14 -> T15 [ label=<azione_locale_sa>];
|
||||
T14 -> T18 [ label=<azione_locale_sb>];
|
||||
T19 [ label="S2_a(1) S2_b(1) Buffer_input(1) M2(2)
|
||||
"];
|
||||
T15 -> T19 [ label=<azione_locale_sb>];
|
||||
T20 [ label="S3(1) Buffer_output(1) M1(1) M2(1)
|
||||
"];
|
||||
T16 -> T20 [ label=<Fine_Servizio>];
|
||||
T16 -> T19 [ label=<Richiesta_Servizio>];
|
||||
T21 [ label="S0(1) Buffer_output(1) M0(1) M2(1)
|
||||
"];
|
||||
T17 -> T21 [ label=<Reset>];
|
||||
T22 [ label="S3(1) M0(1) M3(1)
|
||||
"];
|
||||
T17 -> T22 [ label=<Attesa_Elaborazione>];
|
||||
T17 -> T20 [ label=<azione_locale_m>];
|
||||
T18 -> T19 [ label=<azione_locale_sa>];
|
||||
T23 [ label="S3(1) Buffer_output(1) Buffer_input(1) M2(2)
|
||||
"];
|
||||
T19 -> T23 [ label=<Fine_Servizio>];
|
||||
T24 [ label="S0(1) Buffer_output(1) M1(1) M2(1)
|
||||
"];
|
||||
T20 -> T24 [ label=<Reset>];
|
||||
T25 [ label="S3(1) M1(1) M3(1)
|
||||
"];
|
||||
T20 -> T25 [ label=<Attesa_Elaborazione>];
|
||||
T20 -> T23 [ label=<Richiesta_Servizio>];
|
||||
T21 -> T24 [ label=<azione_locale_m>];
|
||||
T26 [ label="S0(1) M0(1) M3(1)
|
||||
"];
|
||||
T21 -> T26 [ label=<Attesa_Elaborazione>];
|
||||
T27 [ label="S3(1) M0(2)
|
||||
"];
|
||||
T22 -> T27 [ label=<Reset_M>];
|
||||
T22 -> T25 [ label=<azione_locale_m>];
|
||||
T22 -> T26 [ label=<Reset>];
|
||||
T28 [ label="S0(1) Buffer_output(1) Buffer_input(1) M2(2)
|
||||
"];
|
||||
T23 -> T28 [ label=<Reset>];
|
||||
T29 [ label="S3(1) Buffer_input(1) M2(1) M3(1)
|
||||
"];
|
||||
T23 -> T29 [ label=<Attesa_Elaborazione>];
|
||||
T24 -> T28 [ label=<Richiesta_Servizio>];
|
||||
T30 [ label="S0(1) M1(1) M3(1)
|
||||
"];
|
||||
T24 -> T30 [ label=<Attesa_Elaborazione>];
|
||||
T31 [ label="S3(1) M0(1) M1(1)
|
||||
"];
|
||||
T25 -> T31 [ label=<Reset_M>];
|
||||
T25 -> T29 [ label=<Richiesta_Servizio>];
|
||||
T25 -> T30 [ label=<Reset>];
|
||||
T26 -> T1 [ label=<Reset_M>];
|
||||
T26 -> T30 [ label=<azione_locale_m>];
|
||||
T27 -> T1 [ label=<Reset>];
|
||||
T27 -> T31 [ label=<azione_locale_m>];
|
||||
T32 [ label="S1_a(1) S1_b(1) Buffer_output(1) M2(2)
|
||||
"];
|
||||
T28 -> T32 [ label=<Inizio_Servizio>];
|
||||
T33 [ label="S0(1) Buffer_input(1) M2(1) M3(1)
|
||||
"];
|
||||
T28 -> T33 [ label=<Attesa_Elaborazione>];
|
||||
T34 [ label="S3(1) Buffer_input(1) M0(1) M2(1)
|
||||
"];
|
||||
T29 -> T34 [ label=<Reset_M>];
|
||||
T29 -> T33 [ label=<Reset>];
|
||||
T30 -> T2 [ label=<Reset_M>];
|
||||
T30 -> T33 [ label=<Richiesta_Servizio>];
|
||||
T35 [ label="S3(1) M1(2)
|
||||
"];
|
||||
T31 -> T35 [ label=<azione_locale_m>];
|
||||
T31 -> T2 [ label=<Reset>];
|
||||
T31 -> T34 [ label=<Richiesta_Servizio>];
|
||||
T36 [ label="S1_b(1) S2_a(1) Buffer_output(1) M2(2)
|
||||
"];
|
||||
T32 -> T36 [ label=<azione_locale_sa>];
|
||||
T37 [ label="S1_a(1) S2_b(1) Buffer_output(1) M2(2)
|
||||
"];
|
||||
T32 -> T37 [ label=<azione_locale_sb>];
|
||||
T38 [ label="S1_a(1) S1_b(1) M2(1) M3(1)
|
||||
"];
|
||||
T32 -> T38 [ label=<Attesa_Elaborazione>];
|
||||
T33 -> T3 [ label=<Reset_M>];
|
||||
T33 -> T38 [ label=<Inizio_Servizio>];
|
||||
T39 [ label="S3(1) Buffer_input(1) M1(1) M2(1)
|
||||
"];
|
||||
T34 -> T39 [ label=<azione_locale_m>];
|
||||
T34 -> T3 [ label=<Reset>];
|
||||
T35 -> T39 [ label=<Richiesta_Servizio>];
|
||||
T35 -> T4 [ label=<Reset>];
|
||||
T40 [ label="S1_b(1) S2_a(1) M2(1) M3(1)
|
||||
"];
|
||||
T36 -> T40 [ label=<Attesa_Elaborazione>];
|
||||
T41 [ label="S2_a(1) S2_b(1) Buffer_output(1) M2(2)
|
||||
"];
|
||||
T36 -> T41 [ label=<azione_locale_sb>];
|
||||
T42 [ label="S1_a(1) S2_b(1) M2(1) M3(1)
|
||||
"];
|
||||
T37 -> T42 [ label=<Attesa_Elaborazione>];
|
||||
T37 -> T41 [ label=<azione_locale_sa>];
|
||||
T38 -> T5 [ label=<Reset_M>];
|
||||
T38 -> T42 [ label=<azione_locale_sb>];
|
||||
T38 -> T40 [ label=<azione_locale_sa>];
|
||||
T43 [ label="S3(1) Buffer_input(2) M2(2)
|
||||
"];
|
||||
T39 -> T43 [ label=<Richiesta_Servizio>];
|
||||
T39 -> T6 [ label=<Reset>];
|
||||
T40 -> T7 [ label=<Reset_M>];
|
||||
T44 [ label="S2_a(1) S2_b(1) M2(1) M3(1)
|
||||
"];
|
||||
T40 -> T44 [ label=<azione_locale_sb>];
|
||||
T45 [ label="S3(1) Buffer_output(2) M2(2)
|
||||
"];
|
||||
T41 -> T45 [ label=<Fine_Servizio>];
|
||||
T41 -> T44 [ label=<Attesa_Elaborazione>];
|
||||
T42 -> T8 [ label=<Reset_M>];
|
||||
T42 -> T44 [ label=<azione_locale_sa>];
|
||||
T43 -> T10 [ label=<Reset>];
|
||||
T46 [ label="S3(1) Buffer_output(1) M2(1) M3(1)
|
||||
"];
|
||||
T44 -> T46 [ label=<Fine_Servizio>];
|
||||
T44 -> T12 [ label=<Reset_M>];
|
||||
T47 [ label="S0(1) Buffer_output(2) M2(2)
|
||||
"];
|
||||
T45 -> T47 [ label=<Reset>];
|
||||
T45 -> T46 [ label=<Attesa_Elaborazione>];
|
||||
T48 [ label="S0(1) Buffer_output(1) M2(1) M3(1)
|
||||
"];
|
||||
T46 -> T48 [ label=<Reset>];
|
||||
T49 [ label="S3(1) M3(2)
|
||||
"];
|
||||
T46 -> T49 [ label=<Attesa_Elaborazione>];
|
||||
T46 -> T17 [ label=<Reset_M>];
|
||||
T47 -> T48 [ label=<Attesa_Elaborazione>];
|
||||
T48 -> T21 [ label=<Reset_M>];
|
||||
T50 [ label="S0(1) M3(2)
|
||||
"];
|
||||
T48 -> T50 [ label=<Attesa_Elaborazione>];
|
||||
T49 -> T22 [ label=<Reset_M>];
|
||||
T49 -> T50 [ label=<Reset>];
|
||||
T50 -> T26 [ label=<Reset_M>];
|
||||
report [ style = "filled, bold" penwidth = 5 fillcolor = "white" shape=box label=<<table border="0" cellborder="0" cellpadding="3" bgcolor="white"><tr><td bgcolor="black" align="center" colspan="2"><font color="white">Reachability Graph</font></td></tr><tr><td align="left" colspan="2">Showing all markings.</td></tr><tr><td align="left">Total markings:</td><td>50</td></tr></table>> ];
|
||||
}
|
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.doubles
Normal file
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.doubles
Normal file
Binary file not shown.
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.emc
Normal file
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.emc
Normal file
Binary file not shown.
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.epd
Normal file
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.epd
Normal file
Binary file not shown.
38
anno3/vpc/gspn/Es2-RG of PT.solution/PT.grg
Normal file
38
anno3/vpc/gspn/Es2-RG of PT.solution/PT.grg
Normal file
|
@ -0,0 +1,38 @@
|
|||
1 12 0 9
|
||||
0 12
|
||||
0 0 1 1 0
|
||||
1 255 0 0 0
|
||||
0 0 1 1 0
|
||||
2 255 0 0 0
|
||||
0 0 1 1 0
|
||||
3 255 0 0 0
|
||||
0 0 1 1 0
|
||||
4 255 0 0 0
|
||||
0 0 1 1 0
|
||||
5 255 0 0 0
|
||||
0 0 1 1 0
|
||||
6 255 0 0 0
|
||||
0 0 2 1 0
|
||||
7 255 0 0 0
|
||||
0 0 2 1 0
|
||||
8 255 0 0 0
|
||||
0 0 2 1 0
|
||||
9 255 0 0 0
|
||||
0 0 2 1 0
|
||||
10 255 0 0 0
|
||||
0 0 2 1 0
|
||||
11 255 0 0 0
|
||||
0 0 2 1 0
|
||||
12 255 0 0 0
|
||||
1 0 0 0 0 255 1 S0
|
||||
2 0 0 0 0 255 0 S1_a
|
||||
3 0 0 0 0 255 0 S1_b
|
||||
4 0 0 0 0 255 0 S2_a
|
||||
5 0 0 0 0 255 0 S2_b
|
||||
6 0 0 0 0 255 0 S3
|
||||
7 0 0 0 0 255 0 Buffer_output
|
||||
8 0 0 0 0 255 0 Buffer_input
|
||||
9 0 0 0 0 255 2 M0
|
||||
10 0 0 0 0 255 0 M1
|
||||
11 0 0 0 0 255 0 M2
|
||||
12 0 0 0 0 255 0 M3
|
1
anno3/vpc/gspn/Es2-RG of PT.solution/PT.gst
Normal file
1
anno3/vpc/gspn/Es2-RG of PT.solution/PT.gst
Normal file
|
@ -0,0 +1 @@
|
|||
0 0
|
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.mark
Normal file
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.mark
Normal file
Binary file not shown.
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.mpd
Normal file
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.mpd
Normal file
Binary file not shown.
1
anno3/vpc/gspn/Es2-RG of PT.solution/PT.mpt
Normal file
1
anno3/vpc/gspn/Es2-RG of PT.solution/PT.mpt
Normal file
|
@ -0,0 +1 @@
|
|||
@©@È@ã@ë@ûA AAA 3A&06@L@HA6@O@g@cA=AD@t@x@‚AL@@<40>@š@¥@@±@Á@Ì@Å@Ð@Ó@Ü@çA@÷@þAAAA,A)A9A3AH
|
77
anno3/vpc/gspn/Es2-RG of PT.solution/PT.net
Normal file
77
anno3/vpc/gspn/Es2-RG of PT.solution/PT.net
Normal file
|
@ -0,0 +1,77 @@
|
|||
|0|
|
||||
|
|
||||
f 0 12 0 9 0 0 0
|
||||
S0 1 2.6666666666666665 0.8333333333333334 2.6279166666666667 1.0289583333333334 0
|
||||
S1_a 0 1.6666666666666667 2.3333333333333335 1.9716666666666667 2.278958333333333 0
|
||||
S1_b 0 3.6666666666666665 2.3333333333333335 3.216458333333333 2.278958333333333 0
|
||||
S2_a 0 1.6666666666666667 3.6666666666666665 1.9716666666666667 3.6122916666666662 0
|
||||
S2_b 0 3.6666666666666665 3.6666666666666665 3.1331249999999997 3.6122916666666662 0
|
||||
S3 0 2.6666666666666665 5.166666666666667 2.6279166666666667 5.362291666666667 0
|
||||
Buffer_output 0 5.0 4.5 4.570625 4.695625 0
|
||||
Buffer_input 0 5.0 1.6666666666666667 4.6175 1.8622916666666667 0
|
||||
M0 2 7.666666666666667 0.3333333333333333 7.268541666666667 0.11229166666666668 0
|
||||
M1 0 7.666666666666667 1.6666666666666667 7.601875 1.8622916666666667 0
|
||||
M2 0 7.666666666666667 2.5 7.601875 2.195625 0
|
||||
M3 0 7.666666666666667 4.0 7.351875 4.195625 0
|
||||
Inizio_Servizio 1.0 0 0 2 0 2.6666666666666665 1.6666666666666667 1.40625 1.7239583333333333 2.75 1.734375 0
|
||||
1 1 0 0
|
||||
1 8 0 0
|
||||
2
|
||||
1 2 0 0
|
||||
1 3 0 0
|
||||
0
|
||||
azione_locale_sa 1.0 0 0 1 0 1.6666666666666667 3.0 1.8541666666666667 2.8072916666666665 1.75 3.0677083333333335 0
|
||||
1 2 0 0
|
||||
1
|
||||
1 4 0 0
|
||||
0
|
||||
azione_locale_sb 1.0 0 0 1 0 3.6666666666666665 3.0 2.5260416666666665 3.3072916666666665 3.75 3.0677083333333335 0
|
||||
1 3 0 0
|
||||
1
|
||||
1 5 0 0
|
||||
0
|
||||
Fine_Servizio 1.0 0 0 2 0 2.6666666666666665 4.5 1.609375 4.557291666666667 2.75 4.567708333333333 0
|
||||
1 4 0 0
|
||||
1 5 0 0
|
||||
2
|
||||
1 6 0 0
|
||||
1 7 0 0
|
||||
0
|
||||
Reset 1.0 0 0 1 1 1.1666666666666667 5.166666666666667 1.046875 4.973958333333333 1.25 5.234375 0
|
||||
1 6 0 0
|
||||
1
|
||||
1 1 2 0
|
||||
0.5833333333333334 5.166666666666667
|
||||
0.5833333333333334 0.8333333333333334
|
||||
0
|
||||
azione_locale_m 1.0 0 0 1 1 7.666666666666667 1.0 7.197916666666667 0.7239583333333334 7.75 1.0677083333333333 0
|
||||
1 9 2 0
|
||||
7.083333333333333 1.0
|
||||
7.083333333333333 0.3333333333333333
|
||||
1
|
||||
1 10 2 0
|
||||
8.25 1.0
|
||||
8.25 1.6666666666666667
|
||||
0
|
||||
Richiesta_Servizio 1.0 0 0 1 1 6.833333333333333 1.6666666666666667 6.291666666666667 1.4739583333333333 6.916666666666667 1.734375 0
|
||||
1 10 0 0
|
||||
2
|
||||
1 8 0 0
|
||||
1 11 1 0
|
||||
6.833333333333333 2.5
|
||||
0
|
||||
Attesa_Elaborazione 1.0 0 0 2 0 7.666666666666667 3.5 6.229166666666667 3.3072916666666665 7.75 3.5677083333333335 0
|
||||
1 11 0 0
|
||||
1 7 2 0
|
||||
7.5 3.5
|
||||
5.0 3.5
|
||||
1
|
||||
1 12 0 0
|
||||
0
|
||||
Reset_M 1.0 0 0 1 0 8.666666666666666 2.5 8.442708333333334 2.3072916666666665 8.75 2.5677083333333335 0
|
||||
1 12 1 0
|
||||
8.666666666666666 4.0
|
||||
1
|
||||
1 9 1 0
|
||||
8.666666666666666 0.3333333333333333
|
||||
0
|
1
anno3/vpc/gspn/Es2-RG of PT.solution/PT.outtype
Normal file
1
anno3/vpc/gspn/Es2-RG of PT.solution/PT.outtype
Normal file
|
@ -0,0 +1 @@
|
|||
0
|
0
anno3/vpc/gspn/Es2-RG of PT.solution/PT.rates
Normal file
0
anno3/vpc/gspn/Es2-RG of PT.solution/PT.rates
Normal file
2
anno3/vpc/gspn/Es2-RG of PT.solution/PT.rgr_aux
Normal file
2
anno3/vpc/gspn/Es2-RG of PT.solution/PT.rgr_aux
Normal file
|
@ -0,0 +1,2 @@
|
|||
toptan= 50
|
||||
topvan= 0
|
0
anno3/vpc/gspn/Es2-RG of PT.solution/PT.rht
Normal file
0
anno3/vpc/gspn/Es2-RG of PT.solution/PT.rht
Normal file
9
anno3/vpc/gspn/Es2-RG of PT.solution/PT.sc
Normal file
9
anno3/vpc/gspn/Es2-RG of PT.solution/PT.sc
Normal file
|
@ -0,0 +1,9 @@
|
|||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
521
anno3/vpc/gspn/Es2-RG of PT.solution/PT.srg
Normal file
521
anno3/vpc/gspn/Es2-RG of PT.solution/PT.srg
Normal file
|
@ -0,0 +1,521 @@
|
|||
S0(1)M0(2)
|
||||
MARKING T1 (tangible)
|
||||
[azione_locale_m (<NO BINDING (non-colored)
|
||||
MARKING T2
|
||||
S0(1)M0(1)M1(1)
|
||||
|
||||
MARKING T2 (tangible)
|
||||
[Richiesta_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T3
|
||||
S0(1)Buffer_input(1)M0(1)M2(1)
|
||||
|
||||
MARKING T2 (tangible)
|
||||
[azione_locale_m (<NO BINDING (non-colored)
|
||||
MARKING T4
|
||||
S0(1)M1(2)
|
||||
|
||||
MARKING T3 (tangible)
|
||||
[Inizio_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T5
|
||||
S1_a(1)S1_b(1)M0(1)M2(1)
|
||||
|
||||
MARKING T3 (tangible)
|
||||
[azione_locale_m (<NO BINDING (non-colored)
|
||||
MARKING T6
|
||||
S0(1)Buffer_input(1)M1(1)M2(1)
|
||||
|
||||
MARKING T4 (tangible)
|
||||
[Richiesta_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T6
|
||||
S0(1)Buffer_input(1)M1(1)M2(1)
|
||||
|
||||
MARKING T5 (tangible)
|
||||
[azione_locale_sa (<NO BINDING (non-colored)
|
||||
MARKING T7
|
||||
S1_b(1)S2_a(1)M0(1)M2(1)
|
||||
|
||||
MARKING T5 (tangible)
|
||||
[azione_locale_sb (<NO BINDING (non-colored)
|
||||
MARKING T8
|
||||
S1_a(1)S2_b(1)M0(1)M2(1)
|
||||
|
||||
MARKING T5 (tangible)
|
||||
[azione_locale_m (<NO BINDING (non-colored)
|
||||
MARKING T9
|
||||
S1_a(1)S1_b(1)M1(1)M2(1)
|
||||
|
||||
MARKING T6 (tangible)
|
||||
[Richiesta_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T10
|
||||
S0(1)Buffer_input(2)M2(2)
|
||||
|
||||
MARKING T6 (tangible)
|
||||
[Inizio_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T9
|
||||
S1_a(1)S1_b(1)M1(1)M2(1)
|
||||
|
||||
MARKING T7 (tangible)
|
||||
[azione_locale_m (<NO BINDING (non-colored)
|
||||
MARKING T11
|
||||
S1_b(1)S2_a(1)M1(1)M2(1)
|
||||
|
||||
MARKING T7 (tangible)
|
||||
[azione_locale_sb (<NO BINDING (non-colored)
|
||||
MARKING T12
|
||||
S2_a(1)S2_b(1)M0(1)M2(1)
|
||||
|
||||
MARKING T8 (tangible)
|
||||
[azione_locale_m (<NO BINDING (non-colored)
|
||||
MARKING T13
|
||||
S1_a(1)S2_b(1)M1(1)M2(1)
|
||||
|
||||
MARKING T8 (tangible)
|
||||
[azione_locale_sa (<NO BINDING (non-colored)
|
||||
MARKING T12
|
||||
S2_a(1)S2_b(1)M0(1)M2(1)
|
||||
|
||||
MARKING T9 (tangible)
|
||||
[Richiesta_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T14
|
||||
S1_a(1)S1_b(1)Buffer_input(1)M2(2)
|
||||
|
||||
MARKING T9 (tangible)
|
||||
[azione_locale_sb (<NO BINDING (non-colored)
|
||||
MARKING T13
|
||||
S1_a(1)S2_b(1)M1(1)M2(1)
|
||||
|
||||
MARKING T9 (tangible)
|
||||
[azione_locale_sa (<NO BINDING (non-colored)
|
||||
MARKING T11
|
||||
S1_b(1)S2_a(1)M1(1)M2(1)
|
||||
|
||||
MARKING T10 (tangible)
|
||||
[Inizio_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T14
|
||||
S1_a(1)S1_b(1)Buffer_input(1)M2(2)
|
||||
|
||||
MARKING T11 (tangible)
|
||||
[Richiesta_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T15
|
||||
S1_b(1)S2_a(1)Buffer_input(1)M2(2)
|
||||
|
||||
MARKING T11 (tangible)
|
||||
[azione_locale_sb (<NO BINDING (non-colored)
|
||||
MARKING T16
|
||||
S2_a(1)S2_b(1)M1(1)M2(1)
|
||||
|
||||
MARKING T12 (tangible)
|
||||
[Fine_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T17
|
||||
S3(1)Buffer_output(1)M0(1)M2(1)
|
||||
|
||||
MARKING T12 (tangible)
|
||||
[azione_locale_m (<NO BINDING (non-colored)
|
||||
MARKING T16
|
||||
S2_a(1)S2_b(1)M1(1)M2(1)
|
||||
|
||||
MARKING T13 (tangible)
|
||||
[Richiesta_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T18
|
||||
S1_a(1)S2_b(1)Buffer_input(1)M2(2)
|
||||
|
||||
MARKING T13 (tangible)
|
||||
[azione_locale_sa (<NO BINDING (non-colored)
|
||||
MARKING T16
|
||||
S2_a(1)S2_b(1)M1(1)M2(1)
|
||||
|
||||
MARKING T14 (tangible)
|
||||
[azione_locale_sa (<NO BINDING (non-colored)
|
||||
MARKING T15
|
||||
S1_b(1)S2_a(1)Buffer_input(1)M2(2)
|
||||
|
||||
MARKING T14 (tangible)
|
||||
[azione_locale_sb (<NO BINDING (non-colored)
|
||||
MARKING T18
|
||||
S1_a(1)S2_b(1)Buffer_input(1)M2(2)
|
||||
|
||||
MARKING T15 (tangible)
|
||||
[azione_locale_sb (<NO BINDING (non-colored)
|
||||
MARKING T19
|
||||
S2_a(1)S2_b(1)Buffer_input(1)M2(2)
|
||||
|
||||
MARKING T16 (tangible)
|
||||
[Fine_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T20
|
||||
S3(1)Buffer_output(1)M1(1)M2(1)
|
||||
|
||||
MARKING T16 (tangible)
|
||||
[Richiesta_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T19
|
||||
S2_a(1)S2_b(1)Buffer_input(1)M2(2)
|
||||
|
||||
MARKING T17 (tangible)
|
||||
[Reset (<NO BINDING (non-colored)
|
||||
MARKING T21
|
||||
S0(1)Buffer_output(1)M0(1)M2(1)
|
||||
|
||||
MARKING T17 (tangible)
|
||||
[Attesa_Elaborazione (<NO BINDING (non-colored)
|
||||
MARKING T22
|
||||
S3(1)M0(1)M3(1)
|
||||
|
||||
MARKING T17 (tangible)
|
||||
[azione_locale_m (<NO BINDING (non-colored)
|
||||
MARKING T20
|
||||
S3(1)Buffer_output(1)M1(1)M2(1)
|
||||
|
||||
MARKING T18 (tangible)
|
||||
[azione_locale_sa (<NO BINDING (non-colored)
|
||||
MARKING T19
|
||||
S2_a(1)S2_b(1)Buffer_input(1)M2(2)
|
||||
|
||||
MARKING T19 (tangible)
|
||||
[Fine_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T23
|
||||
S3(1)Buffer_output(1)Buffer_input(1)M2(2)
|
||||
|
||||
MARKING T20 (tangible)
|
||||
[Reset (<NO BINDING (non-colored)
|
||||
MARKING T24
|
||||
S0(1)Buffer_output(1)M1(1)M2(1)
|
||||
|
||||
MARKING T20 (tangible)
|
||||
[Attesa_Elaborazione (<NO BINDING (non-colored)
|
||||
MARKING T25
|
||||
S3(1)M1(1)M3(1)
|
||||
|
||||
MARKING T20 (tangible)
|
||||
[Richiesta_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T23
|
||||
S3(1)Buffer_output(1)Buffer_input(1)M2(2)
|
||||
|
||||
MARKING T21 (tangible)
|
||||
[azione_locale_m (<NO BINDING (non-colored)
|
||||
MARKING T24
|
||||
S0(1)Buffer_output(1)M1(1)M2(1)
|
||||
|
||||
MARKING T21 (tangible)
|
||||
[Attesa_Elaborazione (<NO BINDING (non-colored)
|
||||
MARKING T26
|
||||
S0(1)M0(1)M3(1)
|
||||
|
||||
MARKING T22 (tangible)
|
||||
[Reset_M (<NO BINDING (non-colored)
|
||||
MARKING T27
|
||||
S3(1)M0(2)
|
||||
|
||||
MARKING T22 (tangible)
|
||||
[azione_locale_m (<NO BINDING (non-colored)
|
||||
MARKING T25
|
||||
S3(1)M1(1)M3(1)
|
||||
|
||||
MARKING T22 (tangible)
|
||||
[Reset (<NO BINDING (non-colored)
|
||||
MARKING T26
|
||||
S0(1)M0(1)M3(1)
|
||||
|
||||
MARKING T23 (tangible)
|
||||
[Reset (<NO BINDING (non-colored)
|
||||
MARKING T28
|
||||
S0(1)Buffer_output(1)Buffer_input(1)M2(2)
|
||||
|
||||
MARKING T23 (tangible)
|
||||
[Attesa_Elaborazione (<NO BINDING (non-colored)
|
||||
MARKING T29
|
||||
S3(1)Buffer_input(1)M2(1)M3(1)
|
||||
|
||||
MARKING T24 (tangible)
|
||||
[Richiesta_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T28
|
||||
S0(1)Buffer_output(1)Buffer_input(1)M2(2)
|
||||
|
||||
MARKING T24 (tangible)
|
||||
[Attesa_Elaborazione (<NO BINDING (non-colored)
|
||||
MARKING T30
|
||||
S0(1)M1(1)M3(1)
|
||||
|
||||
MARKING T25 (tangible)
|
||||
[Reset_M (<NO BINDING (non-colored)
|
||||
MARKING T31
|
||||
S3(1)M0(1)M1(1)
|
||||
|
||||
MARKING T25 (tangible)
|
||||
[Richiesta_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T29
|
||||
S3(1)Buffer_input(1)M2(1)M3(1)
|
||||
|
||||
MARKING T25 (tangible)
|
||||
[Reset (<NO BINDING (non-colored)
|
||||
MARKING T30
|
||||
S0(1)M1(1)M3(1)
|
||||
|
||||
MARKING T26 (tangible)
|
||||
[Reset_M (<NO BINDING (non-colored)
|
||||
MARKING T1
|
||||
S0(1)M0(2)
|
||||
|
||||
MARKING T26 (tangible)
|
||||
[azione_locale_m (<NO BINDING (non-colored)
|
||||
MARKING T30
|
||||
S0(1)M1(1)M3(1)
|
||||
|
||||
MARKING T27 (tangible)
|
||||
[Reset (<NO BINDING (non-colored)
|
||||
MARKING T1
|
||||
S0(1)M0(2)
|
||||
|
||||
MARKING T27 (tangible)
|
||||
[azione_locale_m (<NO BINDING (non-colored)
|
||||
MARKING T31
|
||||
S3(1)M0(1)M1(1)
|
||||
|
||||
MARKING T28 (tangible)
|
||||
[Inizio_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T32
|
||||
S1_a(1)S1_b(1)Buffer_output(1)M2(2)
|
||||
|
||||
MARKING T28 (tangible)
|
||||
[Attesa_Elaborazione (<NO BINDING (non-colored)
|
||||
MARKING T33
|
||||
S0(1)Buffer_input(1)M2(1)M3(1)
|
||||
|
||||
MARKING T29 (tangible)
|
||||
[Reset_M (<NO BINDING (non-colored)
|
||||
MARKING T34
|
||||
S3(1)Buffer_input(1)M0(1)M2(1)
|
||||
|
||||
MARKING T29 (tangible)
|
||||
[Reset (<NO BINDING (non-colored)
|
||||
MARKING T33
|
||||
S0(1)Buffer_input(1)M2(1)M3(1)
|
||||
|
||||
MARKING T30 (tangible)
|
||||
[Reset_M (<NO BINDING (non-colored)
|
||||
MARKING T2
|
||||
S0(1)M0(1)M1(1)
|
||||
|
||||
MARKING T30 (tangible)
|
||||
[Richiesta_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T33
|
||||
S0(1)Buffer_input(1)M2(1)M3(1)
|
||||
|
||||
MARKING T31 (tangible)
|
||||
[azione_locale_m (<NO BINDING (non-colored)
|
||||
MARKING T35
|
||||
S3(1)M1(2)
|
||||
|
||||
MARKING T31 (tangible)
|
||||
[Reset (<NO BINDING (non-colored)
|
||||
MARKING T2
|
||||
S0(1)M0(1)M1(1)
|
||||
|
||||
MARKING T31 (tangible)
|
||||
[Richiesta_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T34
|
||||
S3(1)Buffer_input(1)M0(1)M2(1)
|
||||
|
||||
MARKING T32 (tangible)
|
||||
[azione_locale_sa (<NO BINDING (non-colored)
|
||||
MARKING T36
|
||||
S1_b(1)S2_a(1)Buffer_output(1)M2(2)
|
||||
|
||||
MARKING T32 (tangible)
|
||||
[azione_locale_sb (<NO BINDING (non-colored)
|
||||
MARKING T37
|
||||
S1_a(1)S2_b(1)Buffer_output(1)M2(2)
|
||||
|
||||
MARKING T32 (tangible)
|
||||
[Attesa_Elaborazione (<NO BINDING (non-colored)
|
||||
MARKING T38
|
||||
S1_a(1)S1_b(1)M2(1)M3(1)
|
||||
|
||||
MARKING T33 (tangible)
|
||||
[Reset_M (<NO BINDING (non-colored)
|
||||
MARKING T3
|
||||
S0(1)Buffer_input(1)M0(1)M2(1)
|
||||
|
||||
MARKING T33 (tangible)
|
||||
[Inizio_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T38
|
||||
S1_a(1)S1_b(1)M2(1)M3(1)
|
||||
|
||||
MARKING T34 (tangible)
|
||||
[azione_locale_m (<NO BINDING (non-colored)
|
||||
MARKING T39
|
||||
S3(1)Buffer_input(1)M1(1)M2(1)
|
||||
|
||||
MARKING T34 (tangible)
|
||||
[Reset (<NO BINDING (non-colored)
|
||||
MARKING T3
|
||||
S0(1)Buffer_input(1)M0(1)M2(1)
|
||||
|
||||
MARKING T35 (tangible)
|
||||
[Richiesta_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T39
|
||||
S3(1)Buffer_input(1)M1(1)M2(1)
|
||||
|
||||
MARKING T35 (tangible)
|
||||
[Reset (<NO BINDING (non-colored)
|
||||
MARKING T4
|
||||
S0(1)M1(2)
|
||||
|
||||
MARKING T36 (tangible)
|
||||
[Attesa_Elaborazione (<NO BINDING (non-colored)
|
||||
MARKING T40
|
||||
S1_b(1)S2_a(1)M2(1)M3(1)
|
||||
|
||||
MARKING T36 (tangible)
|
||||
[azione_locale_sb (<NO BINDING (non-colored)
|
||||
MARKING T41
|
||||
S2_a(1)S2_b(1)Buffer_output(1)M2(2)
|
||||
|
||||
MARKING T37 (tangible)
|
||||
[Attesa_Elaborazione (<NO BINDING (non-colored)
|
||||
MARKING T42
|
||||
S1_a(1)S2_b(1)M2(1)M3(1)
|
||||
|
||||
MARKING T37 (tangible)
|
||||
[azione_locale_sa (<NO BINDING (non-colored)
|
||||
MARKING T41
|
||||
S2_a(1)S2_b(1)Buffer_output(1)M2(2)
|
||||
|
||||
MARKING T38 (tangible)
|
||||
[Reset_M (<NO BINDING (non-colored)
|
||||
MARKING T5
|
||||
S1_a(1)S1_b(1)M0(1)M2(1)
|
||||
|
||||
MARKING T38 (tangible)
|
||||
[azione_locale_sb (<NO BINDING (non-colored)
|
||||
MARKING T42
|
||||
S1_a(1)S2_b(1)M2(1)M3(1)
|
||||
|
||||
MARKING T38 (tangible)
|
||||
[azione_locale_sa (<NO BINDING (non-colored)
|
||||
MARKING T40
|
||||
S1_b(1)S2_a(1)M2(1)M3(1)
|
||||
|
||||
MARKING T39 (tangible)
|
||||
[Richiesta_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T43
|
||||
S3(1)Buffer_input(2)M2(2)
|
||||
|
||||
MARKING T39 (tangible)
|
||||
[Reset (<NO BINDING (non-colored)
|
||||
MARKING T6
|
||||
S0(1)Buffer_input(1)M1(1)M2(1)
|
||||
|
||||
MARKING T40 (tangible)
|
||||
[Reset_M (<NO BINDING (non-colored)
|
||||
MARKING T7
|
||||
S1_b(1)S2_a(1)M0(1)M2(1)
|
||||
|
||||
MARKING T40 (tangible)
|
||||
[azione_locale_sb (<NO BINDING (non-colored)
|
||||
MARKING T44
|
||||
S2_a(1)S2_b(1)M2(1)M3(1)
|
||||
|
||||
MARKING T41 (tangible)
|
||||
[Fine_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T45
|
||||
S3(1)Buffer_output(2)M2(2)
|
||||
|
||||
MARKING T41 (tangible)
|
||||
[Attesa_Elaborazione (<NO BINDING (non-colored)
|
||||
MARKING T44
|
||||
S2_a(1)S2_b(1)M2(1)M3(1)
|
||||
|
||||
MARKING T42 (tangible)
|
||||
[Reset_M (<NO BINDING (non-colored)
|
||||
MARKING T8
|
||||
S1_a(1)S2_b(1)M0(1)M2(1)
|
||||
|
||||
MARKING T42 (tangible)
|
||||
[azione_locale_sa (<NO BINDING (non-colored)
|
||||
MARKING T44
|
||||
S2_a(1)S2_b(1)M2(1)M3(1)
|
||||
|
||||
MARKING T43 (tangible)
|
||||
[Reset (<NO BINDING (non-colored)
|
||||
MARKING T10
|
||||
S0(1)Buffer_input(2)M2(2)
|
||||
|
||||
MARKING T44 (tangible)
|
||||
[Fine_Servizio (<NO BINDING (non-colored)
|
||||
MARKING T46
|
||||
S3(1)Buffer_output(1)M2(1)M3(1)
|
||||
|
||||
MARKING T44 (tangible)
|
||||
[Reset_M (<NO BINDING (non-colored)
|
||||
MARKING T12
|
||||
S2_a(1)S2_b(1)M0(1)M2(1)
|
||||
|
||||
MARKING T45 (tangible)
|
||||
[Reset (<NO BINDING (non-colored)
|
||||
MARKING T47
|
||||
S0(1)Buffer_output(2)M2(2)
|
||||
|
||||
MARKING T45 (tangible)
|
||||
[Attesa_Elaborazione (<NO BINDING (non-colored)
|
||||
MARKING T46
|
||||
S3(1)Buffer_output(1)M2(1)M3(1)
|
||||
|
||||
MARKING T46 (tangible)
|
||||
[Reset (<NO BINDING (non-colored)
|
||||
MARKING T48
|
||||
S0(1)Buffer_output(1)M2(1)M3(1)
|
||||
|
||||
MARKING T46 (tangible)
|
||||
[Attesa_Elaborazione (<NO BINDING (non-colored)
|
||||
MARKING T49
|
||||
S3(1)M3(2)
|
||||
|
||||
MARKING T46 (tangible)
|
||||
[Reset_M (<NO BINDING (non-colored)
|
||||
MARKING T17
|
||||
S3(1)Buffer_output(1)M0(1)M2(1)
|
||||
|
||||
MARKING T47 (tangible)
|
||||
[Attesa_Elaborazione (<NO BINDING (non-colored)
|
||||
MARKING T48
|
||||
S0(1)Buffer_output(1)M2(1)M3(1)
|
||||
|
||||
MARKING T48 (tangible)
|
||||
[Reset_M (<NO BINDING (non-colored)
|
||||
MARKING T21
|
||||
S0(1)Buffer_output(1)M0(1)M2(1)
|
||||
|
||||
MARKING T48 (tangible)
|
||||
[Attesa_Elaborazione (<NO BINDING (non-colored)
|
||||
MARKING T50
|
||||
S0(1)M3(2)
|
||||
|
||||
MARKING T49 (tangible)
|
||||
[Reset_M (<NO BINDING (non-colored)
|
||||
MARKING T22
|
||||
S3(1)M0(1)M3(1)
|
||||
|
||||
MARKING T49 (tangible)
|
||||
[Reset (<NO BINDING (non-colored)
|
||||
MARKING T50
|
||||
S0(1)M3(2)
|
||||
|
||||
MARKING T50 (tangible)
|
||||
[Reset_M (<NO BINDING (non-colored)
|
||||
MARKING T26
|
||||
S0(1)M0(1)M3(1)
|
||||
|
||||
|
||||
***** Reachability Graph *****
|
||||
|
||||
TANGIBLE MARKINGS : 50
|
||||
VANISHING MARKINGS : 0
|
||||
DEAD MARKINGS : 0
|
||||
|
||||
TOTAL MARKINGS : 50
|
||||
|
||||
***************************************
|
||||
|
||||
The initial marking is a home state
|
||||
Time required ----------> 0
|
||||
|
||||
***************************************
|
9
anno3/vpc/gspn/Es2-RG of PT.solution/PT.sta
Normal file
9
anno3/vpc/gspn/Es2-RG of PT.solution/PT.sta
Normal file
|
@ -0,0 +1,9 @@
|
|||
Thru_Inizio_Servizio = 0.2048779571973074
|
||||
Thru_azione_locale_sa = 0.2048779565868974
|
||||
Thru_azione_locale_sb = 0.2048779565868974
|
||||
Thru_Fine_Servizio = 0.2048779559479560
|
||||
Thru_Reset = 0.2048779556692018
|
||||
Thru_azione_locale_m = 0.2048779572791512
|
||||
Thru_Richiesta_Servizio = 0.2048779589084714
|
||||
Thru_Attesa_Elaborazione = 0.2048779556639342
|
||||
Thru_Reset_M = 0.2048779553799123
|
0
anno3/vpc/gspn/Es2-RG of PT.solution/PT.string
Normal file
0
anno3/vpc/gspn/Es2-RG of PT.solution/PT.string
Normal file
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.throu
Normal file
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.throu
Normal file
Binary file not shown.
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.tpd
Normal file
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.tpd
Normal file
Binary file not shown.
0
anno3/vpc/gspn/Es2-RG of PT.solution/PT.van_path
Normal file
0
anno3/vpc/gspn/Es2-RG of PT.solution/PT.van_path
Normal file
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.wngr
Normal file
BIN
anno3/vpc/gspn/Es2-RG of PT.solution/PT.wngr
Normal file
Binary file not shown.
|
@ -2,7 +2,7 @@
|
|||
<!-- This project file has been saved by the New GreatSPN Editor, v.100 --><project name="Es2" version="121">
|
||||
<gspn name="PT" show-color-cmd="false" show-fluid-cmd="false" show-timed-cmd="false" view-rates="false">
|
||||
<nodes>
|
||||
<place marking="1" name="S0" x="15.0" y="4.0"/>
|
||||
<place marking="25" name="S0" x="15.0" y="4.0"/>
|
||||
<transition label-x="-5.0" label-y="0.0" name="Inizio_Servizio" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="15.55" y="9.0"/>
|
||||
<place label-x="2.5" label-y="0.0" name="S1_a" x="9.0" y="13.0"/>
|
||||
<place label-x="-2.0" label-y="0.0" name="S1_b" x="21.0" y="13.0"/>
|
||||
|
@ -11,11 +11,11 @@
|
|||
<place label-x="2.5" label-y="0.0" name="S2_a" x="9.0" y="21.0"/>
|
||||
<place label-x="-2.5" label-y="0.0" name="S2_b" x="21.0" y="21.0"/>
|
||||
<transition label-x="-4.0" label-y="0.0" name="Fine_Servizio" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="15.55" y="26.0"/>
|
||||
<transition name="Reset" nservers-x="0.5" type="EXP" x="6.55" y="30.0"/>
|
||||
<transition name="Reset_s" nservers-x="0.5" type="EXP" x="6.55" y="30.0"/>
|
||||
<place name="S3" x="15.0" y="30.0"/>
|
||||
<place name="Buffer_output" x="29.0" y="26.0"/>
|
||||
<place name="Buffer_input" x="29.0" y="9.0"/>
|
||||
<place label-x="-2.0" label-y="-1.0" marking="1" name="M0" x="45.0" y="1.0"/>
|
||||
<place label-x="-2.0" label-y="-1.0" marking="25" name="M0" x="45.0" y="1.0"/>
|
||||
<place name="M1" x="45.0" y="9.0"/>
|
||||
<transition label-y="-2.0" name="azione_locale_m" nservers-x="0.5" type="EXP" x="45.55" y="5.0"/>
|
||||
<transition name="Richiesta_Servizio" nservers-x="0.5" type="EXP" x="40.55" y="9.0"/>
|
||||
|
@ -35,8 +35,8 @@
|
|||
<arc head="Fine_Servizio" kind="INPUT" tail="S2_a"/>
|
||||
<arc head="Fine_Servizio" kind="INPUT" tail="S2_b"/>
|
||||
<arc head="S3" kind="OUTPUT" tail="Fine_Servizio"/>
|
||||
<arc head="Reset" kind="INPUT" tail="S3"/>
|
||||
<arc head="S0" kind="OUTPUT" tail="Reset">
|
||||
<arc head="Reset_s" kind="INPUT" tail="S3"/>
|
||||
<arc head="S0" kind="OUTPUT" tail="Reset_s">
|
||||
<point x="3.5" y="31.0"/>
|
||||
<point x="3.5" y="5.0"/>
|
||||
</arc>
|
||||
|
@ -67,13 +67,30 @@
|
|||
<arc head="Reset_M" kind="INPUT" tail="M3">
|
||||
<point x="52.0" y="24.0"/>
|
||||
</arc>
|
||||
<arc head="Inizio_Servizio" kind="INHIBITOR" tail="S2_a"/>
|
||||
<arc head="Inizio_Servizio" kind="INHIBITOR" tail="S1_a">
|
||||
<point x="16.0" y="14.0"/>
|
||||
</arc>
|
||||
<arc head="Inizio_Servizio" kind="INHIBITOR" tail="S1_b">
|
||||
<point x="16.0" y="14.0"/>
|
||||
</arc>
|
||||
<arc head="Inizio_Servizio" kind="INHIBITOR" tail="S2_b"/>
|
||||
</edges>
|
||||
</gspn>
|
||||
<measures gspn-name="PT" name="Measures" simplified-UI="false">
|
||||
<assignments/>
|
||||
<greatspn/>
|
||||
<rgmedd2/>
|
||||
<formulas>
|
||||
<formula comment="Basic statistics of the toolchain execution." language="STAT"/>
|
||||
</formulas>
|
||||
</measures>
|
||||
<measures gspn-name="PT" name="RG of PT" rapid-type="BUILD_RG" simplified-UI="true">
|
||||
<assignments/>
|
||||
<greatspn/>
|
||||
<formulas>
|
||||
<formula language="STAT"/>
|
||||
<formula language="RG"/>
|
||||
<formula language="ALL"/>
|
||||
</formulas>
|
||||
</measures>
|
||||
</project>
|
||||
|
|
18
anno3/vpc/gspn/Es2B-Measures.solution/PT.bnd
Normal file
18
anno3/vpc/gspn/Es2B-Measures.solution/PT.bnd
Normal file
|
@ -0,0 +1,18 @@
|
|||
0 5
|
||||
0 5
|
||||
0 5
|
||||
0 5
|
||||
0 5
|
||||
0 5
|
||||
0 5
|
||||
0 5
|
||||
0 5
|
||||
0 5
|
||||
0 10
|
||||
0 10
|
||||
0 10
|
||||
0 10
|
||||
0 10
|
||||
0 10
|
||||
0 10
|
||||
0 10
|
15
anno3/vpc/gspn/Es2B-Measures.solution/PT.cc
Normal file
15
anno3/vpc/gspn/Es2B-Measures.solution/PT.cc
Normal file
|
@ -0,0 +1,15 @@
|
|||
2 2 3
|
||||
1 4
|
||||
1 4
|
||||
2 5 12
|
||||
1 1
|
||||
1 7
|
||||
1 8
|
||||
2 9 12
|
||||
1 6
|
||||
1 11
|
||||
3 12 14 15
|
||||
1 13
|
||||
1 10
|
||||
1 1
|
||||
1 6
|
3
anno3/vpc/gspn/Es2B-Measures.solution/PT.def
Normal file
3
anno3/vpc/gspn/Es2B-Measures.solution/PT.def
Normal file
|
@ -0,0 +1,3 @@
|
|||
|256
|
||||
%
|
||||
|
|
2
anno3/vpc/gspn/Es2B-Measures.solution/PT.ilpbnd
Normal file
2
anno3/vpc/gspn/Es2B-Measures.solution/PT.ilpbnd
Normal file
|
@ -0,0 +1,2 @@
|
|||
0
|
||||
0
|
BIN
anno3/vpc/gspn/Es2B-Measures.solution/PT.mark
Normal file
BIN
anno3/vpc/gspn/Es2B-Measures.solution/PT.mark
Normal file
Binary file not shown.
127
anno3/vpc/gspn/Es2B-Measures.solution/PT.net
Normal file
127
anno3/vpc/gspn/Es2B-Measures.solution/PT.net
Normal file
|
@ -0,0 +1,127 @@
|
|||
|0|
|
||||
|
|
||||
f 0 18 0 15 0 0 0
|
||||
S0 5 3.0 1.1666666666666667 2.9612499999999997 1.3622916666666667 0
|
||||
S1_a 0 2.0 2.6666666666666665 2.305 2.6122916666666667 0
|
||||
S1_b 0 4.0 2.6666666666666665 3.5497916666666662 2.6122916666666667 0
|
||||
S2_a 0 2.0 4.0 2.305 3.9456249999999997 0
|
||||
S2_b 0 4.0 4.0 3.466458333333333 3.9456249999999997 0
|
||||
S3 0 3.0 5.5 2.9612499999999997 5.695625 0
|
||||
R0 5 6.5 1.1666666666666667 6.450833333333333 1.3622916666666667 0
|
||||
R1 0 6.5 2.6666666666666665 6.450833333333333 2.8622916666666662 0
|
||||
R2 0 6.5 4.0 6.450833333333333 4.195625 0
|
||||
R3 0 6.5 5.5 6.450833333333333 5.695625 0
|
||||
M0 10 12.0 1.1666666666666667 11.601875 0.945625 0
|
||||
M1 0 12.0 2.5 11.935208333333334 2.6956249999999997 0
|
||||
M2 0 12.0 3.3333333333333335 11.935208333333334 3.028958333333333 0
|
||||
M3 0 12.0 4.833333333333333 11.685208333333334 5.028958333333333 0
|
||||
Freechoice 0 9.666666666666666 2.5 9.362291666666666 2.6956249999999997 0
|
||||
P0 0 7.833333333333333 1.6666666666666667 7.789375 1.8622916666666667 0
|
||||
P1 0 7.833333333333333 0.6666666666666666 7.789375 0.8622916666666667 0
|
||||
Risultato 0 9.666666666666666 4.333333333333333 8.89875 4.278958333333333 0
|
||||
Inizio_Servizio_s 1.0 0 0 2 0 3.0 2.0 1.6666666666666667 2.0572916666666665 3.0833333333333335 2.0677083333333335 0
|
||||
1 1 0 0
|
||||
1 17 2 0
|
||||
3.9166666666666665 2.0
|
||||
3.9166666666666665 0.6666666666666666
|
||||
2
|
||||
1 2 0 0
|
||||
1 3 0 0
|
||||
0
|
||||
azione_locale_sa 1.0 0 0 1 0 2.0 3.3333333333333335 2.1875 3.140625 2.0833333333333335 3.4010416666666665 0
|
||||
1 2 0 0
|
||||
1
|
||||
1 4 0 0
|
||||
0
|
||||
azione_locale_sb 1.0 0 0 1 0 4.0 3.3333333333333335 2.859375 3.640625 4.083333333333333 3.4010416666666665 0
|
||||
1 3 0 0
|
||||
1
|
||||
1 5 0 0
|
||||
0
|
||||
Fine_Servizio_s 1.0 0 0 2 0 3.0 4.833333333333333 1.8697916666666667 4.890625 3.0833333333333335 4.901041666666667 0
|
||||
1 4 0 0
|
||||
1 5 0 0
|
||||
2
|
||||
1 6 0 0
|
||||
1 18 4 0
|
||||
4.166666666666667 4.833333333333333
|
||||
4.166666666666667 6.333333333333333
|
||||
9.583333333333334 6.333333333333333
|
||||
9.666666666666666 6.333333333333333
|
||||
0
|
||||
Reset 1.0 0 0 1 1 1.5 5.5 1.3802083333333333 5.307291666666667 1.5833333333333333 5.567708333333333 0
|
||||
1 6 0 0
|
||||
1
|
||||
1 1 2 0
|
||||
1.5 4.833333333333333
|
||||
1.5 1.1666666666666667
|
||||
0
|
||||
Inizio_Servizio_r 1.0 0 0 2 0 6.5 2.0 6.75 2.2239583333333335 6.583333333333333 2.0677083333333335 0
|
||||
1 7 0 0
|
||||
1 16 2 0
|
||||
7.083333333333333 2.0
|
||||
7.083333333333333 1.6666666666666667
|
||||
1
|
||||
1 8 0 0
|
||||
0
|
||||
Azione_locale 1.0 0 0 1 0 6.5 3.3333333333333335 6.697916666666667 3.640625 6.583333333333333 3.4010416666666665 0
|
||||
1 8 0 0
|
||||
1
|
||||
1 9 0 0
|
||||
0
|
||||
Fine_Servizio_r 1.0 0 0 1 0 6.5 4.833333333333333 6.619791666666667 5.140625 6.583333333333333 4.901041666666667 0
|
||||
1 9 0 0
|
||||
2
|
||||
1 10 0 0
|
||||
1 18 3 0
|
||||
8.0 4.833333333333333
|
||||
8.0 6.333333333333333
|
||||
9.666666666666666 6.333333333333333
|
||||
0
|
||||
T3 1.0 0 0 1 1 5.333333333333333 5.5 5.3125 5.307291666666667 5.416666666666667 5.567708333333333 0
|
||||
1 10 0 0
|
||||
1
|
||||
1 7 1 0
|
||||
5.333333333333333 1.1666666666666667
|
||||
0
|
||||
azione_locale_m 1.0 0 0 1 1 12.0 1.8333333333333333 11.53125 1.5572916666666667 12.083333333333334 1.9010416666666667 0
|
||||
1 11 2 0
|
||||
11.416666666666666 1.8333333333333333
|
||||
11.416666666666666 1.1666666666666667
|
||||
1
|
||||
1 12 2 0
|
||||
12.583333333333334 1.8333333333333333
|
||||
12.583333333333334 2.5
|
||||
0
|
||||
Richiesta_Servizio 1.0 0 0 1 1 11.166666666666666 2.5 10.625 2.3072916666666665 11.25 2.5677083333333335 0
|
||||
1 12 0 0
|
||||
2
|
||||
1 13 1 0
|
||||
11.166666666666666 3.3333333333333335
|
||||
1 15 0 0
|
||||
0
|
||||
Attesa_Elaborazione 1.0 0 0 2 0 12.0 4.333333333333333 10.5625 4.140625 12.083333333333334 4.401041666666667 0
|
||||
1 13 0 0
|
||||
1 18 0 0
|
||||
1
|
||||
1 14 0 0
|
||||
0
|
||||
Reset_M 1.0 0 0 1 0 13.0 3.3333333333333335 12.776041666666666 3.140625 13.083333333333334 3.4010416666666665 0
|
||||
1 14 1 0
|
||||
13.0 4.833333333333333
|
||||
1
|
||||
1 11 1 0
|
||||
13.0 1.1666666666666667
|
||||
0
|
||||
Scelta_1 1.0 0 0 1 1 8.333333333333334 0.6666666666666666 8.135416666666666 0.4739583333333333 8.416666666666666 0.734375 0
|
||||
1 15 1 0
|
||||
9.666666666666666 0.6666666666666666
|
||||
1
|
||||
1 17 0 0
|
||||
0
|
||||
Scelta_2 1.0 0 0 1 1 8.333333333333334 1.6666666666666667 8.135416666666666 1.4739583333333333 8.416666666666666 1.734375 0
|
||||
1 15 1 0
|
||||
9.666666666666666 1.6666666666666667
|
||||
1
|
||||
1 16 0 0
|
||||
0
|
1
anno3/vpc/gspn/Es2B-Measures.solution/PT.outtype
Normal file
1
anno3/vpc/gspn/Es2B-Measures.solution/PT.outtype
Normal file
|
@ -0,0 +1 @@
|
|||
0
|
7
anno3/vpc/gspn/Es2B-Measures.solution/PT.pba
Normal file
7
anno3/vpc/gspn/Es2B-Measures.solution/PT.pba
Normal file
|
@ -0,0 +1,7 @@
|
|||
5
|
||||
4 1 7 1 8 1 9 1 10
|
||||
4 1 11 1 12 1 13 1 14
|
||||
11 1 1 1 6 -1 8 -1 9 -1 11 -1 12 -1 14 -1 15 -1 16 -1 17 -1 18
|
||||
11 1 3 1 5 1 8 1 9 1 11 1 12 1 14 1 15 1 16 1 17 1 18
|
||||
11 1 2 1 4 1 8 1 9 1 11 1 12 1 14 1 15 1 16 1 17 1 18
|
||||
0
|
8
anno3/vpc/gspn/Es2B-Measures.solution/PT.pin
Normal file
8
anno3/vpc/gspn/Es2B-Measures.solution/PT.pin
Normal file
|
@ -0,0 +1,8 @@
|
|||
6
|
||||
11 1 3 1 5 1 8 1 9 1 11 1 12 1 14 1 15 1 16 1 17 1 18
|
||||
4 1 1 1 3 1 5 1 6
|
||||
11 1 2 1 4 1 8 1 9 1 11 1 12 1 14 1 15 1 16 1 17 1 18
|
||||
4 1 1 1 2 1 4 1 6
|
||||
4 1 11 1 12 1 13 1 14
|
||||
4 1 7 1 8 1 9 1 10
|
||||
0
|
15
anno3/vpc/gspn/Es2B-Measures.solution/PT.sc
Normal file
15
anno3/vpc/gspn/Es2B-Measures.solution/PT.sc
Normal file
|
@ -0,0 +1,15 @@
|
|||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
1 15
|
||||
1 14
|
0
anno3/vpc/gspn/Es2B-Measures.solution/PT.string
Normal file
0
anno3/vpc/gspn/Es2B-Measures.solution/PT.string
Normal file
|
@ -1,58 +1,121 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- This project file has been saved by the New GreatSPN Editor, v.100 --><project name="Es2B" version="121">
|
||||
<gspn name="PT" show-color-cmd="false" show-fluid-cmd="false" show-timed-cmd="false" view-rates="false">
|
||||
<gspn name="PT" show-color-cmd="false" show-fluid-cmd="false" show-timed-cmd="false" view-rates="false" zoom="75">
|
||||
<nodes>
|
||||
<place marking="1" name="S0" x="17.0" y="6.0"/>
|
||||
<transition label-x="-5.0" label-y="0.0" name="Inizio_Servizio" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="17.55" y="11.0"/>
|
||||
<place marking="5" name="S0" x="17.0" y="6.0"/>
|
||||
<transition label-x="-5.0" label-y="0.0" name="Inizio_Servizio_s" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="17.55" y="11.0"/>
|
||||
<place label-x="2.5" label-y="0.0" name="S1_a" x="11.0" y="15.0"/>
|
||||
<place label-x="-2.0" label-y="0.0" name="S1_b" x="23.0" y="15.0"/>
|
||||
<transition label-x="4.0" name="azione_locale_sa" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="11.55" y="19.0"/>
|
||||
<transition label-x="-4.0" label-y="1.5" name="azione_locale_sb" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="23.55" y="19.0"/>
|
||||
<place label-x="2.5" label-y="0.0" name="S2_a" x="11.0" y="23.0"/>
|
||||
<place label-x="-2.5" label-y="0.0" name="S2_b" x="23.0" y="23.0"/>
|
||||
<transition label-x="-4.0" label-y="0.0" name="Fine_Servizio" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="17.55" y="28.0"/>
|
||||
<transition name="Reset" nservers-x="0.5" type="EXP" x="8.55" y="32.0"/>
|
||||
<transition label-x="-4.0" label-y="0.0" name="Fine_Servizio_s" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="17.55" y="28.0"/>
|
||||
<transition name="Reset_S" nservers-x="0.5" type="EXP" x="8.55" y="32.0"/>
|
||||
<place name="S3" x="17.0" y="32.0"/>
|
||||
<place name="P0" x="38.0" y="6.0"/>
|
||||
<place name="P1" x="38.0" y="15.0"/>
|
||||
<place name="P2" x="38.0" y="23.0"/>
|
||||
<place name="P3" x="38.0" y="32.0"/>
|
||||
<transition name="T0" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="38.55" y="11.0"/>
|
||||
<transition name="T1" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="38.55" y="19.0"/>
|
||||
<transition name="T2" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="38.55" y="28.0"/>
|
||||
<transition name="T3" nservers-x="0.5" rotation="6.283185307179586" type="EXP" x="31.55" y="32.0"/>
|
||||
<place marking="5" name="R0" x="38.0" y="6.0"/>
|
||||
<place name="R1" x="38.0" y="15.0"/>
|
||||
<place name="R2" x="38.0" y="23.0"/>
|
||||
<place name="R3" x="38.0" y="32.0"/>
|
||||
<transition label-x="4.5" label-y="1.0" name="Inizio_Servizio_R" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="38.55" y="11.0"/>
|
||||
<transition label-x="3.5" label-y="1.5" name="Azione_locale_R" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="38.55" y="19.0"/>
|
||||
<transition label-x="3.5" label-y="1.5" name="Fine_Servizio_R" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="38.55" y="28.0"/>
|
||||
<transition name="Reset_R" nservers-x="0.5" rotation="6.283185307179586" type="EXP" x="31.55" y="32.0"/>
|
||||
<place label-x="-2.0" label-y="-1.0" marking="10" name="M0" x="71.0" y="6.0"/>
|
||||
<place name="M1" x="71.0" y="14.0"/>
|
||||
<transition label-y="-2.0" name="azione_locale_m" nservers-x="0.5" type="EXP" x="71.55" y="10.0"/>
|
||||
<transition name="Richiesta_Servizio" nservers-x="0.5" type="EXP" x="66.55" y="14.0"/>
|
||||
<transition label-x="-5.0" name="Attesa_Elaborazione" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="71.55" y="25.0"/>
|
||||
<place label-y="-1.5" name="M2" x="71.0" y="19.0"/>
|
||||
<place label-x="-1.5" name="M3" x="71.0" y="28.0"/>
|
||||
<transition name="Reset_M" nservers-x="0.5" rotation="4.71238898038469" type="EXP" x="77.55" y="19.0"/>
|
||||
<place name="Freechoice" x="57.0" y="14.0"/>
|
||||
<transition name="Scelta_1" nservers-x="0.5" type="EXP" x="49.55" y="3.0"/>
|
||||
<transition name="Scelta_2" nservers-x="0.5" type="EXP" x="49.55" y="9.0"/>
|
||||
<place name="P0" x="46.0" y="9.0"/>
|
||||
<place name="P1" x="46.0" y="3.0"/>
|
||||
<place label-x="-3.0" label-y="0.0" name="Risultato" x="57.0" y="25.0"/>
|
||||
</nodes>
|
||||
<edges>
|
||||
<arc head="Inizio_Servizio" kind="INPUT" tail="S0"/>
|
||||
<arc head="S1_a" kind="OUTPUT" tail="Inizio_Servizio"/>
|
||||
<arc head="S1_b" kind="OUTPUT" tail="Inizio_Servizio"/>
|
||||
<arc head="Inizio_Servizio_s" kind="INPUT" tail="S0"/>
|
||||
<arc head="S1_a" kind="OUTPUT" tail="Inizio_Servizio_s"/>
|
||||
<arc head="S1_b" kind="OUTPUT" tail="Inizio_Servizio_s"/>
|
||||
<arc head="azione_locale_sb" kind="INPUT" tail="S1_b"/>
|
||||
<arc head="azione_locale_sa" kind="INPUT" tail="S1_a"/>
|
||||
<arc head="S2_a" kind="OUTPUT" tail="azione_locale_sa"/>
|
||||
<arc head="S2_b" kind="OUTPUT" tail="azione_locale_sb"/>
|
||||
<arc head="Fine_Servizio" kind="INPUT" tail="S2_a"/>
|
||||
<arc head="Fine_Servizio" kind="INPUT" tail="S2_b"/>
|
||||
<arc head="S3" kind="OUTPUT" tail="Fine_Servizio"/>
|
||||
<arc head="Reset" kind="INPUT" tail="S3"/>
|
||||
<arc head="S0" kind="OUTPUT" tail="Reset">
|
||||
<arc head="Fine_Servizio_s" kind="INPUT" tail="S2_a"/>
|
||||
<arc head="Fine_Servizio_s" kind="INPUT" tail="S2_b"/>
|
||||
<arc head="S3" kind="OUTPUT" tail="Fine_Servizio_s"/>
|
||||
<arc head="Reset_S" kind="INPUT" tail="S3"/>
|
||||
<arc head="S0" kind="OUTPUT" tail="Reset_S">
|
||||
<point x="9.0" y="29.0"/>
|
||||
<point x="9.0" y="7.0"/>
|
||||
</arc>
|
||||
<arc head="P0" kind="OUTPUT" tail="T3">
|
||||
<arc head="R0" kind="OUTPUT" tail="Reset_R">
|
||||
<point x="32.0" y="7.0"/>
|
||||
</arc>
|
||||
<arc head="T3" kind="INPUT" tail="P3"/>
|
||||
<arc head="P3" kind="OUTPUT" tail="T2"/>
|
||||
<arc head="T2" kind="INPUT" tail="P2"/>
|
||||
<arc head="P2" kind="OUTPUT" tail="T1"/>
|
||||
<arc head="T1" kind="INPUT" tail="P1"/>
|
||||
<arc head="P1" kind="OUTPUT" tail="T0"/>
|
||||
<arc head="T0" kind="INPUT" tail="P0"/>
|
||||
<arc head="Reset_R" kind="INPUT" tail="R3"/>
|
||||
<arc head="R3" kind="OUTPUT" tail="Fine_Servizio_R"/>
|
||||
<arc head="Fine_Servizio_R" kind="INPUT" tail="R2"/>
|
||||
<arc head="R2" kind="OUTPUT" tail="Azione_locale_R"/>
|
||||
<arc head="Azione_locale_R" kind="INPUT" tail="R1"/>
|
||||
<arc head="R1" kind="OUTPUT" tail="Inizio_Servizio_R"/>
|
||||
<arc head="Inizio_Servizio_R" kind="INPUT" tail="R0"/>
|
||||
<arc head="azione_locale_m" kind="INPUT" tail="M0">
|
||||
<point x="68.5" y="7.0"/>
|
||||
<point x="68.5" y="11.0"/>
|
||||
</arc>
|
||||
<arc head="M1" kind="OUTPUT" tail="azione_locale_m">
|
||||
<point x="75.5" y="11.0"/>
|
||||
<point x="75.5" y="15.0"/>
|
||||
</arc>
|
||||
<arc head="Richiesta_Servizio" kind="INPUT" tail="M1"/>
|
||||
<arc head="M2" kind="OUTPUT" tail="Richiesta_Servizio">
|
||||
<point x="67.0" y="20.0"/>
|
||||
</arc>
|
||||
<arc head="Attesa_Elaborazione" kind="INPUT" tail="M2"/>
|
||||
<arc head="M3" kind="OUTPUT" tail="Attesa_Elaborazione"/>
|
||||
<arc head="M0" kind="OUTPUT" tail="Reset_M">
|
||||
<point x="78.0" y="7.0"/>
|
||||
</arc>
|
||||
<arc head="Reset_M" kind="INPUT" tail="M3">
|
||||
<point x="78.0" y="29.0"/>
|
||||
</arc>
|
||||
<arc head="Freechoice" kind="OUTPUT" tail="Richiesta_Servizio"/>
|
||||
<arc head="Scelta_1" kind="INPUT" tail="Freechoice">
|
||||
<point x="58.0" y="4.0"/>
|
||||
</arc>
|
||||
<arc head="Scelta_2" kind="INPUT" tail="Freechoice">
|
||||
<point x="58.0" y="10.0"/>
|
||||
</arc>
|
||||
<arc head="P0" kind="OUTPUT" tail="Scelta_2"/>
|
||||
<arc head="Inizio_Servizio_R" kind="INPUT" tail="P0">
|
||||
<point x="42.5" y="10.0"/>
|
||||
<point x="42.5" y="12.0"/>
|
||||
</arc>
|
||||
<arc head="P1" kind="OUTPUT" tail="Scelta_1"/>
|
||||
<arc head="Inizio_Servizio_s" kind="INPUT" tail="P1">
|
||||
<point x="23.5" y="4.0"/>
|
||||
<point x="23.5" y="12.0"/>
|
||||
</arc>
|
||||
<arc head="Risultato" kind="OUTPUT" tail="Fine_Servizio_s">
|
||||
<point x="25.0" y="29.0"/>
|
||||
<point x="25.0" y="38.0"/>
|
||||
<point x="57.5" y="38.0"/>
|
||||
<point x="58.0" y="38.0"/>
|
||||
</arc>
|
||||
<arc head="Risultato" kind="OUTPUT" tail="Fine_Servizio_R">
|
||||
<point x="48.0" y="29.0"/>
|
||||
<point x="48.0" y="38.0"/>
|
||||
<point x="58.0" y="38.0"/>
|
||||
</arc>
|
||||
<arc head="Attesa_Elaborazione" kind="INPUT" tail="Risultato"/>
|
||||
</edges>
|
||||
</gspn>
|
||||
<measures gspn-name="PT" name="Measures" simplified-UI="false">
|
||||
<assignments/>
|
||||
<greatspn/>
|
||||
<rgmedd2/>
|
||||
<formulas>
|
||||
<formula comment="Basic statistics of the toolchain execution." language="STAT"/>
|
||||
</formulas>
|
||||
|
|
22
anno3/vpc/gspn/Es2C-Measures.solution/PT.bnd
Normal file
22
anno3/vpc/gspn/Es2C-Measures.solution/PT.bnd
Normal file
|
@ -0,0 +1,22 @@
|
|||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 2
|
||||
0 2
|
||||
0 2
|
||||
0 2
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
19
anno3/vpc/gspn/Es2C-Measures.solution/PT.cc
Normal file
19
anno3/vpc/gspn/Es2C-Measures.solution/PT.cc
Normal file
|
@ -0,0 +1,19 @@
|
|||
2 2 3
|
||||
1 4
|
||||
1 4
|
||||
3 5 12 18
|
||||
1 1
|
||||
1 7
|
||||
1 8
|
||||
3 9 12 18
|
||||
1 6
|
||||
1 11
|
||||
3 12 14 15
|
||||
1 13
|
||||
1 10
|
||||
1 1
|
||||
1 6
|
||||
1 17
|
||||
3 14 15 18
|
||||
1 19
|
||||
1 16
|
3
anno3/vpc/gspn/Es2C-Measures.solution/PT.def
Normal file
3
anno3/vpc/gspn/Es2C-Measures.solution/PT.def
Normal file
|
@ -0,0 +1,3 @@
|
|||
|256
|
||||
%
|
||||
|
|
2
anno3/vpc/gspn/Es2C-Measures.solution/PT.ilpbnd
Normal file
2
anno3/vpc/gspn/Es2C-Measures.solution/PT.ilpbnd
Normal file
|
@ -0,0 +1,2 @@
|
|||
0
|
||||
0
|
BIN
anno3/vpc/gspn/Es2C-Measures.solution/PT.mark
Normal file
BIN
anno3/vpc/gspn/Es2C-Measures.solution/PT.mark
Normal file
Binary file not shown.
169
anno3/vpc/gspn/Es2C-Measures.solution/PT.net
Normal file
169
anno3/vpc/gspn/Es2C-Measures.solution/PT.net
Normal file
|
@ -0,0 +1,169 @@
|
|||
|0|
|
||||
|
|
||||
f 0 22 0 19 0 0 0
|
||||
S0 1 3.3333333333333335 1.5 3.294583333333333 1.695625 0
|
||||
S1_a 0 2.3333333333333335 3.0 2.638333333333333 2.9456249999999997 0
|
||||
S1_b 0 4.333333333333333 3.0 3.8831249999999997 2.9456249999999997 0
|
||||
S2_a 0 2.3333333333333335 4.333333333333333 2.638333333333333 4.278958333333333 0
|
||||
S2_b 0 4.333333333333333 4.333333333333333 3.7997916666666662 4.278958333333333 0
|
||||
S3 0 3.3333333333333335 5.833333333333333 3.294583333333333 6.028958333333333 0
|
||||
R0 1 6.833333333333333 1.5 6.784166666666667 1.695625 0
|
||||
R1 0 6.833333333333333 3.0 6.784166666666667 3.1956249999999997 0
|
||||
R2 0 6.833333333333333 4.333333333333333 6.784166666666667 4.528958333333333 0
|
||||
R3 0 6.833333333333333 5.833333333333333 6.784166666666667 6.028958333333333 0
|
||||
M0 1 13.166666666666666 1.5 12.768541666666666 1.2789583333333334 0
|
||||
M1 0 13.166666666666666 2.8333333333333335 13.101875 3.028958333333333 0
|
||||
M2 0 13.166666666666666 3.6666666666666665 13.101875 3.3622916666666662 0
|
||||
M3 0 13.166666666666666 5.166666666666667 12.851875 5.362291666666667 0
|
||||
Freechoice 0 10.0 0.16666666666666666 9.695625 0.3622916666666667 0
|
||||
P0 0 8.166666666666666 2.0 8.122708333333334 2.195625 0
|
||||
P1 0 8.166666666666666 1.0 8.122708333333334 1.195625 0
|
||||
Risultato 0 10.5 6.666666666666667 9.64875 6.362291666666667 0
|
||||
copy_M0 1 16.5 1.5 15.919583333333334 1.2789583333333334 0
|
||||
copy_M1 0 16.5 2.8333333333333335 16.252916666666668 3.028958333333333 0
|
||||
copy_M2 0 16.5 3.6666666666666665 16.252916666666668 3.3622916666666662 0
|
||||
copy_M3 0 16.5 5.166666666666667 16.002916666666668 5.362291666666667 0
|
||||
Inizio_Servizio_s 1.0 0 0 2 0 3.3333333333333335 2.3333333333333335 2.0 2.390625 3.4166666666666665 2.4010416666666665 0
|
||||
1 1 0 0
|
||||
1 17 2 0
|
||||
4.25 2.3333333333333335
|
||||
4.25 1.0
|
||||
2
|
||||
1 2 0 0
|
||||
1 3 0 0
|
||||
0
|
||||
azione_locale_sa 1.0 0 0 1 0 2.3333333333333335 3.6666666666666665 2.5208333333333335 3.4739583333333335 2.4166666666666665 3.734375 0
|
||||
1 2 0 0
|
||||
1
|
||||
1 4 0 0
|
||||
0
|
||||
azione_locale_sb 1.0 0 0 1 0 4.333333333333333 3.6666666666666665 3.1927083333333335 3.9739583333333335 4.416666666666667 3.734375 0
|
||||
1 3 0 0
|
||||
1
|
||||
1 5 0 0
|
||||
0
|
||||
Fine_Servizio_s 1.0 0 0 2 0 3.3333333333333335 5.166666666666667 2.203125 5.223958333333333 3.4166666666666665 5.234375 0
|
||||
1 4 0 0
|
||||
1 5 0 0
|
||||
2
|
||||
1 6 0 0
|
||||
1 18 4 0
|
||||
4.5 5.166666666666667
|
||||
4.5 6.666666666666667
|
||||
9.916666666666666 6.666666666666667
|
||||
10.0 6.666666666666667
|
||||
0
|
||||
Reset 1.0 0 0 1 1 1.8333333333333333 5.833333333333333 1.7135416666666667 5.640625 1.9166666666666667 5.901041666666667 0
|
||||
1 6 0 0
|
||||
1
|
||||
1 1 2 0
|
||||
1.8333333333333333 5.166666666666667
|
||||
1.8333333333333333 1.5
|
||||
0
|
||||
Inizio_Servizio_r 1.0 0 0 2 0 6.833333333333333 2.3333333333333335 7.083333333333333 2.5572916666666665 6.916666666666667 2.4010416666666665 0
|
||||
1 7 0 0
|
||||
1 16 2 0
|
||||
7.416666666666667 2.3333333333333335
|
||||
7.416666666666667 2.0
|
||||
1
|
||||
1 8 0 0
|
||||
0
|
||||
Azione_locale 1.0 0 0 1 0 6.833333333333333 3.6666666666666665 7.03125 3.9739583333333335 6.916666666666667 3.734375 0
|
||||
1 8 0 0
|
||||
1
|
||||
1 9 0 0
|
||||
0
|
||||
Fine_Servizio_r 1.0 0 0 1 0 6.833333333333333 5.166666666666667 6.953125 5.473958333333333 6.916666666666667 5.234375 0
|
||||
1 9 0 0
|
||||
2
|
||||
1 10 0 0
|
||||
1 18 3 0
|
||||
8.333333333333334 5.166666666666667
|
||||
8.333333333333334 6.666666666666667
|
||||
10.0 6.666666666666667
|
||||
0
|
||||
T3 1.0 0 0 1 1 5.666666666666667 5.833333333333333 5.645833333333333 5.640625 5.75 5.901041666666667 0
|
||||
1 10 0 0
|
||||
1
|
||||
1 7 1 0
|
||||
5.666666666666667 1.5
|
||||
0
|
||||
azione_locale_m 1.0 0 0 1 1 13.166666666666666 2.1666666666666665 12.697916666666666 1.890625 13.25 2.234375 0
|
||||
1 11 2 0
|
||||
12.583333333333334 2.1666666666666665
|
||||
12.583333333333334 1.5
|
||||
1
|
||||
1 12 2 0
|
||||
13.75 2.1666666666666665
|
||||
13.75 2.8333333333333335
|
||||
0
|
||||
Richiesta_Servizio 1.0 0 0 1 1 12.333333333333334 2.8333333333333335 11.791666666666666 2.640625 12.416666666666666 2.9010416666666665 0
|
||||
1 12 0 0
|
||||
2
|
||||
1 13 1 0
|
||||
12.333333333333334 3.6666666666666665
|
||||
1 15 2 0
|
||||
11.25 2.8333333333333335
|
||||
11.25 0.16666666666666666
|
||||
0
|
||||
Attesa_Elaborazione 1.0 0 0 2 0 13.166666666666666 4.666666666666667 11.729166666666666 4.473958333333333 13.25 4.734375 0
|
||||
1 13 0 0
|
||||
1 18 2 0
|
||||
10.5 4.666666666666667
|
||||
10.5 5.166666666666667
|
||||
1
|
||||
1 14 0 0
|
||||
0
|
||||
Reset_M 1.0 0 0 1 0 14.166666666666666 3.6666666666666665 13.942708333333334 3.4739583333333335 14.25 3.734375 0
|
||||
1 14 1 0
|
||||
14.166666666666666 5.166666666666667
|
||||
1
|
||||
1 11 1 0
|
||||
14.166666666666666 1.5
|
||||
0
|
||||
Scelta_1 1.0 0 0 1 1 8.666666666666666 1.0 8.46875 0.8072916666666666 8.75 1.0677083333333333 0
|
||||
1 15 1 0
|
||||
10.0 1.0
|
||||
1
|
||||
1 17 0 0
|
||||
0
|
||||
Scelta_2 1.0 0 0 1 1 8.666666666666666 2.0 8.46875 1.8072916666666667 8.75 2.0677083333333335 0
|
||||
1 15 1 0
|
||||
10.0 2.0
|
||||
1
|
||||
1 16 0 0
|
||||
0
|
||||
copy_azione_locale_m 1.0 0 0 1 1 16.5 2.1666666666666665 15.848958333333334 1.890625 16.583333333333332 2.234375 0
|
||||
1 19 2 0
|
||||
15.916666666666666 2.1666666666666665
|
||||
15.916666666666666 1.5
|
||||
1
|
||||
1 20 2 0
|
||||
17.083333333333332 2.1666666666666665
|
||||
17.083333333333332 2.8333333333333335
|
||||
0
|
||||
copy_Richiesta_Servizio 1.0 0 0 1 1 15.666666666666666 2.8333333333333335 14.942708333333334 2.640625 15.75 2.9010416666666665 0
|
||||
1 20 0 0
|
||||
2
|
||||
1 21 1 0
|
||||
15.666666666666666 3.6666666666666665
|
||||
1 15 2 0
|
||||
15.0 2.8333333333333335
|
||||
15.0 0.16666666666666666
|
||||
0
|
||||
copy_Attesa_Elaborazione 1.0 0 0 2 0 16.5 4.666666666666667 14.880208333333334 4.473958333333333 16.583333333333332 4.734375 0
|
||||
1 21 0 0
|
||||
1 18 3 0
|
||||
15.166666666666666 4.666666666666667
|
||||
15.166666666666666 5.166666666666667
|
||||
15.166666666666666 6.666666666666667
|
||||
1
|
||||
1 22 0 0
|
||||
0
|
||||
copy_Reset_M 1.0 0 0 1 0 17.5 3.6666666666666665 17.09375 3.4739583333333335 17.583333333333332 3.734375 0
|
||||
1 22 1 0
|
||||
17.5 5.166666666666667
|
||||
1
|
||||
1 19 1 0
|
||||
17.5 1.5
|
||||
0
|
1
anno3/vpc/gspn/Es2C-Measures.solution/PT.outtype
Normal file
1
anno3/vpc/gspn/Es2C-Measures.solution/PT.outtype
Normal file
|
@ -0,0 +1 @@
|
|||
0
|
8
anno3/vpc/gspn/Es2C-Measures.solution/PT.pba
Normal file
8
anno3/vpc/gspn/Es2C-Measures.solution/PT.pba
Normal file
|
@ -0,0 +1,8 @@
|
|||
6
|
||||
4 1 7 1 8 1 9 1 10
|
||||
4 1 11 1 12 1 13 1 14
|
||||
4 -1 2 1 3 -1 4 1 5
|
||||
4 1 1 1 2 1 4 1 6
|
||||
14 1 2 1 4 1 8 1 9 1 11 1 12 1 14 1 15 1 16 1 17 1 18 1 19 1 20 1 22
|
||||
12 -1 2 -1 4 -1 8 -1 9 -1 11 -1 12 -1 14 -1 15 -1 16 -1 17 -1 18 1 21
|
||||
0
|
9
anno3/vpc/gspn/Es2C-Measures.solution/PT.pin
Normal file
9
anno3/vpc/gspn/Es2C-Measures.solution/PT.pin
Normal file
|
@ -0,0 +1,9 @@
|
|||
7
|
||||
14 1 3 1 5 1 8 1 9 1 11 1 12 1 14 1 15 1 16 1 17 1 18 1 19 1 20 1 22
|
||||
4 1 1 1 3 1 5 1 6
|
||||
14 1 2 1 4 1 8 1 9 1 11 1 12 1 14 1 15 1 16 1 17 1 18 1 19 1 20 1 22
|
||||
4 1 1 1 2 1 4 1 6
|
||||
4 1 19 1 20 1 21 1 22
|
||||
4 1 11 1 12 1 13 1 14
|
||||
4 1 7 1 8 1 9 1 10
|
||||
0
|
19
anno3/vpc/gspn/Es2C-Measures.solution/PT.sc
Normal file
19
anno3/vpc/gspn/Es2C-Measures.solution/PT.sc
Normal file
|
@ -0,0 +1,19 @@
|
|||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
1 18
|
||||
0
|
||||
1 15
|
||||
1 14
|
||||
0
|
||||
0
|
||||
1 12
|
||||
0
|
0
anno3/vpc/gspn/Es2C-Measures.solution/PT.string
Normal file
0
anno3/vpc/gspn/Es2C-Measures.solution/PT.string
Normal file
19
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.cc
Normal file
19
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.cc
Normal file
|
@ -0,0 +1,19 @@
|
|||
2 2 3
|
||||
1 4
|
||||
1 4
|
||||
3 5 12 18
|
||||
1 1
|
||||
1 7
|
||||
1 8
|
||||
3 9 12 18
|
||||
1 6
|
||||
1 11
|
||||
3 12 14 15
|
||||
1 13
|
||||
1 10
|
||||
1 1
|
||||
1 6
|
||||
1 17
|
||||
3 14 15 18
|
||||
1 19
|
||||
1 16
|
3
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.def
Normal file
3
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.def
Normal file
|
@ -0,0 +1,3 @@
|
|||
|256
|
||||
%
|
||||
|
|
643
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.dot
Normal file
643
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.dot
Normal file
|
@ -0,0 +1,643 @@
|
|||
digraph RG {
|
||||
T1 [ label="S0(1) R0(1) M0(6) copy_M0(6)
|
||||
"];
|
||||
T2 [ label="S0(1) R0(1) M0(5) M1(1) copy_M0(6)
|
||||
"];
|
||||
T1 -> T2 [ label=<azione_locale_m>];
|
||||
T3 [ label="S0(1) R0(1) M0(6) copy_M0(5) copy_M1(1)
|
||||
"];
|
||||
T1 -> T3 [ label=<copy_azione_locale_m>];
|
||||
T4 [ label="S0(1) R0(1) M0(5) M2(1) Freechoice(1) copy_M0(6)
|
||||
"];
|
||||
T2 -> T4 [ label=<Richiesta_Servizio>];
|
||||
T5 [ label="S0(1) R0(1) M0(5) M1(1) copy_M0(5) copy_M1(1)
|
||||
"];
|
||||
T2 -> T5 [ label=<copy_azione_locale_m>];
|
||||
T6 [ label="S0(1) R0(1) M0(4) M1(2) copy_M0(6)
|
||||
"];
|
||||
T2 -> T6 [ label=<azione_locale_m>];
|
||||
T7 [ label="S0(1) R0(1) M0(6) Freechoice(1) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T3 -> T7 [ label=<copy_Richiesta_Servizio>];
|
||||
T8 [ label="S0(1) R0(1) M0(6) copy_M0(4) copy_M1(2)
|
||||
"];
|
||||
T3 -> T8 [ label=<copy_azione_locale_m>];
|
||||
T3 -> T5 [ label=<azione_locale_m>];
|
||||
T9 [ label="S0(1) R0(1) M0(5) M2(1) P1(1) copy_M0(6)
|
||||
"];
|
||||
T4 -> T9 [ label=<Scelta_1>];
|
||||
T10 [ label="S0(1) R0(1) M0(5) M2(1) P0(1) copy_M0(6)
|
||||
"];
|
||||
T4 -> T10 [ label=<Scelta_2>];
|
||||
T11 [ label="S0(1) R0(1) M0(4) M1(1) M2(1) Freechoice(1) copy_M0(6)
|
||||
"];
|
||||
T4 -> T11 [ label=<azione_locale_m>];
|
||||
T12 [ label="S0(1) R0(1) M0(5) M2(1) Freechoice(1) copy_M0(5) copy_M1(1)
|
||||
"];
|
||||
T4 -> T12 [ label=<copy_azione_locale_m>];
|
||||
T13 [ label="S0(1) R0(1) M0(5) M1(1) Freechoice(1) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T5 -> T13 [ label=<copy_Richiesta_Servizio>];
|
||||
T14 [ label="S0(1) R0(1) M0(4) M1(2) copy_M0(5) copy_M1(1)
|
||||
"];
|
||||
T5 -> T14 [ label=<azione_locale_m>];
|
||||
T15 [ label="S0(1) R0(1) M0(5) M1(1) copy_M0(4) copy_M1(2)
|
||||
"];
|
||||
T5 -> T15 [ label=<copy_azione_locale_m>];
|
||||
T5 -> T12 [ label=<Richiesta_Servizio>];
|
||||
T16 [ label="S0(1) R0(1) M0(3) M1(3) copy_M0(6)
|
||||
"];
|
||||
T6 -> T16 [ label=<azione_locale_m>];
|
||||
T6 -> T14 [ label=<copy_azione_locale_m>];
|
||||
T6 -> T11 [ label=<Richiesta_Servizio>];
|
||||
T17 [ label="S0(1) R0(1) M0(6) P1(1) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T7 -> T17 [ label=<Scelta_1>];
|
||||
T18 [ label="S0(1) R0(1) M0(6) P0(1) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T7 -> T18 [ label=<Scelta_2>];
|
||||
T7 -> T13 [ label=<azione_locale_m>];
|
||||
T19 [ label="S0(1) R0(1) M0(6) Freechoice(1) copy_M0(4) copy_M1(1) copy_M2(1)
|
||||
"];
|
||||
T7 -> T19 [ label=<copy_azione_locale_m>];
|
||||
T8 -> T15 [ label=<azione_locale_m>];
|
||||
T20 [ label="S0(1) R0(1) M0(6) copy_M0(3) copy_M1(3)
|
||||
"];
|
||||
T8 -> T20 [ label=<copy_azione_locale_m>];
|
||||
T8 -> T19 [ label=<copy_Richiesta_Servizio>];
|
||||
T21 [ label="S1_a(1) S1_b(1) R0(1) M0(5) M2(1) copy_M0(6)
|
||||
"];
|
||||
T9 -> T21 [ label=<Inizio_Servizio_s>];
|
||||
T22 [ label="S0(1) R0(1) M0(5) M2(1) P1(1) copy_M0(5) copy_M1(1)
|
||||
"];
|
||||
T9 -> T22 [ label=<copy_azione_locale_m>];
|
||||
T23 [ label="S0(1) R0(1) M0(4) M1(1) M2(1) P1(1) copy_M0(6)
|
||||
"];
|
||||
T9 -> T23 [ label=<azione_locale_m>];
|
||||
T24 [ label="S0(1) R1(1) M0(5) M2(1) copy_M0(6)
|
||||
"];
|
||||
T10 -> T24 [ label=<Inizio_Servizio_r>];
|
||||
T25 [ label="S0(1) R0(1) M0(5) M2(1) P0(1) copy_M0(5) copy_M1(1)
|
||||
"];
|
||||
T10 -> T25 [ label=<copy_azione_locale_m>];
|
||||
T26 [ label="S0(1) R0(1) M0(4) M1(1) M2(1) P0(1) copy_M0(6)
|
||||
"];
|
||||
T10 -> T26 [ label=<azione_locale_m>];
|
||||
T27 [ label="S0(1) R0(1) M0(4) M2(2) Freechoice(2) copy_M0(6)
|
||||
"];
|
||||
T11 -> T27 [ label=<Richiesta_Servizio>];
|
||||
T28 [ label="S0(1) R0(1) M0(4) M1(1) M2(1) Freechoice(1) copy_M0(5) copy_M1(1)
|
||||
"];
|
||||
T11 -> T28 [ label=<copy_azione_locale_m>];
|
||||
T29 [ label="S0(1) R0(1) M0(3) M1(2) M2(1) Freechoice(1) copy_M0(6)
|
||||
"];
|
||||
T11 -> T29 [ label=<azione_locale_m>];
|
||||
T11 -> T26 [ label=<Scelta_2>];
|
||||
T11 -> T23 [ label=<Scelta_1>];
|
||||
T30 [ label="S0(1) R0(1) M0(5) M2(1) Freechoice(2) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T12 -> T30 [ label=<copy_Richiesta_Servizio>];
|
||||
T31 [ label="S0(1) R0(1) M0(5) M2(1) Freechoice(1) copy_M0(4) copy_M1(2)
|
||||
"];
|
||||
T12 -> T31 [ label=<copy_azione_locale_m>];
|
||||
T12 -> T28 [ label=<azione_locale_m>];
|
||||
T12 -> T25 [ label=<Scelta_2>];
|
||||
T12 -> T22 [ label=<Scelta_1>];
|
||||
T32 [ label="S0(1) R0(1) M0(5) M1(1) P1(1) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T13 -> T32 [ label=<Scelta_1>];
|
||||
T33 [ label="S0(1) R0(1) M0(5) M1(1) P0(1) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T13 -> T33 [ label=<Scelta_2>];
|
||||
T13 -> T30 [ label=<Richiesta_Servizio>];
|
||||
T34 [ label="S0(1) R0(1) M0(5) M1(1) Freechoice(1) copy_M0(4) copy_M1(1) copy_M2(1)
|
||||
"];
|
||||
T13 -> T34 [ label=<copy_azione_locale_m>];
|
||||
T35 [ label="S0(1) R0(1) M0(4) M1(2) Freechoice(1) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T13 -> T35 [ label=<azione_locale_m>];
|
||||
T14 -> T28 [ label=<Richiesta_Servizio>];
|
||||
T36 [ label="S0(1) R0(1) M0(4) M1(2) copy_M0(4) copy_M1(2)
|
||||
"];
|
||||
T14 -> T36 [ label=<copy_azione_locale_m>];
|
||||
T37 [ label="S0(1) R0(1) M0(3) M1(3) copy_M0(5) copy_M1(1)
|
||||
"];
|
||||
T14 -> T37 [ label=<azione_locale_m>];
|
||||
T14 -> T35 [ label=<copy_Richiesta_Servizio>];
|
||||
T15 -> T31 [ label=<Richiesta_Servizio>];
|
||||
T38 [ label="S0(1) R0(1) M0(5) M1(1) copy_M0(3) copy_M1(3)
|
||||
"];
|
||||
T15 -> T38 [ label=<copy_azione_locale_m>];
|
||||
T15 -> T36 [ label=<azione_locale_m>];
|
||||
T15 -> T34 [ label=<copy_Richiesta_Servizio>];
|
||||
T16 -> T29 [ label=<Richiesta_Servizio>];
|
||||
T16 -> T37 [ label=<copy_azione_locale_m>];
|
||||
T39 [ label="S0(1) R0(1) M0(2) M1(4) copy_M0(6)
|
||||
"];
|
||||
T16 -> T39 [ label=<azione_locale_m>];
|
||||
T40 [ label="S1_a(1) S1_b(1) R0(1) M0(6) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T17 -> T40 [ label=<Inizio_Servizio_s>];
|
||||
T41 [ label="S0(1) R0(1) M0(6) P1(1) copy_M0(4) copy_M1(1) copy_M2(1)
|
||||
"];
|
||||
T17 -> T41 [ label=<copy_azione_locale_m>];
|
||||
T17 -> T32 [ label=<azione_locale_m>];
|
||||
T42 [ label="S0(1) R1(1) M0(6) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T18 -> T42 [ label=<Inizio_Servizio_r>];
|
||||
T43 [ label="S0(1) R0(1) M0(6) P0(1) copy_M0(4) copy_M1(1) copy_M2(1)
|
||||
"];
|
||||
T18 -> T43 [ label=<copy_azione_locale_m>];
|
||||
T18 -> T33 [ label=<azione_locale_m>];
|
||||
T44 [ label="S0(1) R0(1) M0(6) Freechoice(2) copy_M0(4) copy_M2(2)
|
||||
"];
|
||||
T19 -> T44 [ label=<copy_Richiesta_Servizio>];
|
||||
T45 [ label="S0(1) R0(1) M0(6) Freechoice(1) copy_M0(3) copy_M1(2) copy_M2(1)
|
||||
"];
|
||||
T19 -> T45 [ label=<copy_azione_locale_m>];
|
||||
T19 -> T34 [ label=<azione_locale_m>];
|
||||
T19 -> T43 [ label=<Scelta_2>];
|
||||
T19 -> T41 [ label=<Scelta_1>];
|
||||
T20 -> T45 [ label=<copy_Richiesta_Servizio>];
|
||||
T46 [ label="S0(1) R0(1) M0(6) copy_M0(2) copy_M1(4)
|
||||
"];
|
||||
T20 -> T46 [ label=<copy_azione_locale_m>];
|
||||
T20 -> T38 [ label=<azione_locale_m>];
|
||||
T47 [ label="S1_b(1) S2_a(1) R0(1) M0(5) M2(1) copy_M0(6)
|
||||
"];
|
||||
T21 -> T47 [ label=<azione_locale_sa>];
|
||||
T48 [ label="S1_a(1) S2_b(1) R0(1) M0(5) M2(1) copy_M0(6)
|
||||
"];
|
||||
T21 -> T48 [ label=<azione_locale_sb>];
|
||||
T49 [ label="S1_a(1) S1_b(1) R0(1) M0(4) M1(1) M2(1) copy_M0(6)
|
||||
"];
|
||||
T21 -> T49 [ label=<azione_locale_m>];
|
||||
T50 [ label="S1_a(1) S1_b(1) R0(1) M0(5) M2(1) copy_M0(5) copy_M1(1)
|
||||
"];
|
||||
T21 -> T50 [ label=<copy_azione_locale_m>];
|
||||
T51 [ label="S0(1) R0(1) M0(5) M2(1) Freechoice(1) P1(1) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T22 -> T51 [ label=<copy_Richiesta_Servizio>];
|
||||
T52 [ label="S0(1) R0(1) M0(4) M1(1) M2(1) P1(1) copy_M0(5) copy_M1(1)
|
||||
"];
|
||||
T22 -> T52 [ label=<azione_locale_m>];
|
||||
T53 [ label="S0(1) R0(1) M0(5) M2(1) P1(1) copy_M0(4) copy_M1(2)
|
||||
"];
|
||||
T22 -> T53 [ label=<copy_azione_locale_m>];
|
||||
T22 -> T50 [ label=<Inizio_Servizio_s>];
|
||||
T54 [ label="S0(1) R0(1) M0(4) M2(2) Freechoice(1) P1(1) copy_M0(6)
|
||||
"];
|
||||
T23 -> T54 [ label=<Richiesta_Servizio>];
|
||||
T55 [ label="S0(1) R0(1) M0(3) M1(2) M2(1) P1(1) copy_M0(6)
|
||||
"];
|
||||
T23 -> T55 [ label=<azione_locale_m>];
|
||||
T23 -> T52 [ label=<copy_azione_locale_m>];
|
||||
T23 -> T49 [ label=<Inizio_Servizio_s>];
|
||||
T56 [ label="S0(1) R2(1) M0(5) M2(1) copy_M0(6)
|
||||
"];
|
||||
T24 -> T56 [ label=<Azione_locale>];
|
||||
T57 [ label="S0(1) R1(1) M0(4) M1(1) M2(1) copy_M0(6)
|
||||
"];
|
||||
T24 -> T57 [ label=<azione_locale_m>];
|
||||
T58 [ label="S0(1) R1(1) M0(5) M2(1) copy_M0(5) copy_M1(1)
|
||||
"];
|
||||
T24 -> T58 [ label=<copy_azione_locale_m>];
|
||||
T59 [ label="S0(1) R0(1) M0(5) M2(1) Freechoice(1) P0(1) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T25 -> T59 [ label=<copy_Richiesta_Servizio>];
|
||||
T60 [ label="S0(1) R0(1) M0(4) M1(1) M2(1) P0(1) copy_M0(5) copy_M1(1)
|
||||
"];
|
||||
T25 -> T60 [ label=<azione_locale_m>];
|
||||
T61 [ label="S0(1) R0(1) M0(5) M2(1) P0(1) copy_M0(4) copy_M1(2)
|
||||
"];
|
||||
T25 -> T61 [ label=<copy_azione_locale_m>];
|
||||
T25 -> T58 [ label=<Inizio_Servizio_r>];
|
||||
T62 [ label="S0(1) R0(1) M0(4) M2(2) Freechoice(1) P0(1) copy_M0(6)
|
||||
"];
|
||||
T26 -> T62 [ label=<Richiesta_Servizio>];
|
||||
T63 [ label="S0(1) R0(1) M0(3) M1(2) M2(1) P0(1) copy_M0(6)
|
||||
"];
|
||||
T26 -> T63 [ label=<azione_locale_m>];
|
||||
T26 -> T60 [ label=<copy_azione_locale_m>];
|
||||
T26 -> T57 [ label=<Inizio_Servizio_r>];
|
||||
T27 -> T54 [ label=<Scelta_1>];
|
||||
T27 -> T62 [ label=<Scelta_2>];
|
||||
T64 [ label="S0(1) R0(1) M0(3) M1(1) M2(2) Freechoice(2) copy_M0(6)
|
||||
"];
|
||||
T27 -> T64 [ label=<azione_locale_m>];
|
||||
T65 [ label="S0(1) R0(1) M0(4) M2(2) Freechoice(2) copy_M0(5) copy_M1(1)
|
||||
"];
|
||||
T27 -> T65 [ label=<copy_azione_locale_m>];
|
||||
T66 [ label="S0(1) R0(1) M0(4) M1(1) M2(1) Freechoice(2) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T28 -> T66 [ label=<copy_Richiesta_Servizio>];
|
||||
T28 -> T52 [ label=<Scelta_1>];
|
||||
T28 -> T60 [ label=<Scelta_2>];
|
||||
T67 [ label="S0(1) R0(1) M0(3) M1(2) M2(1) Freechoice(1) copy_M0(5) copy_M1(1)
|
||||
"];
|
||||
T28 -> T67 [ label=<azione_locale_m>];
|
||||
T68 [ label="S0(1) R0(1) M0(4) M1(1) M2(1) Freechoice(1) copy_M0(4) copy_M1(2)
|
||||
"];
|
||||
T28 -> T68 [ label=<copy_azione_locale_m>];
|
||||
T28 -> T65 [ label=<Richiesta_Servizio>];
|
||||
T29 -> T55 [ label=<Scelta_1>];
|
||||
T29 -> T63 [ label=<Scelta_2>];
|
||||
T69 [ label="S0(1) R0(1) M0(2) M1(3) M2(1) Freechoice(1) copy_M0(6)
|
||||
"];
|
||||
T29 -> T69 [ label=<azione_locale_m>];
|
||||
T29 -> T67 [ label=<copy_azione_locale_m>];
|
||||
T29 -> T64 [ label=<Richiesta_Servizio>];
|
||||
T30 -> T51 [ label=<Scelta_1>];
|
||||
T30 -> T59 [ label=<Scelta_2>];
|
||||
T30 -> T66 [ label=<azione_locale_m>];
|
||||
T70 [ label="S0(1) R0(1) M0(5) M2(1) Freechoice(2) copy_M0(4) copy_M1(1) copy_M2(1)
|
||||
"];
|
||||
T30 -> T70 [ label=<copy_azione_locale_m>];
|
||||
T31 -> T53 [ label=<Scelta_1>];
|
||||
T31 -> T61 [ label=<Scelta_2>];
|
||||
T31 -> T68 [ label=<azione_locale_m>];
|
||||
T71 [ label="S0(1) R0(1) M0(5) M2(1) Freechoice(1) copy_M0(3) copy_M1(3)
|
||||
"];
|
||||
T31 -> T71 [ label=<copy_azione_locale_m>];
|
||||
T31 -> T70 [ label=<copy_Richiesta_Servizio>];
|
||||
T72 [ label="S1_a(1) S1_b(1) R0(1) M0(5) M1(1) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T32 -> T72 [ label=<Inizio_Servizio_s>];
|
||||
T73 [ label="S0(1) R0(1) M0(4) M1(2) P1(1) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T32 -> T73 [ label=<azione_locale_m>];
|
||||
T74 [ label="S0(1) R0(1) M0(5) M1(1) P1(1) copy_M0(4) copy_M1(1) copy_M2(1)
|
||||
"];
|
||||
T32 -> T74 [ label=<copy_azione_locale_m>];
|
||||
T32 -> T51 [ label=<Richiesta_Servizio>];
|
||||
T75 [ label="S0(1) R1(1) M0(5) M1(1) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T33 -> T75 [ label=<Inizio_Servizio_r>];
|
||||
T76 [ label="S0(1) R0(1) M0(4) M1(2) P0(1) copy_M0(5) copy_M2(1)
|
||||
"];
|
||||
T33 -> T76 [ label=<azione_locale_m>];
|
||||
T77 [ label="S0(1) R0(1) M0(5) M1(1) P0(1) copy_M0(4) copy_M1(1) copy_M2(1)
|
||||
"];
|
||||
T33 -> T77 [ label=<copy_azione_locale_m>];
|
||||
T33 -> T59 [ label=<Richiesta_Servizio>];
|
||||
T78 [ label="S0(1) R0(1) M0(5) M1(1) Freechoice(2) copy_M0(4) copy_M2(2)
|
||||
"];
|
||||
T34 -> T78 [ label=<copy_Richiesta_Servizio>];
|
||||
T79 [ label="S0(1) R0(1) M0(4) M1(2) Freechoice(1) copy_M0(4) copy_M1(1) copy_M2(1)
|
||||
"];
|
||||
T34 -> T79 [ label=<azione_locale_m>];
|
||||
T80 [ label="S0(1) R0(1) M0(5) M1(1) Freechoice(1) copy_M0(3) copy_M1(2) copy_M2(1)
|
||||
"];
|
||||
T34 -> T80 [ label=<copy_azione_locale_m>];
|
||||
T34 -> T70 [ label=<Richiesta_Servizio>];
|
||||
T34 -> T77 [ label=<Scelta_2>];
|
||||
T34 -> T74 [ label=<Scelta_1>];
|
||||
T81 [shape=none label="..."];
|
||||
T35 -> T81 [ label=<azione_locale_m>];
|
||||
T35 -> T79 [ label=<copy_azione_locale_m>];
|
||||
T35 -> T66 [ label=<Richiesta_Servizio>];
|
||||
T35 -> T76 [ label=<Scelta_2>];
|
||||
T35 -> T73 [ label=<Scelta_1>];
|
||||
T36 -> T79 [ label=<copy_Richiesta_Servizio>];
|
||||
T82 [shape=none label="..."];
|
||||
T36 -> T82 [ label=<azione_locale_m>];
|
||||
T83 [shape=none label="..."];
|
||||
T36 -> T83 [ label=<copy_azione_locale_m>];
|
||||
T36 -> T68 [ label=<Richiesta_Servizio>];
|
||||
T81 [shape=none label="..."];
|
||||
T37 -> T81 [ label=<copy_Richiesta_Servizio>];
|
||||
T84 [shape=none label="..."];
|
||||
T37 -> T84 [ label=<azione_locale_m>];
|
||||
T82 [shape=none label="..."];
|
||||
T37 -> T82 [ label=<copy_azione_locale_m>];
|
||||
T37 -> T67 [ label=<Richiesta_Servizio>];
|
||||
T38 -> T80 [ label=<copy_Richiesta_Servizio>];
|
||||
T83 [shape=none label="..."];
|
||||
T38 -> T83 [ label=<azione_locale_m>];
|
||||
T85 [shape=none label="..."];
|
||||
T38 -> T85 [ label=<copy_azione_locale_m>];
|
||||
T38 -> T71 [ label=<Richiesta_Servizio>];
|
||||
T86 [shape=none label="..."];
|
||||
T39 -> T86 [ label=<azione_locale_m>];
|
||||
T84 [shape=none label="..."];
|
||||
T39 -> T84 [ label=<copy_azione_locale_m>];
|
||||
T39 -> T69 [ label=<Richiesta_Servizio>];
|
||||
T87 [shape=none label="..."];
|
||||
T40 -> T87 [ label=<azione_locale_sa>];
|
||||
T88 [shape=none label="..."];
|
||||
T40 -> T88 [ label=<azione_locale_sb>];
|
||||
T40 -> T72 [ label=<azione_locale_m>];
|
||||
T89 [shape=none label="..."];
|
||||
T40 -> T89 [ label=<copy_azione_locale_m>];
|
||||
T90 [shape=none label="..."];
|
||||
T41 -> T90 [ label=<copy_Richiesta_Servizio>];
|
||||
T41 -> T74 [ label=<azione_locale_m>];
|
||||
T91 [shape=none label="..."];
|
||||
T41 -> T91 [ label=<copy_azione_locale_m>];
|
||||
T89 [shape=none label="..."];
|
||||
T41 -> T89 [ label=<Inizio_Servizio_s>];
|
||||
T92 [shape=none label="..."];
|
||||
T42 -> T92 [ label=<Azione_locale>];
|
||||
T42 -> T75 [ label=<azione_locale_m>];
|
||||
T93 [shape=none label="..."];
|
||||
T42 -> T93 [ label=<copy_azione_locale_m>];
|
||||
T94 [shape=none label="..."];
|
||||
T43 -> T94 [ label=<copy_Richiesta_Servizio>];
|
||||
T43 -> T77 [ label=<azione_locale_m>];
|
||||
T95 [shape=none label="..."];
|
||||
T43 -> T95 [ label=<copy_azione_locale_m>];
|
||||
T93 [shape=none label="..."];
|
||||
T43 -> T93 [ label=<Inizio_Servizio_r>];
|
||||
T90 [shape=none label="..."];
|
||||
T44 -> T90 [ label=<Scelta_1>];
|
||||
T94 [shape=none label="..."];
|
||||
T44 -> T94 [ label=<Scelta_2>];
|
||||
T44 -> T78 [ label=<azione_locale_m>];
|
||||
T96 [shape=none label="..."];
|
||||
T44 -> T96 [ label=<copy_azione_locale_m>];
|
||||
T91 [shape=none label="..."];
|
||||
T45 -> T91 [ label=<Scelta_1>];
|
||||
T95 [shape=none label="..."];
|
||||
T45 -> T95 [ label=<Scelta_2>];
|
||||
T45 -> T80 [ label=<azione_locale_m>];
|
||||
T97 [shape=none label="..."];
|
||||
T45 -> T97 [ label=<copy_azione_locale_m>];
|
||||
T96 [shape=none label="..."];
|
||||
T45 -> T96 [ label=<copy_Richiesta_Servizio>];
|
||||
T85 [shape=none label="..."];
|
||||
T46 -> T85 [ label=<azione_locale_m>];
|
||||
T98 [shape=none label="..."];
|
||||
T46 -> T98 [ label=<copy_azione_locale_m>];
|
||||
T97 [shape=none label="..."];
|
||||
T46 -> T97 [ label=<copy_Richiesta_Servizio>];
|
||||
T99 [shape=none label="..."];
|
||||
T47 -> T99 [ label=<copy_azione_locale_m>];
|
||||
T100 [shape=none label="..."];
|
||||
T47 -> T100 [ label=<azione_locale_m>];
|
||||
T101 [shape=none label="..."];
|
||||
T47 -> T101 [ label=<azione_locale_sb>];
|
||||
T102 [shape=none label="..."];
|
||||
T48 -> T102 [ label=<copy_azione_locale_m>];
|
||||
T103 [shape=none label="..."];
|
||||
T48 -> T103 [ label=<azione_locale_m>];
|
||||
T101 [shape=none label="..."];
|
||||
T48 -> T101 [ label=<azione_locale_sa>];
|
||||
T104 [shape=none label="..."];
|
||||
T49 -> T104 [ label=<Richiesta_Servizio>];
|
||||
T105 [shape=none label="..."];
|
||||
T49 -> T105 [ label=<copy_azione_locale_m>];
|
||||
T106 [shape=none label="..."];
|
||||
T49 -> T106 [ label=<azione_locale_m>];
|
||||
T103 [shape=none label="..."];
|
||||
T49 -> T103 [ label=<azione_locale_sb>];
|
||||
T100 [shape=none label="..."];
|
||||
T49 -> T100 [ label=<azione_locale_sa>];
|
||||
T107 [shape=none label="..."];
|
||||
T50 -> T107 [ label=<copy_Richiesta_Servizio>];
|
||||
T108 [shape=none label="..."];
|
||||
T50 -> T108 [ label=<copy_azione_locale_m>];
|
||||
T105 [shape=none label="..."];
|
||||
T50 -> T105 [ label=<azione_locale_m>];
|
||||
T102 [shape=none label="..."];
|
||||
T50 -> T102 [ label=<azione_locale_sb>];
|
||||
T99 [shape=none label="..."];
|
||||
T50 -> T99 [ label=<azione_locale_sa>];
|
||||
T109 [shape=none label="..."];
|
||||
T51 -> T109 [ label=<Scelta_1>];
|
||||
T110 [shape=none label="..."];
|
||||
T51 -> T110 [ label=<Scelta_2>];
|
||||
T107 [shape=none label="..."];
|
||||
T51 -> T107 [ label=<Inizio_Servizio_s>];
|
||||
T111 [shape=none label="..."];
|
||||
T51 -> T111 [ label=<copy_azione_locale_m>];
|
||||
T112 [shape=none label="..."];
|
||||
T51 -> T112 [ label=<azione_locale_m>];
|
||||
T113 [shape=none label="..."];
|
||||
T52 -> T113 [ label=<Richiesta_Servizio>];
|
||||
T105 [shape=none label="..."];
|
||||
T52 -> T105 [ label=<Inizio_Servizio_s>];
|
||||
T114 [shape=none label="..."];
|
||||
T52 -> T114 [ label=<copy_azione_locale_m>];
|
||||
T115 [shape=none label="..."];
|
||||
T52 -> T115 [ label=<azione_locale_m>];
|
||||
T112 [shape=none label="..."];
|
||||
T52 -> T112 [ label=<copy_Richiesta_Servizio>];
|
||||
T108 [shape=none label="..."];
|
||||
T53 -> T108 [ label=<Inizio_Servizio_s>];
|
||||
T116 [shape=none label="..."];
|
||||
T53 -> T116 [ label=<copy_azione_locale_m>];
|
||||
T114 [shape=none label="..."];
|
||||
T53 -> T114 [ label=<azione_locale_m>];
|
||||
T111 [shape=none label="..."];
|
||||
T53 -> T111 [ label=<copy_Richiesta_Servizio>];
|
||||
T117 [shape=none label="..."];
|
||||
T54 -> T117 [ label=<Scelta_1>];
|
||||
T118 [shape=none label="..."];
|
||||
T54 -> T118 [ label=<Scelta_2>];
|
||||
T104 [shape=none label="..."];
|
||||
T54 -> T104 [ label=<Inizio_Servizio_s>];
|
||||
T113 [shape=none label="..."];
|
||||
T54 -> T113 [ label=<copy_azione_locale_m>];
|
||||
T119 [shape=none label="..."];
|
||||
T54 -> T119 [ label=<azione_locale_m>];
|
||||
T106 [shape=none label="..."];
|
||||
T55 -> T106 [ label=<Inizio_Servizio_s>];
|
||||
T115 [shape=none label="..."];
|
||||
T55 -> T115 [ label=<copy_azione_locale_m>];
|
||||
T120 [shape=none label="..."];
|
||||
T55 -> T120 [ label=<azione_locale_m>];
|
||||
T119 [shape=none label="..."];
|
||||
T55 -> T119 [ label=<Richiesta_Servizio>];
|
||||
T121 [shape=none label="..."];
|
||||
T56 -> T121 [ label=<Fine_Servizio_r>];
|
||||
T122 [shape=none label="..."];
|
||||
T56 -> T122 [ label=<copy_azione_locale_m>];
|
||||
T123 [shape=none label="..."];
|
||||
T56 -> T123 [ label=<azione_locale_m>];
|
||||
T124 [shape=none label="..."];
|
||||
T57 -> T124 [ label=<Richiesta_Servizio>];
|
||||
T125 [shape=none label="..."];
|
||||
T57 -> T125 [ label=<copy_azione_locale_m>];
|
||||
T126 [shape=none label="..."];
|
||||
T57 -> T126 [ label=<azione_locale_m>];
|
||||
T123 [shape=none label="..."];
|
||||
T57 -> T123 [ label=<Azione_locale>];
|
||||
T127 [shape=none label="..."];
|
||||
T58 -> T127 [ label=<copy_Richiesta_Servizio>];
|
||||
T128 [shape=none label="..."];
|
||||
T58 -> T128 [ label=<copy_azione_locale_m>];
|
||||
T125 [shape=none label="..."];
|
||||
T58 -> T125 [ label=<azione_locale_m>];
|
||||
T122 [shape=none label="..."];
|
||||
T58 -> T122 [ label=<Azione_locale>];
|
||||
T110 [shape=none label="..."];
|
||||
T59 -> T110 [ label=<Scelta_1>];
|
||||
T129 [shape=none label="..."];
|
||||
T59 -> T129 [ label=<Scelta_2>];
|
||||
T127 [shape=none label="..."];
|
||||
T59 -> T127 [ label=<Inizio_Servizio_r>];
|
||||
T130 [shape=none label="..."];
|
||||
T59 -> T130 [ label=<copy_azione_locale_m>];
|
||||
T131 [shape=none label="..."];
|
||||
T59 -> T131 [ label=<azione_locale_m>];
|
||||
T132 [shape=none label="..."];
|
||||
T60 -> T132 [ label=<Richiesta_Servizio>];
|
||||
T125 [shape=none label="..."];
|
||||
T60 -> T125 [ label=<Inizio_Servizio_r>];
|
||||
T133 [shape=none label="..."];
|
||||
T60 -> T133 [ label=<copy_azione_locale_m>];
|
||||
T134 [shape=none label="..."];
|
||||
T60 -> T134 [ label=<azione_locale_m>];
|
||||
T131 [shape=none label="..."];
|
||||
T60 -> T131 [ label=<copy_Richiesta_Servizio>];
|
||||
T128 [shape=none label="..."];
|
||||
T61 -> T128 [ label=<Inizio_Servizio_r>];
|
||||
T135 [shape=none label="..."];
|
||||
T61 -> T135 [ label=<copy_azione_locale_m>];
|
||||
T133 [shape=none label="..."];
|
||||
T61 -> T133 [ label=<azione_locale_m>];
|
||||
T130 [shape=none label="..."];
|
||||
T61 -> T130 [ label=<copy_Richiesta_Servizio>];
|
||||
T118 [shape=none label="..."];
|
||||
T62 -> T118 [ label=<Scelta_1>];
|
||||
T136 [shape=none label="..."];
|
||||
T62 -> T136 [ label=<Scelta_2>];
|
||||
T124 [shape=none label="..."];
|
||||
T62 -> T124 [ label=<Inizio_Servizio_r>];
|
||||
T132 [shape=none label="..."];
|
||||
T62 -> T132 [ label=<copy_azione_locale_m>];
|
||||
T137 [shape=none label="..."];
|
||||
T62 -> T137 [ label=<azione_locale_m>];
|
||||
T126 [shape=none label="..."];
|
||||
T63 -> T126 [ label=<Inizio_Servizio_r>];
|
||||
T134 [shape=none label="..."];
|
||||
T63 -> T134 [ label=<copy_azione_locale_m>];
|
||||
T138 [shape=none label="..."];
|
||||
T63 -> T138 [ label=<azione_locale_m>];
|
||||
T137 [shape=none label="..."];
|
||||
T63 -> T137 [ label=<Richiesta_Servizio>];
|
||||
T139 [shape=none label="..."];
|
||||
T64 -> T139 [ label=<Richiesta_Servizio>];
|
||||
T140 [shape=none label="..."];
|
||||
T64 -> T140 [ label=<copy_azione_locale_m>];
|
||||
T141 [shape=none label="..."];
|
||||
T64 -> T141 [ label=<azione_locale_m>];
|
||||
T137 [shape=none label="..."];
|
||||
T64 -> T137 [ label=<Scelta_2>];
|
||||
T119 [shape=none label="..."];
|
||||
T64 -> T119 [ label=<Scelta_1>];
|
||||
T142 [shape=none label="..."];
|
||||
T65 -> T142 [ label=<copy_Richiesta_Servizio>];
|
||||
T143 [shape=none label="..."];
|
||||
T65 -> T143 [ label=<copy_azione_locale_m>];
|
||||
T140 [shape=none label="..."];
|
||||
T65 -> T140 [ label=<azione_locale_m>];
|
||||
T132 [shape=none label="..."];
|
||||
T65 -> T132 [ label=<Scelta_2>];
|
||||
T113 [shape=none label="..."];
|
||||
T65 -> T113 [ label=<Scelta_1>];
|
||||
T142 [shape=none label="..."];
|
||||
T66 -> T142 [ label=<Richiesta_Servizio>];
|
||||
T144 [shape=none label="..."];
|
||||
T66 -> T144 [ label=<copy_azione_locale_m>];
|
||||
T145 [shape=none label="..."];
|
||||
T66 -> T145 [ label=<azione_locale_m>];
|
||||
T131 [shape=none label="..."];
|
||||
T66 -> T131 [ label=<Scelta_2>];
|
||||
T112 [shape=none label="..."];
|
||||
T66 -> T112 [ label=<Scelta_1>];
|
||||
T140 [shape=none label="..."];
|
||||
T67 -> T140 [ label=<Richiesta_Servizio>];
|
||||
T146 [shape=none label="..."];
|
||||
T67 -> T146 [ label=<copy_azione_locale_m>];
|
||||
T147 [shape=none label="..."];
|
||||
T67 -> T147 [ label=<azione_locale_m>];
|
||||
T134 [shape=none label="..."];
|
||||
T67 -> T134 [ label=<Scelta_2>];
|
||||
T115 [shape=none label="..."];
|
||||
T67 -> T115 [ label=<Scelta_1>];
|
||||
T145 [shape=none label="..."];
|
||||
T67 -> T145 [ label=<copy_Richiesta_Servizio>];
|
||||
T143 [shape=none label="..."];
|
||||
T68 -> T143 [ label=<Richiesta_Servizio>];
|
||||
T148 [shape=none label="..."];
|
||||
T68 -> T148 [ label=<copy_azione_locale_m>];
|
||||
T146 [shape=none label="..."];
|
||||
T68 -> T146 [ label=<azione_locale_m>];
|
||||
T133 [shape=none label="..."];
|
||||
T68 -> T133 [ label=<Scelta_2>];
|
||||
T114 [shape=none label="..."];
|
||||
T68 -> T114 [ label=<Scelta_1>];
|
||||
T144 [shape=none label="..."];
|
||||
T68 -> T144 [ label=<copy_Richiesta_Servizio>];
|
||||
T141 [shape=none label="..."];
|
||||
T69 -> T141 [ label=<Richiesta_Servizio>];
|
||||
T147 [shape=none label="..."];
|
||||
T69 -> T147 [ label=<copy_azione_locale_m>];
|
||||
T149 [shape=none label="..."];
|
||||
T69 -> T149 [ label=<azione_locale_m>];
|
||||
T138 [shape=none label="..."];
|
||||
T69 -> T138 [ label=<Scelta_2>];
|
||||
T120 [shape=none label="..."];
|
||||
T69 -> T120 [ label=<Scelta_1>];
|
||||
T150 [shape=none label="..."];
|
||||
T70 -> T150 [ label=<copy_Richiesta_Servizio>];
|
||||
T151 [shape=none label="..."];
|
||||
T70 -> T151 [ label=<copy_azione_locale_m>];
|
||||
T144 [shape=none label="..."];
|
||||
T70 -> T144 [ label=<azione_locale_m>];
|
||||
T130 [shape=none label="..."];
|
||||
T70 -> T130 [ label=<Scelta_2>];
|
||||
T111 [shape=none label="..."];
|
||||
T70 -> T111 [ label=<Scelta_1>];
|
||||
T151 [shape=none label="..."];
|
||||
T71 -> T151 [ label=<copy_Richiesta_Servizio>];
|
||||
T152 [shape=none label="..."];
|
||||
T71 -> T152 [ label=<copy_azione_locale_m>];
|
||||
T148 [shape=none label="..."];
|
||||
T71 -> T148 [ label=<azione_locale_m>];
|
||||
T135 [shape=none label="..."];
|
||||
T71 -> T135 [ label=<Scelta_2>];
|
||||
T116 [shape=none label="..."];
|
||||
T71 -> T116 [ label=<Scelta_1>];
|
||||
T153 [shape=none label="..."];
|
||||
T72 -> T153 [ label=<azione_locale_sa>];
|
||||
T154 [shape=none label="..."];
|
||||
T72 -> T154 [ label=<azione_locale_sb>];
|
||||
T107 [shape=none label="..."];
|
||||
T72 -> T107 [ label=<Richiesta_Servizio>];
|
||||
T155 [shape=none label="..."];
|
||||
T72 -> T155 [ label=<copy_azione_locale_m>];
|
||||
T156 [shape=none label="..."];
|
||||
T72 -> T156 [ label=<azione_locale_m>];
|
||||
T112 [shape=none label="..."];
|
||||
T73 -> T112 [ label=<Richiesta_Servizio>];
|
||||
T157 [shape=none label="..."];
|
||||
T73 -> T157 [ label=<copy_azione_locale_m>];
|
||||
T158 [shape=none label="..."];
|
||||
T73 -> T158 [ label=<azione_locale_m>];
|
||||
T156 [shape=none label="..."];
|
||||
T73 -> T156 [ label=<Inizio_Servizio_s>];
|
||||
T159 [shape=none label="..."];
|
||||
T74 -> T159 [ label=<copy_Richiesta_Servizio>];
|
||||
T111 [shape=none label="..."];
|
||||
T74 -> T111 [ label=<Richiesta_Servizio>];
|
||||
T160 [shape=none label="..."];
|
||||
T74 -> T160 [ label=<copy_azione_locale_m>];
|
||||
T157 [shape=none label="..."];
|
||||
T74 -> T157 [ label=<azione_locale_m>];
|
||||
T155 [shape=none label="..."];
|
||||
T74 -> T155 [ label=<Inizio_Servizio_s>];
|
||||
T161 [shape=none label="..."];
|
||||
T75 -> T161 [ label=<Azione_locale>];
|
||||
T127 [shape=none label="..."];
|
||||
T75 -> T127 [ label=<Richiesta_Servizio>];
|
||||
T162 [shape=none label="..."];
|
||||
T75 -> T162 [ label=<copy_azione_locale_m>];
|
||||
T163 [shape=none label="..."];
|
||||
T75 -> T163 [ label=<azione_locale_m>];
|
||||
T131 [shape=none label="..."];
|
||||
T76 -> T131 [ label=<Richiesta_Servizio>];
|
||||
T164 [shape=none label="..."];
|
||||
T76 -> T164 [ label=<copy_azione_locale_m>];
|
||||
T165 [shape=none label=
|
BIN
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.mark
Normal file
BIN
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.mark
Normal file
Binary file not shown.
169
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.net
Normal file
169
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.net
Normal file
|
@ -0,0 +1,169 @@
|
|||
|0|
|
||||
|
|
||||
f 0 22 0 19 0 0 0
|
||||
S0 1 3.3333333333333335 1.5 3.294583333333333 1.695625 0
|
||||
S1_a 0 2.3333333333333335 3.0 2.638333333333333 2.9456249999999997 0
|
||||
S1_b 0 4.333333333333333 3.0 3.8831249999999997 2.9456249999999997 0
|
||||
S2_a 0 2.3333333333333335 4.333333333333333 2.638333333333333 4.278958333333333 0
|
||||
S2_b 0 4.333333333333333 4.333333333333333 3.7997916666666662 4.278958333333333 0
|
||||
S3 0 3.3333333333333335 5.833333333333333 3.294583333333333 6.028958333333333 0
|
||||
R0 1 6.833333333333333 1.5 6.784166666666667 1.695625 0
|
||||
R1 0 6.833333333333333 3.0 6.784166666666667 3.1956249999999997 0
|
||||
R2 0 6.833333333333333 4.333333333333333 6.784166666666667 4.528958333333333 0
|
||||
R3 0 6.833333333333333 5.833333333333333 6.784166666666667 6.028958333333333 0
|
||||
M0 6 13.166666666666666 1.5 12.768541666666666 1.2789583333333334 0
|
||||
M1 0 13.166666666666666 2.8333333333333335 13.101875 3.028958333333333 0
|
||||
M2 0 13.166666666666666 3.6666666666666665 13.101875 3.3622916666666662 0
|
||||
M3 0 13.166666666666666 5.166666666666667 12.851875 5.362291666666667 0
|
||||
Freechoice 0 10.0 0.16666666666666666 9.695625 0.3622916666666667 0
|
||||
P0 0 8.166666666666666 2.0 8.122708333333334 2.195625 0
|
||||
P1 0 8.166666666666666 1.0 8.122708333333334 1.195625 0
|
||||
Risultato 0 10.5 6.666666666666667 9.64875 6.362291666666667 0
|
||||
copy_M0 6 16.5 1.5 15.919583333333334 1.2789583333333334 0
|
||||
copy_M1 0 16.5 2.8333333333333335 16.252916666666668 3.028958333333333 0
|
||||
copy_M2 0 16.5 3.6666666666666665 16.252916666666668 3.3622916666666662 0
|
||||
copy_M3 0 16.5 5.166666666666667 16.002916666666668 5.362291666666667 0
|
||||
Inizio_Servizio_s 1.0 0 0 2 0 3.3333333333333335 2.3333333333333335 2.0 2.390625 3.4166666666666665 2.4010416666666665 0
|
||||
1 1 0 0
|
||||
1 17 2 0
|
||||
4.25 2.3333333333333335
|
||||
4.25 1.0
|
||||
2
|
||||
1 2 0 0
|
||||
1 3 0 0
|
||||
0
|
||||
azione_locale_sa 1.0 0 0 1 0 2.3333333333333335 3.6666666666666665 2.5208333333333335 3.4739583333333335 2.4166666666666665 3.734375 0
|
||||
1 2 0 0
|
||||
1
|
||||
1 4 0 0
|
||||
0
|
||||
azione_locale_sb 1.0 0 0 1 0 4.333333333333333 3.6666666666666665 3.1927083333333335 3.9739583333333335 4.416666666666667 3.734375 0
|
||||
1 3 0 0
|
||||
1
|
||||
1 5 0 0
|
||||
0
|
||||
Fine_Servizio_s 1.0 0 0 2 0 3.3333333333333335 5.166666666666667 2.203125 5.223958333333333 3.4166666666666665 5.234375 0
|
||||
1 4 0 0
|
||||
1 5 0 0
|
||||
2
|
||||
1 6 0 0
|
||||
1 18 4 0
|
||||
4.5 5.166666666666667
|
||||
4.5 6.666666666666667
|
||||
9.916666666666666 6.666666666666667
|
||||
10.0 6.666666666666667
|
||||
0
|
||||
Reset 1.0 0 0 1 1 1.8333333333333333 5.833333333333333 1.7135416666666667 5.640625 1.9166666666666667 5.901041666666667 0
|
||||
1 6 0 0
|
||||
1
|
||||
1 1 2 0
|
||||
1.8333333333333333 5.166666666666667
|
||||
1.8333333333333333 1.5
|
||||
0
|
||||
Inizio_Servizio_r 1.0 0 0 2 0 6.833333333333333 2.3333333333333335 7.083333333333333 2.5572916666666665 6.916666666666667 2.4010416666666665 0
|
||||
1 7 0 0
|
||||
1 16 2 0
|
||||
7.416666666666667 2.3333333333333335
|
||||
7.416666666666667 2.0
|
||||
1
|
||||
1 8 0 0
|
||||
0
|
||||
Azione_locale 1.0 0 0 1 0 6.833333333333333 3.6666666666666665 7.03125 3.9739583333333335 6.916666666666667 3.734375 0
|
||||
1 8 0 0
|
||||
1
|
||||
1 9 0 0
|
||||
0
|
||||
Fine_Servizio_r 1.0 0 0 1 0 6.833333333333333 5.166666666666667 6.953125 5.473958333333333 6.916666666666667 5.234375 0
|
||||
1 9 0 0
|
||||
2
|
||||
1 10 0 0
|
||||
1 18 3 0
|
||||
8.333333333333334 5.166666666666667
|
||||
8.333333333333334 6.666666666666667
|
||||
10.0 6.666666666666667
|
||||
0
|
||||
T3 1.0 0 0 1 1 5.666666666666667 5.833333333333333 5.645833333333333 5.640625 5.75 5.901041666666667 0
|
||||
1 10 0 0
|
||||
1
|
||||
1 7 1 0
|
||||
5.666666666666667 1.5
|
||||
0
|
||||
azione_locale_m 1.0 0 0 1 1 13.166666666666666 2.1666666666666665 12.697916666666666 1.890625 13.25 2.234375 0
|
||||
1 11 2 0
|
||||
12.583333333333334 2.1666666666666665
|
||||
12.583333333333334 1.5
|
||||
1
|
||||
1 12 2 0
|
||||
13.75 2.1666666666666665
|
||||
13.75 2.8333333333333335
|
||||
0
|
||||
Richiesta_Servizio 1.0 0 0 1 1 12.333333333333334 2.8333333333333335 11.791666666666666 2.640625 12.416666666666666 2.9010416666666665 0
|
||||
1 12 0 0
|
||||
2
|
||||
1 13 1 0
|
||||
12.333333333333334 3.6666666666666665
|
||||
1 15 2 0
|
||||
11.25 2.8333333333333335
|
||||
11.25 0.16666666666666666
|
||||
0
|
||||
Attesa_Elaborazione 1.0 0 0 2 0 13.166666666666666 4.666666666666667 11.729166666666666 4.473958333333333 13.25 4.734375 0
|
||||
1 13 0 0
|
||||
1 18 2 0
|
||||
10.5 4.666666666666667
|
||||
10.5 5.166666666666667
|
||||
1
|
||||
1 14 0 0
|
||||
0
|
||||
Reset_M 1.0 0 0 1 0 14.166666666666666 3.6666666666666665 13.942708333333334 3.4739583333333335 14.25 3.734375 0
|
||||
1 14 1 0
|
||||
14.166666666666666 5.166666666666667
|
||||
1
|
||||
1 11 1 0
|
||||
14.166666666666666 1.5
|
||||
0
|
||||
Scelta_1 1.0 0 0 1 1 8.666666666666666 1.0 8.46875 0.8072916666666666 8.75 1.0677083333333333 0
|
||||
1 15 1 0
|
||||
10.0 1.0
|
||||
1
|
||||
1 17 0 0
|
||||
0
|
||||
Scelta_2 1.0 0 0 1 1 8.666666666666666 2.0 8.46875 1.8072916666666667 8.75 2.0677083333333335 0
|
||||
1 15 1 0
|
||||
10.0 2.0
|
||||
1
|
||||
1 16 0 0
|
||||
0
|
||||
copy_azione_locale_m 1.0 0 0 1 1 16.5 2.1666666666666665 15.848958333333334 1.890625 16.583333333333332 2.234375 0
|
||||
1 19 2 0
|
||||
15.916666666666666 2.1666666666666665
|
||||
15.916666666666666 1.5
|
||||
1
|
||||
1 20 2 0
|
||||
17.083333333333332 2.1666666666666665
|
||||
17.083333333333332 2.8333333333333335
|
||||
0
|
||||
copy_Richiesta_Servizio 1.0 0 0 1 1 15.666666666666666 2.8333333333333335 14.942708333333334 2.640625 15.75 2.9010416666666665 0
|
||||
1 20 0 0
|
||||
2
|
||||
1 21 1 0
|
||||
15.666666666666666 3.6666666666666665
|
||||
1 15 2 0
|
||||
15.0 2.8333333333333335
|
||||
15.0 0.16666666666666666
|
||||
0
|
||||
copy_Attesa_Elaborazione 1.0 0 0 2 0 16.5 4.666666666666667 14.880208333333334 4.473958333333333 16.583333333333332 4.734375 0
|
||||
1 21 0 0
|
||||
1 18 3 0
|
||||
15.166666666666666 4.666666666666667
|
||||
15.166666666666666 5.166666666666667
|
||||
15.166666666666666 6.666666666666667
|
||||
1
|
||||
1 22 0 0
|
||||
0
|
||||
copy_Reset_M 1.0 0 0 1 0 17.5 3.6666666666666665 17.09375 3.4739583333333335 17.583333333333332 3.734375 0
|
||||
1 22 1 0
|
||||
17.5 5.166666666666667
|
||||
1
|
||||
1 19 1 0
|
||||
17.5 1.5
|
||||
0
|
1
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.outtype
Normal file
1
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.outtype
Normal file
|
@ -0,0 +1 @@
|
|||
0
|
19
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.sc
Normal file
19
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.sc
Normal file
|
@ -0,0 +1,19 @@
|
|||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
1 18
|
||||
0
|
||||
1 15
|
||||
1 14
|
||||
0
|
||||
0
|
||||
1 12
|
||||
0
|
8368169
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.srg
Normal file
8368169
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.srg
Normal file
File diff suppressed because it is too large
Load diff
0
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.string
Normal file
0
anno3/vpc/gspn/Es2C-RG of PT.solution/PT.string
Normal file
187
anno3/vpc/gspn/Es2C.PNPRO
Normal file
187
anno3/vpc/gspn/Es2C.PNPRO
Normal file
File diff suppressed because one or more lines are too long
22
anno3/vpc/gspn/EsD-Measures.solution/PT.bnd
Normal file
22
anno3/vpc/gspn/EsD-Measures.solution/PT.bnd
Normal file
|
@ -0,0 +1,22 @@
|
|||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
||||
0 1
|
17
anno3/vpc/gspn/EsD-Measures.solution/PT.cc
Normal file
17
anno3/vpc/gspn/EsD-Measures.solution/PT.cc
Normal file
|
@ -0,0 +1,17 @@
|
|||
2 2 3
|
||||
1 4
|
||||
1 4
|
||||
2 5 12
|
||||
1 1
|
||||
1 7
|
||||
1 8
|
||||
2 9 16
|
||||
1 6
|
||||
1 11
|
||||
2 1 12
|
||||
1 13
|
||||
1 10
|
||||
1 15
|
||||
2 6 16
|
||||
1 17
|
||||
1 14
|
3
anno3/vpc/gspn/EsD-Measures.solution/PT.def
Normal file
3
anno3/vpc/gspn/EsD-Measures.solution/PT.def
Normal file
|
@ -0,0 +1,3 @@
|
|||
|256
|
||||
%
|
||||
|
|
2
anno3/vpc/gspn/EsD-Measures.solution/PT.ilpbnd
Normal file
2
anno3/vpc/gspn/EsD-Measures.solution/PT.ilpbnd
Normal file
|
@ -0,0 +1,2 @@
|
|||
0
|
||||
0
|
BIN
anno3/vpc/gspn/EsD-Measures.solution/PT.mark
Normal file
BIN
anno3/vpc/gspn/EsD-Measures.solution/PT.mark
Normal file
Binary file not shown.
142
anno3/vpc/gspn/EsD-Measures.solution/PT.net
Normal file
142
anno3/vpc/gspn/EsD-Measures.solution/PT.net
Normal file
|
@ -0,0 +1,142 @@
|
|||
|0|
|
||||
|
|
||||
f 0 22 0 17 0 0 0
|
||||
S0 1 3.6666666666666665 1.8333333333333333 3.6279166666666662 2.028958333333333 0
|
||||
S1_a 0 2.6666666666666665 3.3333333333333335 2.9716666666666662 3.278958333333333 0
|
||||
S1_b 0 4.666666666666667 3.3333333333333335 4.216458333333333 3.278958333333333 0
|
||||
S2_a 0 2.6666666666666665 4.666666666666667 2.9716666666666662 4.612291666666667 0
|
||||
S2_b 0 4.666666666666667 4.666666666666667 4.133125 4.612291666666667 0
|
||||
S3 0 3.6666666666666665 6.166666666666667 3.6279166666666662 6.362291666666667 0
|
||||
R0 1 15.666666666666666 1.1666666666666667 15.6175 1.3622916666666667 0
|
||||
R1 0 15.666666666666666 2.6666666666666665 15.6175 2.8622916666666662 0
|
||||
R2 0 15.666666666666666 4.0 15.6175 4.195625 0
|
||||
R3 0 15.666666666666666 5.5 15.6175 5.695625 0
|
||||
M0 1 8.666666666666666 1.8333333333333333 8.268541666666666 1.6122916666666667 0
|
||||
M1 0 8.666666666666666 3.1666666666666665 8.601875 3.3622916666666662 0
|
||||
M2 0 8.666666666666666 4.0 8.601875 3.6956249999999997 0
|
||||
M3 0 8.666666666666666 5.5 8.351875 5.695625 0
|
||||
Buffer_s 0 5.666666666666667 2.6666666666666665 5.43 2.8622916666666662 0
|
||||
Risultato 0 6.0 5.5 5.14875 5.195625 0
|
||||
M0_2 1 12.166666666666666 1.8333333333333333 11.71125 1.6122916666666667 0
|
||||
M1_2 0 12.166666666666666 3.1666666666666665 12.044583333333334 3.3622916666666662 0
|
||||
M2_2 0 12.166666666666666 4.0 12.044583333333334 3.6956249999999997 0
|
||||
M3_2 0 12.166666666666666 5.5 11.794583333333334 5.695625 0
|
||||
Buffer_2 0 14.166666666666666 2.6666666666666665 14.518541666666666 2.8622916666666662 0
|
||||
Risultato_2 0 14.0 4.833333333333333 13.669583333333334 5.028958333333333 0
|
||||
Inizio_Servizio_s 1.0 0 0 2 0 3.6666666666666665 2.6666666666666665 2.3333333333333335 2.7239583333333335 3.75 2.734375 0
|
||||
1 1 0 0
|
||||
1 15 0 0
|
||||
2
|
||||
1 2 0 0
|
||||
1 3 0 0
|
||||
0
|
||||
azione_locale_sa 1.0 0 0 1 0 2.6666666666666665 4.0 2.8541666666666665 3.8072916666666665 2.75 4.067708333333333 0
|
||||
1 2 0 0
|
||||
1
|
||||
1 4 0 0
|
||||
0
|
||||
azione_locale_sb 1.0 0 0 1 0 4.666666666666667 4.0 3.5260416666666665 4.307291666666667 4.75 4.067708333333333 0
|
||||
1 3 0 0
|
||||
1
|
||||
1 5 0 0
|
||||
0
|
||||
Fine_Servizio_s 1.0 0 0 2 0 3.6666666666666665 5.5 2.5364583333333335 5.557291666666667 3.75 5.567708333333333 0
|
||||
1 4 0 0
|
||||
1 5 0 0
|
||||
2
|
||||
1 6 0 0
|
||||
1 16 0 0
|
||||
0
|
||||
Reset 1.0 0 0 1 1 2.1666666666666665 6.166666666666667 2.046875 5.973958333333333 2.25 6.234375 0
|
||||
1 6 0 0
|
||||
1
|
||||
1 1 2 0
|
||||
2.1666666666666665 5.5
|
||||
2.1666666666666665 1.8333333333333333
|
||||
0
|
||||
Inizio_Servizio_r 1.0 0 0 2 0 15.666666666666666 2.0 15.916666666666666 2.2239583333333335 15.75 2.0677083333333335 0
|
||||
1 7 0 0
|
||||
1 21 1 0
|
||||
14.166666666666666 2.0
|
||||
1
|
||||
1 8 0 0
|
||||
0
|
||||
Azione_locale 1.0 0 0 1 0 15.666666666666666 3.3333333333333335 15.864583333333334 3.640625 15.75 3.4010416666666665 0
|
||||
1 8 0 0
|
||||
1
|
||||
1 9 0 0
|
||||
0
|
||||
Fine_Servizio_r 1.0 0 0 1 0 15.666666666666666 4.833333333333333 15.786458333333334 5.140625 15.75 4.901041666666667 0
|
||||
1 9 0 0
|
||||
2
|
||||
1 10 0 0
|
||||
1 22 0 0
|
||||
0
|
||||
T3 1.0 0 0 1 1 17.666666666666668 5.5 17.645833333333332 5.307291666666667 17.75 5.567708333333333 0
|
||||
1 10 0 0
|
||||
1
|
||||
1 7 1 0
|
||||
17.666666666666668 1.1666666666666667
|
||||
0
|
||||
azione_locale_m 1.0 0 0 1 1 8.666666666666666 2.5 8.197916666666666 2.2239583333333335 8.75 2.5677083333333335 0
|
||||
1 11 2 0
|
||||
8.083333333333334 2.5
|
||||
8.083333333333334 1.8333333333333333
|
||||
1
|
||||
1 12 2 0
|
||||
9.25 2.5
|
||||
9.25 3.1666666666666665
|
||||
0
|
||||
Richiesta_Servizio 1.0 0 0 1 1 7.833333333333333 3.1666666666666665 7.291666666666667 2.9739583333333335 7.916666666666667 3.234375 0
|
||||
1 12 0 0
|
||||
2
|
||||
1 13 1 0
|
||||
7.833333333333333 4.0
|
||||
1 15 2 0
|
||||
6.75 3.1666666666666665
|
||||
6.75 2.6666666666666665
|
||||
0
|
||||
Attesa_Elaborazione 1.0 0 0 2 0 8.666666666666666 5.0 7.229166666666667 4.807291666666667 8.75 5.067708333333333 0
|
||||
1 13 0 0
|
||||
1 16 1 0
|
||||
6.0 5.0
|
||||
1
|
||||
1 14 0 0
|
||||
0
|
||||
Reset_M 1.0 0 0 1 0 9.666666666666666 4.0 9.026041666666666 3.8072916666666665 9.75 4.067708333333333 0
|
||||
1 14 1 0
|
||||
9.666666666666666 5.5
|
||||
1
|
||||
1 11 1 0
|
||||
9.666666666666666 1.8333333333333333
|
||||
0
|
||||
azione_locale_m_2 1.0 0 0 1 1 12.166666666666666 2.5 11.052083333333334 2.2239583333333335 12.25 2.5677083333333335 0
|
||||
1 17 2 0
|
||||
12.666666666666666 2.5
|
||||
12.666666666666666 1.8333333333333333
|
||||
1
|
||||
1 18 2 0
|
||||
11.75 2.5
|
||||
11.75 3.1666666666666665
|
||||
0
|
||||
Richiesta_Servizio_2 1.0 0 0 1 1 13.0 3.1666666666666665 12.395833333333334 2.9739583333333335 13.083333333333334 3.234375 0
|
||||
1 18 0 0
|
||||
2
|
||||
1 19 1 0
|
||||
13.0 4.0
|
||||
1 21 1 0
|
||||
14.166666666666666 3.1666666666666665
|
||||
0
|
||||
Attesa_elaborazione_2 1.0 0 0 2 0 12.166666666666666 4.833333333333333 12.265625 4.557291666666667 12.25 4.901041666666667 0
|
||||
1 19 0 0
|
||||
1 22 0 0
|
||||
1
|
||||
1 20 0 0
|
||||
0
|
||||
Reset_M_2 1.0 0 0 1 0 10.833333333333334 4.0 10.96875 3.8072916666666665 10.916666666666666 4.067708333333333 0
|
||||
1 20 1 0
|
||||
10.833333333333334 5.5
|
||||
1
|
||||
1 17 1 0
|
||||
10.833333333333334 1.8333333333333333
|
||||
0
|
1
anno3/vpc/gspn/EsD-Measures.solution/PT.outtype
Normal file
1
anno3/vpc/gspn/EsD-Measures.solution/PT.outtype
Normal file
|
@ -0,0 +1 @@
|
|||
0
|
9
anno3/vpc/gspn/EsD-Measures.solution/PT.pba
Normal file
9
anno3/vpc/gspn/EsD-Measures.solution/PT.pba
Normal file
|
@ -0,0 +1,9 @@
|
|||
7
|
||||
4 1 7 1 8 1 9 1 10
|
||||
4 1 11 1 12 1 13 1 14
|
||||
7 -1 7 -1 10 1 17 1 18 1 20 1 21 1 22
|
||||
4 1 17 1 18 1 19 1 20
|
||||
7 1 1 1 6 -1 11 -1 12 -1 14 -1 15 -1 16
|
||||
7 1 3 1 5 1 11 1 12 1 14 1 15 1 16
|
||||
7 1 2 1 4 1 11 1 12 1 14 1 15 1 16
|
||||
0
|
10
anno3/vpc/gspn/EsD-Measures.solution/PT.pin
Normal file
10
anno3/vpc/gspn/EsD-Measures.solution/PT.pin
Normal file
|
@ -0,0 +1,10 @@
|
|||
8
|
||||
7 1 3 1 5 1 11 1 12 1 14 1 15 1 16
|
||||
4 1 1 1 3 1 5 1 6
|
||||
7 1 2 1 4 1 11 1 12 1 14 1 15 1 16
|
||||
4 1 1 1 2 1 4 1 6
|
||||
7 1 8 1 9 1 17 1 18 1 20 1 21 1 22
|
||||
4 1 17 1 18 1 19 1 20
|
||||
4 1 11 1 12 1 13 1 14
|
||||
4 1 7 1 8 1 9 1 10
|
||||
0
|
17
anno3/vpc/gspn/EsD-Measures.solution/PT.sc
Normal file
17
anno3/vpc/gspn/EsD-Measures.solution/PT.sc
Normal file
|
@ -0,0 +1,17 @@
|
|||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
||||
0
|
0
anno3/vpc/gspn/EsD-Measures.solution/PT.string
Normal file
0
anno3/vpc/gspn/EsD-Measures.solution/PT.string
Normal file
150
anno3/vpc/gspn/EsD.PNPRO
Normal file
150
anno3/vpc/gspn/EsD.PNPRO
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue