Commit 22be9689 authored by Jérome Perrin's avatar Jérome Perrin Committed by Sebastien Robin

include the position in topologies

parent 7eb79506
...@@ -49,11 +49,15 @@ ...@@ -49,11 +49,15 @@
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "1", "isDummy": "1",
"name": "DummyQ" "left": 0.6968085106382979,
"name": "DummyQ",
"top": 0.7727272727272727
}, },
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Stock" "left": 0.2978723404255319,
"name": "Stock",
"top": 0.045454545454545414
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -62,11 +66,13 @@ ...@@ -62,11 +66,13 @@
"MTTR": "5", "MTTR": "5",
"failureDistribution": "Fixed" "failureDistribution": "Fixed"
}, },
"left": 0.4414893617021277,
"name": "Machine1", "name": "Machine1",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
} },
"top": 0.5909090909090908
}, },
"M2": { "M2": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -75,20 +81,24 @@ ...@@ -75,20 +81,24 @@
"MTTR": "10", "MTTR": "10",
"failureDistribution": "Fixed" "failureDistribution": "Fixed"
}, },
"left": 0.2978723404255319,
"name": "Machine2", "name": "Machine2",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.5" "mean": "1.5"
} },
"top": 0.2272727272727273
}, },
"Q1": { "Q1": {
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "0", "isDummy": "0",
"left": 0.4414893617021277,
"name": "Q1", "name": "Q1",
"predecessorList": [ "predecessorList": [
"M1" "M1"
] ],
"top": 0.40909090909090906
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -97,42 +107,16 @@ ...@@ -97,42 +107,16 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Raw Material" "left": 0.6968085106382979,
"name": "Raw Material",
"top": 0.9545454545454546
}, },
"W1": { "W1": {
"_class": "Dream.Repairman", "_class": "Dream.Repairman",
"capacity": "1", "capacity": "1",
"name": "W1" "left": 0.14893617021276595,
} "name": "W1",
}, "top": 0.7727272727272727
"preferences": {
"DummyQ": {
"left": 0.6979166666666667,
"top": 0.7720588235294118
},
"E1": {
"left": 0.296875,
"top": 0.04656862745098034
},
"M1": {
"left": 0.4375,
"top": 0.5906862745098039
},
"M2": {
"left": 0.296875,
"top": 0.2279411764705882
},
"Q1": {
"left": 0.4375,
"top": 0.40931372549019607
},
"S1": {
"left": 0.6979166666666667,
"top": 0.9534313725490196
},
"W1": {
"left": 0.15104166666666663,
"top": 0.7720588235294118
} }
} }
} }
\ No newline at end of file
...@@ -32,15 +32,19 @@ ...@@ -32,15 +32,19 @@
"nodes": { "nodes": {
"A1": { "A1": {
"_class": "Dream.Assembly", "_class": "Dream.Assembly",
"left": 0.5,
"name": "Assembly", "name": "Assembly",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "2" "mean": "2"
} },
"top": 0.6423076923076922
}, },
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Stock" "left": 0.5,
"name": "Stock",
"top": 0.07307692307692304
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -50,11 +54,13 @@ ...@@ -50,11 +54,13 @@
"failureDistribution": "Fixed", "failureDistribution": "Fixed",
"repairman": "None" "repairman": "None"
}, },
"left": 0.5,
"name": "Moulding", "name": "Moulding",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
} },
"top": 0.35769230769230764
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -63,7 +69,9 @@ ...@@ -63,7 +69,9 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Parts" "left": 0.7857142857142857,
"name": "Parts",
"top": 0.926923076923077
}, },
"S2": { "S2": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -72,28 +80,8 @@ ...@@ -72,28 +80,8 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "2" "mean": "2"
}, },
"name": "Frames"
}
},
"preferences": {
"A1": {
"left": 0.5,
"top": 0.6423076923076922
},
"E1": {
"left": 0.5,
"top": 0.07307692307692304
},
"M1": {
"left": 0.5,
"top": 0.35769230769230764
},
"S1": {
"left": 0.7857142857142857,
"top": 0.926923076923077
},
"S2": {
"left": 0.2142857142857143, "left": 0.2142857142857143,
"name": "Frames",
"top": 0.926923076923077 "top": 0.926923076923077
} }
} }
......
...@@ -44,10 +44,14 @@ ...@@ -44,10 +44,14 @@
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "1", "isDummy": "1",
"name": "DummyQ" "left": 0.30208333333333337,
"name": "DummyQ",
"top": 0.721556886227545
}, },
"E1": { "E1": {
"_class": "Dream.Exit" "_class": "Dream.Exit",
"left": 0.7083333333333333,
"top": 0.05688622754491013
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -56,11 +60,13 @@ ...@@ -56,11 +60,13 @@
"MTTR": "5", "MTTR": "5",
"failureDistribution": "Fixed" "failureDistribution": "Fixed"
}, },
"left": 0.5625,
"name": "Machine1", "name": "Machine1",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
} },
"top": 0.5
}, },
"M2": { "M2": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -69,11 +75,13 @@ ...@@ -69,11 +75,13 @@
"MTTR": "10", "MTTR": "10",
"failureDistribution": "Fixed" "failureDistribution": "Fixed"
}, },
"left": 0.7083333333333333,
"name": "Machine2", "name": "Machine2",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.5" "mean": "1.5"
} },
"top": 0.2784431137724551
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -82,37 +90,15 @@ ...@@ -82,37 +90,15 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Raw Material"
},
"W1": {
"_class": "Dream.Repairman",
"capacity": "1",
"name": "W1"
}
},
"preferences": {
"DummyQ": {
"left": 0.30208333333333337,
"top": 0.721556886227545
},
"E1": {
"left": 0.7083333333333333,
"top": 0.05688622754491013
},
"M1": {
"left": 0.5625,
"top": 0.5
},
"M2": {
"left": 0.7083333333333333,
"top": 0.2784431137724551
},
"S1": {
"left": 0.30208333333333337, "left": 0.30208333333333337,
"name": "Raw Material",
"top": 0.9431137724550899 "top": 0.9431137724550899
}, },
"W1": { "W1": {
"_class": "Dream.Repairman",
"capacity": "1",
"left": 0.8489583333333334, "left": 0.8489583333333334,
"name": "W1",
"top": 0.721556886227545 "top": 0.721556886227545
} }
} }
......
...@@ -49,11 +49,15 @@ ...@@ -49,11 +49,15 @@
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "1", "isDummy": "1",
"name": "DummyQ" "left": 0.6979166666666667,
"name": "DummyQ",
"top": 0.7720588235294118
}, },
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Stock" "left": 0.296875,
"name": "Stock",
"top": 0.04656862745098034
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -62,11 +66,13 @@ ...@@ -62,11 +66,13 @@
"MTTR": "5", "MTTR": "5",
"failureDistribution": "Fixed" "failureDistribution": "Fixed"
}, },
"left": 0.296875,
"name": "Machine1", "name": "Machine1",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
} },
"top": 0.2279411764705882
}, },
"M2": { "M2": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -75,17 +81,21 @@ ...@@ -75,17 +81,21 @@
"MTTR": "10", "MTTR": "10",
"failureDistribution": "Fixed" "failureDistribution": "Fixed"
}, },
"left": 0.4375,
"name": "Machine2", "name": "Machine2",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.5" "mean": "1.5"
} },
"top": 0.5906862745098039
}, },
"Q1": { "Q1": {
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "0", "isDummy": "0",
"name": "Q1" "left": 0.4375,
"name": "Q1",
"top": 0.40931372549019607
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -94,41 +104,15 @@ ...@@ -94,41 +104,15 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Raw Material"
},
"W1": {
"_class": "Dream.Repairman",
"capacity": "1",
"name": "W1"
}
},
"preferences": {
"DummyQ": {
"left": 0.6979166666666667,
"top": 0.7720588235294118
},
"E1": {
"left": 0.296875,
"top": 0.04656862745098034
},
"M1": {
"left": 0.296875,
"top": 0.2279411764705882
},
"M2": {
"left": 0.4375,
"top": 0.5906862745098039
},
"Q1": {
"left": 0.4375,
"top": 0.40931372549019607
},
"S1": {
"left": 0.6979166666666667, "left": 0.6979166666666667,
"name": "Raw Material",
"top": 0.9534313725490196 "top": 0.9534313725490196
}, },
"W1": { "W1": {
"_class": "Dream.Repairman",
"capacity": "1",
"left": 0.15104166666666663, "left": 0.15104166666666663,
"name": "W1",
"top": 0.7720588235294118 "top": 0.7720588235294118
} }
} }
......
...@@ -42,15 +42,19 @@ ...@@ -42,15 +42,19 @@
"nodes": { "nodes": {
"A1": { "A1": {
"_class": "Dream.Assembly", "_class": "Dream.Assembly",
"left": 0.5,
"name": "Assembly", "name": "Assembly",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "2" "mean": "2"
} },
"top": 0.7720588235294118
}, },
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Stock" "left": 0.5,
"name": "Stock",
"top": 0.04656862745098034
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -60,11 +64,13 @@ ...@@ -60,11 +64,13 @@
"failureDistribution": "Fixed", "failureDistribution": "Fixed",
"repairman": "None" "repairman": "None"
}, },
"left": 0.5,
"name": "Moulding", "name": "Moulding",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
} },
"top": 0.5906862745098039
}, },
"M2": { "M2": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -74,17 +80,21 @@ ...@@ -74,17 +80,21 @@
"failureDistribution": "Fixed", "failureDistribution": "Fixed",
"repairman": "None" "repairman": "None"
}, },
"left": 0.5,
"name": "Machine2", "name": "Machine2",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.5" "mean": "1.5"
} },
"top": 0.2279411764705882
}, },
"Q1": { "Q1": {
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "0", "isDummy": "0",
"name": "Q1" "left": 0.5,
"name": "Q1",
"top": 0.40931372549019607
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -93,7 +103,9 @@ ...@@ -93,7 +103,9 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Parts" "left": 0.2142857142857143,
"name": "Parts",
"top": 0.9534313725490196
}, },
"S2": { "S2": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -102,36 +114,8 @@ ...@@ -102,36 +114,8 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "2" "mean": "2"
}, },
"name": "Frames"
}
},
"preferences": {
"A1": {
"left": 0.5,
"top": 0.7720588235294118
},
"E1": {
"left": 0.5,
"top": 0.04656862745098034
},
"M1": {
"left": 0.5,
"top": 0.5906862745098039
},
"M2": {
"left": 0.5,
"top": 0.2279411764705882
},
"Q1": {
"left": 0.5,
"top": 0.40931372549019607
},
"S1": {
"left": 0.2142857142857143,
"top": 0.9534313725490196
},
"S2": {
"left": 0.7857142857142857, "left": 0.7857142857142857,
"name": "Frames",
"top": 0.9534313725490196 "top": 0.9534313725490196
} }
} }
......
...@@ -54,11 +54,15 @@ ...@@ -54,11 +54,15 @@
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "1", "isDummy": "1",
"name": "DummyQ" "left": 0.6979166666666667,
"name": "DummyQ",
"top": 0.8070539419087137
}, },
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Stock" "left": 0.296875,
"name": "Stock",
"top": 0.03941908713692943
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -67,11 +71,13 @@ ...@@ -67,11 +71,13 @@
"MTTR": "5", "MTTR": "5",
"failureDistribution": "Fixed" "failureDistribution": "Fixed"
}, },
"left": 0.4375,
"name": "Machine1", "name": "Machine1",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
} },
"top": 0.6535269709543569
}, },
"M2": { "M2": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -80,28 +86,34 @@ ...@@ -80,28 +86,34 @@
"MTTR": "10", "MTTR": "10",
"failureDistribution": "Fixed" "failureDistribution": "Fixed"
}, },
"left": 0.296875,
"name": "Machine2", "name": "Machine2",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.5" "mean": "1.5"
} },
"top": 0.34647302904564314
}, },
"M3": { "M3": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": { "failures": {
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.296875,
"name": "Machine3", "name": "Machine3",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "3" "mean": "3"
} },
"top": 0.1929460580912863
}, },
"Q1": { "Q1": {
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "0", "isDummy": "0",
"name": "Q1" "left": 0.4375,
"name": "Q1",
"top": 0.5
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -110,45 +122,15 @@ ...@@ -110,45 +122,15 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Raw Material"
},
"W1": {
"_class": "Dream.Repairman",
"capacity": "1",
"name": "W1"
}
},
"preferences": {
"DummyQ": {
"left": 0.6979166666666667,
"top": 0.8070539419087137
},
"E1": {
"left": 0.296875,
"top": 0.03941908713692943
},
"M1": {
"left": 0.4375,
"top": 0.6535269709543569
},
"M2": {
"left": 0.296875,
"top": 0.34647302904564314
},
"M3": {
"left": 0.296875,
"top": 0.1929460580912863
},
"Q1": {
"left": 0.4375,
"top": 0.5
},
"S1": {
"left": 0.6979166666666667, "left": 0.6979166666666667,
"name": "Raw Material",
"top": 0.9605809128630706 "top": 0.9605809128630706
}, },
"W1": { "W1": {
"_class": "Dream.Repairman",
"capacity": "1",
"left": 0.15104166666666663, "left": 0.15104166666666663,
"name": "W1",
"top": 0.8070539419087137 "top": 0.8070539419087137
} }
} }
......
...@@ -42,7 +42,9 @@ ...@@ -42,7 +42,9 @@
"nodes": { "nodes": {
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Stock" "left": 0.5,
"name": "Stock",
"top": 0.05688622754491013
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -52,11 +54,13 @@ ...@@ -52,11 +54,13 @@
"failureDistribution": "Fixed", "failureDistribution": "Fixed",
"repairman": "None" "repairman": "None"
}, },
"left": 0.7857142857142857,
"name": "Machine1", "name": "Machine1",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
} },
"top": 0.721556886227545
}, },
"M2": { "M2": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -66,28 +70,34 @@ ...@@ -66,28 +70,34 @@
"failureDistribution": "Fixed", "failureDistribution": "Fixed",
"repairman": "None" "repairman": "None"
}, },
"left": 0.2142857142857143,
"name": "Machine2", "name": "Machine2",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.5" "mean": "1.5"
} },
"top": 0.721556886227545
}, },
"M3": { "M3": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": { "failures": {
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.5,
"name": "Machine3", "name": "Machine3",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1" "mean": "1"
} },
"top": 0.2784431137724551
}, },
"Q1": { "Q1": {
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "0", "isDummy": "0",
"name": "Q1" "left": 0.5,
"name": "Q1",
"top": 0.5
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -96,7 +106,9 @@ ...@@ -96,7 +106,9 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Raw Material 1" "left": 0.7857142857142857,
"name": "Raw Material 1",
"top": 0.9431137724550899
}, },
"S2": { "S2": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -105,36 +117,8 @@ ...@@ -105,36 +117,8 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1" "mean": "1"
}, },
"name": "Raw Material 2"
}
},
"preferences": {
"E1": {
"left": 0.5,
"top": 0.05688622754491013
},
"M1": {
"left": 0.7857142857142857,
"top": 0.721556886227545
},
"M2": {
"left": 0.2142857142857143,
"top": 0.721556886227545
},
"M3": {
"left": 0.5,
"top": 0.2784431137724551
},
"Q1": {
"left": 0.5,
"top": 0.5
},
"S1": {
"left": 0.7857142857142857,
"top": 0.9431137724550899
},
"S2": {
"left": 0.2142857142857143, "left": 0.2142857142857143,
"name": "Raw Material 2",
"top": 0.9431137724550899 "top": 0.9431137724550899
} }
} }
......
...@@ -52,57 +52,69 @@ ...@@ -52,57 +52,69 @@
"nodes": { "nodes": {
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Stock" "left": 0.5,
"name": "Stock",
"top": 0.05688622754491013
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": { "failures": {
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.8636363636363636,
"name": "Machine1", "name": "Machine1",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
} },
"top": 0.721556886227545
}, },
"M2": { "M2": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": { "failures": {
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.13636363636363635,
"name": "Machine2", "name": "Machine2",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.5" "mean": "1.5"
} },
"top": 0.721556886227545
}, },
"M3": { "M3": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": { "failures": {
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.5,
"name": "Machine3", "name": "Machine3",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1" "mean": "1"
} },
"top": 0.721556886227545
}, },
"M4": { "M4": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": { "failures": {
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.5,
"name": "Machine4", "name": "Machine4",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.25" "mean": "1.25"
} },
"top": 0.2784431137724551
}, },
"Q1": { "Q1": {
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "0", "isDummy": "0",
"name": "Q1" "left": 0.5,
"name": "Q1",
"top": 0.5
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -111,7 +123,9 @@ ...@@ -111,7 +123,9 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Raw Material 1" "left": 0.8636363636363636,
"name": "Raw Material 1",
"top": 0.9431137724550899
}, },
"S2": { "S2": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -120,7 +134,9 @@ ...@@ -120,7 +134,9 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1" "mean": "1"
}, },
"name": "Raw Material 2" "left": 0.13636363636363635,
"name": "Raw Material 2",
"top": 0.9431137724550899
}, },
"S3": { "S3": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -129,44 +145,8 @@ ...@@ -129,44 +145,8 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "2" "mean": "2"
}, },
"name": "Raw Material 3"
}
},
"preferences": {
"E1": {
"left": 0.5,
"top": 0.05688622754491013
},
"M1": {
"left": 0.8636363636363636,
"top": 0.721556886227545
},
"M2": {
"left": 0.13636363636363635,
"top": 0.721556886227545
},
"M3": {
"left": 0.5,
"top": 0.721556886227545
},
"M4": {
"left": 0.5,
"top": 0.2784431137724551
},
"Q1": {
"left": 0.5,
"top": 0.5
},
"S1": {
"left": 0.8636363636363636,
"top": 0.9431137724550899
},
"S2": {
"left": 0.13636363636363635,
"top": 0.9431137724550899
},
"S3": {
"left": 0.5, "left": 0.5,
"name": "Raw Material 3",
"top": 0.9431137724550899 "top": 0.9431137724550899
} }
} }
......
...@@ -22,18 +22,22 @@ ...@@ -22,18 +22,22 @@
"nodes": { "nodes": {
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Stock" "left": 0.5,
"name": "Stock",
"top": 0.10215053763440862
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": { "failures": {
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.5,
"name": "Moulding", "name": "Moulding",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
} },
"top": 0.5
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -42,20 +46,8 @@ ...@@ -42,20 +46,8 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Raw Material"
}
},
"preferences": {
"E1": {
"left": 0.5,
"top": 0.10215053763440862
},
"M1": {
"left": 0.5,
"top": 0.5
},
"S1": {
"left": 0.5, "left": 0.5,
"name": "Raw Material",
"top": 0.8978494623655914 "top": 0.8978494623655914
} }
} }
......
...@@ -52,57 +52,69 @@ ...@@ -52,57 +52,69 @@
"nodes": { "nodes": {
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Stock" "left": 0.5,
"name": "Stock",
"top": 0.05688622754491013
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": { "failures": {
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.7857142857142857,
"name": "Machine1", "name": "Machine1",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
} },
"top": 0.721556886227545
}, },
"M2": { "M2": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": { "failures": {
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.2142857142857143,
"name": "Machine2", "name": "Machine2",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.5" "mean": "1.5"
} },
"top": 0.721556886227545
}, },
"M3": { "M3": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": { "failures": {
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.2142857142857143,
"name": "Machine3", "name": "Machine3",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1" "mean": "1"
} },
"top": 0.2784431137724551
}, },
"M4": { "M4": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": { "failures": {
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.7857142857142857,
"name": "Machine4", "name": "Machine4",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.25" "mean": "1.25"
} },
"top": 0.2784431137724551
}, },
"Q1": { "Q1": {
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "0", "isDummy": "0",
"name": "Q1" "left": 0.5,
"name": "Q1",
"top": 0.5
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -111,7 +123,9 @@ ...@@ -111,7 +123,9 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Raw Material 1" "left": 0.7857142857142857,
"name": "Raw Material 1",
"top": 0.9431137724550899
}, },
"S2": { "S2": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -120,40 +134,8 @@ ...@@ -120,40 +134,8 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1" "mean": "1"
}, },
"name": "Raw Material 2"
}
},
"preferences": {
"E1": {
"left": 0.5,
"top": 0.05688622754491013
},
"M1": {
"left": 0.7857142857142857,
"top": 0.721556886227545
},
"M2": {
"left": 0.2142857142857143,
"top": 0.721556886227545
},
"M3": {
"left": 0.2142857142857143,
"top": 0.2784431137724551
},
"M4": {
"left": 0.7857142857142857,
"top": 0.2784431137724551
},
"Q1": {
"left": 0.5,
"top": 0.5
},
"S1": {
"left": 0.7857142857142857,
"top": 0.9431137724550899
},
"S2": {
"left": 0.2142857142857143, "left": 0.2142857142857143,
"name": "Raw Material 2",
"top": 0.9431137724550899 "top": 0.9431137724550899
} }
} }
......
...@@ -59,11 +59,15 @@ ...@@ -59,11 +59,15 @@
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "1", "isDummy": "1",
"name": "DummyQ" "left": 0.639751552795031,
"name": "DummyQ",
"top": 0.7720588235294118
}, },
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Stock" "left": 0.40993788819875776,
"name": "Stock",
"top": 0.04656862745098034
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -72,11 +76,13 @@ ...@@ -72,11 +76,13 @@
"MTTR": "5", "MTTR": "5",
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.6335403726708074,
"name": "Machine1", "name": "Machine1",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.5" "mean": "1.5"
} },
"top": 0.40931372549019607
}, },
"M2": { "M2": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -85,28 +91,34 @@ ...@@ -85,28 +91,34 @@
"MTTR": "10", "MTTR": "10",
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.1863354037267081,
"name": "Machine2", "name": "Machine2",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.5" "mean": "1.5"
} },
"top": 0.40931372549019607
}, },
"M3": { "M3": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": { "failures": {
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.40993788819875776,
"name": "Machine3", "name": "Machine3",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "2" "mean": "2"
} },
"top": 0.2279411764705882
}, },
"Q1": { "Q1": {
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "0", "isDummy": "0",
"name": "Q1" "left": 0.639751552795031,
"name": "Q1",
"top": 0.5906862745098039
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -115,45 +127,15 @@ ...@@ -115,45 +127,15 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Raw Material"
},
"W1": {
"_class": "Dream.Repairman",
"capacity": "1",
"name": "W1"
}
},
"preferences": {
"DummyQ": {
"left": 0.639751552795031,
"top": 0.7720588235294118
},
"E1": {
"left": 0.40993788819875776,
"top": 0.04656862745098034
},
"M1": {
"left": 0.6335403726708074,
"top": 0.40931372549019607
},
"M2": {
"left": 0.1863354037267081,
"top": 0.40931372549019607
},
"M3": {
"left": 0.40993788819875776,
"top": 0.2279411764705882
},
"Q1": {
"left": 0.639751552795031,
"top": 0.5906862745098039
},
"S1": {
"left": 0.639751552795031, "left": 0.639751552795031,
"name": "Raw Material",
"top": 0.9534313725490196 "top": 0.9534313725490196
}, },
"W1": { "W1": {
"_class": "Dream.Repairman",
"capacity": "1",
"left": 0.18012422360248448, "left": 0.18012422360248448,
"name": "W1",
"top": 0.5906862745098039 "top": 0.5906862745098039
} }
} }
......
...@@ -11,6 +11,16 @@ ...@@ -11,6 +11,16 @@
"W1", "W1",
{} {}
], ],
"10": [
"M1",
"Q1",
{}
],
"11": [
"M2",
"Q1",
{}
],
"2": [ "2": [
"DummyQ", "DummyQ",
"S1", "S1",
...@@ -50,16 +60,6 @@ ...@@ -50,16 +60,6 @@
"Q1", "Q1",
"DummyQ", "DummyQ",
{} {}
],
"10": [
"M1",
"Q1",
{}
],
"11": [
"M2",
"Q1",
{}
] ]
}, },
"general": { "general": {
...@@ -74,11 +74,15 @@ ...@@ -74,11 +74,15 @@
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "1", "isDummy": "1",
"name": "DummyQ" "left": 0.639751552795031,
"name": "DummyQ",
"top": 0.7720588235294118
}, },
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Stock" "left": 0.40993788819875776,
"name": "Stock",
"top": 0.04656862745098034
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -87,11 +91,13 @@ ...@@ -87,11 +91,13 @@
"MTTR": "5", "MTTR": "5",
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.6335403726708074,
"name": "Machine1", "name": "Machine1",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.5" "mean": "1.5"
} },
"top": 0.40931372549019607
}, },
"M2": { "M2": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -100,39 +106,47 @@ ...@@ -100,39 +106,47 @@
"MTTR": "10", "MTTR": "10",
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.1863354037267081,
"name": "Machine2", "name": "Machine2",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.5" "mean": "1.5"
} },
"top": 0.40931372549019607
}, },
"M3": { "M3": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": { "failures": {
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.1863354037267081,
"name": "Machine3", "name": "Machine3",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "2" "mean": "2"
} },
"top": 0.2279411764705882
}, },
"M4": { "M4": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": { "failures": {
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.6335403726708074,
"name": "Machine4", "name": "Machine4",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "2" "mean": "2"
} },
"top": 0.2279411764705882
}, },
"Q1": { "Q1": {
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "0", "isDummy": "0",
"name": "Q1" "left": 0.639751552795031,
"name": "Q1",
"top": 0.5906862745098039
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -141,49 +155,15 @@ ...@@ -141,49 +155,15 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Raw Material"
},
"W1": {
"_class": "Dream.Repairman",
"capacity": "1",
"name": "W1"
}
},
"preferences": {
"DummyQ": {
"left": 0.639751552795031,
"top": 0.7720588235294118
},
"E1": {
"left": 0.40993788819875776,
"top": 0.04656862745098034
},
"M1": {
"left": 0.6335403726708074,
"top": 0.40931372549019607
},
"M2": {
"left": 0.1863354037267081,
"top": 0.40931372549019607
},
"M3": {
"left": 0.1863354037267081,
"top": 0.2279411764705882
},
"M4": {
"left": 0.6335403726708074,
"top": 0.2279411764705882
},
"Q1": {
"left": 0.639751552795031,
"top": 0.5906862745098039
},
"S1": {
"left": 0.639751552795031, "left": 0.639751552795031,
"name": "Raw Material",
"top": 0.9534313725490196 "top": 0.9534313725490196
}, },
"W1": { "W1": {
"_class": "Dream.Repairman",
"capacity": "1",
"left": 0.18012422360248448, "left": 0.18012422360248448,
"name": "W1",
"top": 0.5906862745098039 "top": 0.5906862745098039
} }
} }
......
...@@ -50,27 +50,35 @@ ...@@ -50,27 +50,35 @@
"nodes": { "nodes": {
"A1": { "A1": {
"_class": "Dream.Assembly", "_class": "Dream.Assembly",
"left": 0.5,
"name": "Assembly", "name": "Assembly",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "2" "mean": "2"
} },
"top": 0.2784431137724551
}, },
"D1": { "D1": {
"_class": "Dream.Dismantle", "_class": "Dream.Dismantle",
"left": 0.5,
"name": "Dismantle", "name": "Dismantle",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1" "mean": "1"
} },
"top": 0.721556886227545
}, },
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Parts Stock" "left": 0.7857142857142857,
"name": "Parts Stock",
"top": 0.9431137724550899
}, },
"E2": { "E2": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Frames Stock" "left": 0.2142857142857143,
"name": "Frames Stock",
"top": 0.9431137724550899
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -80,11 +88,13 @@ ...@@ -80,11 +88,13 @@
"failureDistribution": "Fixed", "failureDistribution": "Fixed",
"repairman": "None" "repairman": "None"
}, },
"left": 0.5,
"name": "Moulding", "name": "Moulding",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
} },
"top": 0.5
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -93,7 +103,9 @@ ...@@ -93,7 +103,9 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Parts" "left": 0.2142857142857143,
"name": "Parts",
"top": 0.05688622754491013
}, },
"S2": { "S2": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -102,36 +114,8 @@ ...@@ -102,36 +114,8 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "2" "mean": "2"
}, },
"name": "Frames"
}
},
"preferences": {
"A1": {
"left": 0.5,
"top": 0.2784431137724551
},
"D1": {
"left": 0.5,
"top": 0.721556886227545
},
"E1": {
"left": 0.7857142857142857,
"top": 0.9431137724550899
},
"E2": {
"left": 0.2142857142857143,
"top": 0.9431137724550899
},
"M1": {
"left": 0.5,
"top": 0.5
},
"S1": {
"left": 0.2142857142857143,
"top": 0.05688622754491013
},
"S2": {
"left": 0.7857142857142857, "left": 0.7857142857142857,
"name": "Frames",
"top": 0.05688622754491013 "top": 0.05688622754491013
} }
} }
......
...@@ -52,14 +52,17 @@ ...@@ -52,14 +52,17 @@
"nodes": { "nodes": {
"A1": { "A1": {
"_class": "Dream.Assembly", "_class": "Dream.Assembly",
"left": 0.5,
"name": "Assembly", "name": "Assembly",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "2" "mean": "2"
} },
"top": 0.7720588235294118
}, },
"D1": { "D1": {
"_class": "Dream.Dismantle", "_class": "Dream.Dismantle",
"left": 0.5,
"name": "Dismantle", "name": "Dismantle",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
...@@ -70,15 +73,20 @@ ...@@ -70,15 +73,20 @@
], ],
"successorPartList": [ "successorPartList": [
"M3" "M3"
] ],
"top": 0.40931372549019607
}, },
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Parts Stock" "left": 0.2142857142857143,
"name": "Parts Stock",
"top": 0.04656862745098034
}, },
"E2": { "E2": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Frames Stock" "left": 0.7857142857142857,
"name": "Frames Stock",
"top": 0.04656862745098034
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -88,11 +96,13 @@ ...@@ -88,11 +96,13 @@
"failureDistribution": "Fixed", "failureDistribution": "Fixed",
"repairman": "None" "repairman": "None"
}, },
"left": 0.5,
"name": "Moulding", "name": "Moulding",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
} },
"top": 0.5906862745098039
}, },
"M2": { "M2": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -102,11 +112,13 @@ ...@@ -102,11 +112,13 @@
"failureDistribution": "No", "failureDistribution": "No",
"repairman": "None" "repairman": "None"
}, },
"left": 0.2142857142857143,
"name": "Frame Wash", "name": "Frame Wash",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1" "mean": "1"
} },
"top": 0.2279411764705882
}, },
"M3": { "M3": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -116,11 +128,13 @@ ...@@ -116,11 +128,13 @@
"failureDistribution": "No", "failureDistribution": "No",
"repairman": "None" "repairman": "None"
}, },
"left": 0.7857142857142857,
"name": "Part Wash", "name": "Part Wash",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.20" "mean": "0.20"
} },
"top": 0.2279411764705882
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -129,7 +143,9 @@ ...@@ -129,7 +143,9 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Parts" "left": 0.2142857142857143,
"name": "Parts",
"top": 0.9534313725490196
}, },
"S2": { "S2": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -138,44 +154,8 @@ ...@@ -138,44 +154,8 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "2" "mean": "2"
}, },
"name": "Frames"
}
},
"preferences": {
"A1": {
"left": 0.5,
"top": 0.7720588235294118
},
"D1": {
"left": 0.5,
"top": 0.40931372549019607
},
"E1": {
"left": 0.2142857142857143,
"top": 0.04656862745098034
},
"E2": {
"left": 0.7857142857142857,
"top": 0.04656862745098034
},
"M1": {
"left": 0.5,
"top": 0.5906862745098039
},
"M2": {
"left": 0.2142857142857143,
"top": 0.2279411764705882
},
"M3": {
"left": 0.7857142857142857,
"top": 0.2279411764705882
},
"S1": {
"left": 0.2142857142857143,
"top": 0.9534313725490196
},
"S2": {
"left": 0.7857142857142857, "left": 0.7857142857142857,
"name": "Frames",
"top": 0.9534313725490196 "top": 0.9534313725490196
} }
} }
......
...@@ -47,19 +47,25 @@ ...@@ -47,19 +47,25 @@
"nodes": { "nodes": {
"C1": { "C1": {
"_class": "Dream.Conveyer", "_class": "Dream.Conveyer",
"left": 0.5625,
"length": "8", "length": "8",
"name": "C1", "name": "C1",
"speed": "1" "speed": "1",
"top": 0.40931372549019607
}, },
"DummyQ": { "DummyQ": {
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "1", "isDummy": "1",
"name": "DummyQ" "left": 0.30208333333333337,
"name": "DummyQ",
"top": 0.7720588235294118
}, },
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Stock" "left": 0.7083333333333333,
"name": "Stock",
"top": 0.04656862745098034
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -68,11 +74,13 @@ ...@@ -68,11 +74,13 @@
"MTTR": "5", "MTTR": "5",
"failureDistribution": "Fixed" "failureDistribution": "Fixed"
}, },
"left": 0.5625,
"name": "Machine1", "name": "Machine1",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
} },
"top": 0.5906862745098039
}, },
"M2": { "M2": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -81,11 +89,13 @@ ...@@ -81,11 +89,13 @@
"MTTR": "10", "MTTR": "10",
"failureDistribution": "Fixed" "failureDistribution": "Fixed"
}, },
"left": 0.7083333333333333,
"name": "Machine2", "name": "Machine2",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.5" "mean": "1.5"
} },
"top": 0.2279411764705882
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -94,41 +104,15 @@ ...@@ -94,41 +104,15 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Raw Material"
},
"W1": {
"_class": "Dream.Repairman",
"capacity": "1",
"name": "W1"
}
},
"preferences": {
"C1": {
"left": 0.5625,
"top": 0.40931372549019607
},
"DummyQ": {
"left": 0.30208333333333337,
"top": 0.7720588235294118
},
"E1": {
"left": 0.7083333333333333,
"top": 0.04656862745098034
},
"M1": {
"left": 0.5625,
"top": 0.5906862745098039
},
"M2": {
"left": 0.7083333333333333,
"top": 0.2279411764705882
},
"S1": {
"left": 0.30208333333333337, "left": 0.30208333333333337,
"name": "Raw Material",
"top": 0.9534313725490196 "top": 0.9534313725490196
}, },
"W1": { "W1": {
"_class": "Dream.Repairman",
"capacity": "1",
"left": 0.8489583333333334, "left": 0.8489583333333334,
"name": "W1",
"top": 0.7720588235294118 "top": 0.7720588235294118
} }
} }
......
...@@ -52,19 +52,25 @@ ...@@ -52,19 +52,25 @@
"nodes": { "nodes": {
"C1": { "C1": {
"_class": "Dream.Conveyer", "_class": "Dream.Conveyer",
"left": 0.5625,
"length": "8", "length": "8",
"name": "C1", "name": "C1",
"speed": "1" "speed": "1",
"top": 0.5
}, },
"DummyQ": { "DummyQ": {
"_class": "Dream.Queue", "_class": "Dream.Queue",
"capacity": "1", "capacity": "1",
"isDummy": "1", "isDummy": "1",
"name": "DummyQ" "left": 0.30208333333333337,
"name": "DummyQ",
"top": 0.8070539419087137
}, },
"E1": { "E1": {
"_class": "Dream.Exit", "_class": "Dream.Exit",
"name": "Stock" "left": 0.7083333333333333,
"name": "Stock",
"top": 0.03941908713692943
}, },
"M1": { "M1": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -73,11 +79,13 @@ ...@@ -73,11 +79,13 @@
"MTTR": "5", "MTTR": "5",
"failureDistribution": "Fixed" "failureDistribution": "Fixed"
}, },
"left": 0.5625,
"name": "Machine1", "name": "Machine1",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.25" "mean": "0.25"
} },
"top": 0.6535269709543569
}, },
"M2": { "M2": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
...@@ -86,22 +94,26 @@ ...@@ -86,22 +94,26 @@
"MTTR": "10", "MTTR": "10",
"failureDistribution": "Fixed" "failureDistribution": "Fixed"
}, },
"left": 0.7083333333333333,
"name": "Machine2", "name": "Machine2",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "1.5" "mean": "1.5"
} },
"top": 0.34647302904564314
}, },
"M3": { "M3": {
"_class": "Dream.Machine", "_class": "Dream.Machine",
"failures": { "failures": {
"failureDistribution": "No" "failureDistribution": "No"
}, },
"left": 0.7083333333333333,
"name": "Machine3", "name": "Machine3",
"processingTime": { "processingTime": {
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "3" "mean": "3"
} },
"top": 0.1929460580912863
}, },
"S1": { "S1": {
"_class": "Dream.Source", "_class": "Dream.Source",
...@@ -110,45 +122,15 @@ ...@@ -110,45 +122,15 @@
"distributionType": "Fixed", "distributionType": "Fixed",
"mean": "0.5" "mean": "0.5"
}, },
"name": "Raw Material"
},
"W1": {
"_class": "Dream.Repairman",
"capacity": "1",
"name": "W1"
}
},
"preferences": {
"C1": {
"left": 0.5625,
"top": 0.5
},
"DummyQ": {
"left": 0.30208333333333337,
"top": 0.8070539419087137
},
"E1": {
"left": 0.7083333333333333,
"top": 0.03941908713692943
},
"M1": {
"left": 0.5625,
"top": 0.6535269709543569
},
"M2": {
"left": 0.7083333333333333,
"top": 0.34647302904564314
},
"M3": {
"left": 0.7083333333333333,
"top": 0.1929460580912863
},
"S1": {
"left": 0.30208333333333337, "left": 0.30208333333333337,
"name": "Raw Material",
"top": 0.9605809128630706 "top": 0.9605809128630706
}, },
"W1": { "W1": {
"_class": "Dream.Repairman",
"capacity": "1",
"left": 0.8489583333333334, "left": 0.8489583333333334,
"name": "W1",
"top": 0.8070539419087137 "top": 0.8070539419087137
} }
} }
......
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