Commit c72c5719 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

two updates

parent 56d7efe1
...@@ -61,8 +61,9 @@ ...@@ -61,8 +61,9 @@
{ {
"id": "C3", "id": "C3",
"remainingProcessingTime": { "remainingProcessingTime": {
"distributionType": "Fixed", "Fixed":{
"mean": 0.1 "mean": 0.1
}
}, },
"sequence": "4" "sequence": "4"
} }
...@@ -160,10 +161,13 @@ ...@@ -160,10 +161,13 @@
{ {
"operator": "O1", "operator": "O1",
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 1
"mean": 1.0 }
}, },
"operationType": {
"Processing": 1
},
"stationIdsList": [ "stationIdsList": [
"M0" "M0"
], ],
...@@ -192,10 +196,13 @@ ...@@ -192,10 +196,13 @@
{ {
"operator": "O1", "operator": "O1",
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 2
"mean": "2" }
}, },
"operationType": {
"Processing": 1
},
"stationIdsList": [ "stationIdsList": [
"M1", "M1",
"M2" "M2"
...@@ -237,10 +244,13 @@ ...@@ -237,10 +244,13 @@
{ {
"operator": "O1", "operator": "O1",
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 1
"mean": "1" }
}, },
"operationType": {
"Processing": 1
},
"stationIdsList": [ "stationIdsList": [
"M1", "M1",
"M2" "M2"
...@@ -282,10 +292,13 @@ ...@@ -282,10 +292,13 @@
{ {
"operator": "O1", "operator": "O1",
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 3
"mean": "3" }
}, },
"operationType": {
"Processing": 1
},
"stationIdsList": [ "stationIdsList": [
"M1", "M1",
"M2" "M2"
...@@ -318,10 +331,13 @@ ...@@ -318,10 +331,13 @@
{ {
"operator": "O2", "operator": "O2",
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 1
"mean": "1" }
}, },
"operationType": {
"Processing": 1
},
"stationIdsList": [ "stationIdsList": [
"MA1" "MA1"
], ],
......
...@@ -15,10 +15,13 @@ ...@@ -15,10 +15,13 @@
}, },
{ {
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 1
"mean": 1.0 }
}, },
"operationType": {
"Processing": 1
},
"stationIdsList": [ "stationIdsList": [
"M1" "M1"
] ]
...@@ -30,10 +33,13 @@ ...@@ -30,10 +33,13 @@
}, },
{ {
"processingTime": { "processingTime": {
"operationType": 0, "Fixed": {
"distributionType": "Fixed", "mean": 3
"mean": 3.0 }
}, },
"operationType": {
"Processing": 0
},
"stationIdsList": [ "stationIdsList": [
"M3" "M3"
] ]
...@@ -45,10 +51,13 @@ ...@@ -45,10 +51,13 @@
}, },
{ {
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 2
"mean": 2.0 }
}, },
"operationType": {
"Processing": 1
},
"stationIdsList": [ "stationIdsList": [
"M2" "M2"
] ]
......
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