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

two updates

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