Commit 803efccd authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Ioannis Papagiannopoulos

corrections in 2 topologies

parent 887d30d1
...@@ -56,20 +56,7 @@ ...@@ -56,20 +56,7 @@
"mean": 3.0 "mean": 3.0
} }
}, },
"interruptions": { "interruptions": {},
"failure": {
"TTR": {
"Fixed": {
"mean": null
}
},
"TTF": {
"Fixed": {
"mean": null
}
}
}
},
"_class": "Dream.Machine", "_class": "Dream.Machine",
"left": 0.7083333333333333 "left": 0.7083333333333333
}, },
......
...@@ -15,8 +15,9 @@ ...@@ -15,8 +15,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed":{
"mean": 1.0 "mean": 1.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"M1" "M1"
...@@ -29,8 +30,9 @@ ...@@ -29,8 +30,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed":{
"mean": 3.0 "mean": 3.0
}
}, },
"stationIdsList": [ "stationIdsList": [
"M3" "M3"
...@@ -43,8 +45,9 @@ ...@@ -43,8 +45,9 @@
}, },
{ {
"processingTime": { "processingTime": {
"distributionType": "Fixed", "Fixed":{
"mean": 2.0 "mean": 2.0
}
}, },
"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