Commit 969a84dd authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Ioannis Papagiannopoulos

two updates

parent e13d9f59
...@@ -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,9 +161,12 @@ ...@@ -160,9 +161,12 @@
{ {
"operator": "O1", "operator": "O1",
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 1
"mean": 1.0 }
},
"operationType": {
"Processing": 1
}, },
"stationIdsList": [ "stationIdsList": [
"M0" "M0"
...@@ -192,9 +196,12 @@ ...@@ -192,9 +196,12 @@
{ {
"operator": "O1", "operator": "O1",
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 2
"mean": "2" }
},
"operationType": {
"Processing": 1
}, },
"stationIdsList": [ "stationIdsList": [
"M1", "M1",
...@@ -237,9 +244,12 @@ ...@@ -237,9 +244,12 @@
{ {
"operator": "O1", "operator": "O1",
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 1
"mean": "1" }
},
"operationType": {
"Processing": 1
}, },
"stationIdsList": [ "stationIdsList": [
"M1", "M1",
...@@ -282,9 +292,12 @@ ...@@ -282,9 +292,12 @@
{ {
"operator": "O1", "operator": "O1",
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 3
"mean": "3" }
},
"operationType": {
"Processing": 1
}, },
"stationIdsList": [ "stationIdsList": [
"M1", "M1",
...@@ -318,9 +331,12 @@ ...@@ -318,9 +331,12 @@
{ {
"operator": "O2", "operator": "O2",
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 1
"mean": "1" }
},
"operationType": {
"Processing": 1
}, },
"stationIdsList": [ "stationIdsList": [
"MA1" "MA1"
......
...@@ -15,9 +15,12 @@ ...@@ -15,9 +15,12 @@
}, },
{ {
"processingTime": { "processingTime": {
"operationType": 1, "Fixed": {
"distributionType": "Fixed", "mean": 1
"mean": 1.0 }
},
"operationType": {
"Processing": 1
}, },
"stationIdsList": [ "stationIdsList": [
"M1" "M1"
...@@ -30,9 +33,12 @@ ...@@ -30,9 +33,12 @@
}, },
{ {
"processingTime": { "processingTime": {
"operationType": 0, "Fixed": {
"distributionType": "Fixed", "mean": 3
"mean": 3.0 }
},
"operationType": {
"Processing": 0
}, },
"stationIdsList": [ "stationIdsList": [
"M3" "M3"
...@@ -45,9 +51,12 @@ ...@@ -45,9 +51,12 @@
}, },
{ {
"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