Commit 230909cb authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Jérome Perrin

Topology35 updated according the new notation - agreement with ulbranch

parent f6869dbb
...@@ -45,7 +45,9 @@ ...@@ -45,7 +45,9 @@
"route": [ "route": [
{ {
"stepNumber": "0", "stepNumber": "0",
"stationId": "Q1", "stationIdsList": [
"Q1"
],
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0" "mean": "0"
...@@ -53,7 +55,9 @@ ...@@ -53,7 +55,9 @@
}, },
{ {
"stepNumber": "1", "stepNumber": "1",
"stationId": "M1", "stationIdsList": [
"M1"
],
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
...@@ -61,7 +65,9 @@ ...@@ -61,7 +65,9 @@
}, },
{ {
"stepNumber": "2", "stepNumber": "2",
"stationId": "Q2", "stationIdsList": [
"Q2"
],
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0" "mean": "0"
...@@ -69,7 +75,9 @@ ...@@ -69,7 +75,9 @@
}, },
{ {
"stepNumber": "3", "stepNumber": "3",
"stationId": "M2", "stationIdsList": [
"M2"
],
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1" "mean": "1"
...@@ -94,7 +102,9 @@ ...@@ -94,7 +102,9 @@
"route": [ "route": [
{ {
"stepNumber": "0", "stepNumber": "0",
"stationId": "Q2", "stationIdsList": [
"Q2"
],
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0" "mean": "0"
...@@ -102,7 +112,9 @@ ...@@ -102,7 +112,9 @@
}, },
{ {
"stepNumber": "1", "stepNumber": "1",
"stationId": "M2", "stationIdsList": [
"M2"
],
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1" "mean": "1"
......
...@@ -5,35 +5,43 @@ ...@@ -5,35 +5,43 @@
"isCritical": "1", "isCritical": "1",
"route": [ "route": [
{ {
"stationIdsList": [
"Q1"
],
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0" "mean": "0"
}, },
"stationId": "Q1",
"stepNumber": "0" "stepNumber": "0"
}, },
{ {
"stationIdsList": [
"M1"
],
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
}, },
"stationId": "M1",
"stepNumber": "1" "stepNumber": "1"
}, },
{ {
"stationIdsList": [
"Q2"
],
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0" "mean": "0"
}, },
"stationId": "Q2",
"stepNumber": "2" "stepNumber": "2"
}, },
{ {
"stationIdsList": [
"M2"
],
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1" "mean": "1"
}, },
"stationId": "M2",
"stepNumber": "3" "stepNumber": "3"
} }
], ],
...@@ -77,19 +85,23 @@ ...@@ -77,19 +85,23 @@
"isCritical": "0", "isCritical": "0",
"route": [ "route": [
{ {
"stationIdsList": [
"Q2"
],
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0" "mean": "0"
}, },
"stationId": "Q2",
"stepNumber": "0" "stepNumber": "0"
}, },
{ {
"stationIdsList": [
"M2"
],
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1" "mean": "1"
}, },
"stationId": "M2",
"stepNumber": "1" "stepNumber": "1"
} }
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment