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

unused attributes of JobShop Json inputs removed

parent c2cba721
...@@ -11,42 +11,15 @@ ...@@ -11,42 +11,15 @@
"nodes": { "nodes": {
"M1": { "M1": {
"_class": "Dream.MachineJobShop", "_class": "Dream.MachineJobShop",
"name": "Machine1", "name": "Machine1"
"processingTime": {
"distributionType": "Fixed",
"mean": "0.25"
},
"failures": {
"failureDistribution": "No",
"MTTF": "60",
"MTTR": "5"
}
}, },
"M2": { "M2": {
"_class": "Dream.MachineJobShop", "_class": "Dream.MachineJobShop",
"name": "Machine2", "name": "Machine2"
"processingTime": {
"distributionType": "Fixed",
"mean": "1.5"
},
"failures": {
"failureDistribution": "No",
"MTTF": "40",
"MTTR": "10"
}
}, },
"M3": { "M3": {
"_class": "Dream.MachineJobShop", "_class": "Dream.MachineJobShop",
"name": "Machine3", "name": "Machine3"
"processingTime": {
"distributionType": "Fixed",
"mean": "1.5"
},
"failures": {
"failureDistribution": "No",
"MTTF": "40",
"MTTR": "10"
}
}, },
"Q1": { "Q1": {
"_class": "Dream.QueueJobShop", "_class": "Dream.QueueJobShop",
......
...@@ -11,42 +11,15 @@ ...@@ -11,42 +11,15 @@
"nodes": { "nodes": {
"M1": { "M1": {
"_class": "Dream.MachineJobShop", "_class": "Dream.MachineJobShop",
"name": "Machine1", "name": "Machine1"
"processingTime": {
"distributionType": "Fixed",
"mean": "0.25"
},
"failures": {
"failureDistribution": "No",
"MTTF": "60",
"MTTR": "5"
}
}, },
"M2": { "M2": {
"_class": "Dream.MachineJobShop", "_class": "Dream.MachineJobShop",
"name": "Machine2", "name": "Machine2"
"processingTime": {
"distributionType": "Fixed",
"mean": "1.5"
},
"failures": {
"failureDistribution": "No",
"MTTF": "40",
"MTTR": "10"
}
}, },
"M3": { "M3": {
"_class": "Dream.MachineJobShop", "_class": "Dream.MachineJobShop",
"name": "Machine3", "name": "Machine3"
"processingTime": {
"distributionType": "Fixed",
"mean": "1.5"
},
"failures": {
"failureDistribution": "No",
"MTTF": "40",
"MTTR": "10"
}
}, },
"Q1": { "Q1": {
"_class": "Dream.QueueJobShop", "_class": "Dream.QueueJobShop",
......
...@@ -11,42 +11,15 @@ ...@@ -11,42 +11,15 @@
"nodes": { "nodes": {
"M1": { "M1": {
"_class": "Dream.MachineJobShop", "_class": "Dream.MachineJobShop",
"name": "Machine1", "name": "Machine1"
"processingTime": {
"distributionType": "Fixed",
"mean": "0.25"
},
"failures": {
"failureDistribution": "No",
"MTTF": "60",
"MTTR": "5"
}
}, },
"M2": { "M2": {
"_class": "Dream.MachineJobShop", "_class": "Dream.MachineJobShop",
"name": "Machine2", "name": "Machine2"
"processingTime": {
"distributionType": "Fixed",
"mean": "1.5"
},
"failures": {
"failureDistribution": "No",
"MTTF": "40",
"MTTR": "10"
}
}, },
"M3": { "M3": {
"_class": "Dream.MachineJobShop", "_class": "Dream.MachineJobShop",
"name": "Machine3", "name": "Machine3"
"processingTime": {
"distributionType": "Fixed",
"mean": "1.5"
},
"failures": {
"failureDistribution": "No",
"MTTF": "40",
"MTTR": "10"
}
}, },
"Q1": { "Q1": {
"_class": "Dream.QueueJobShop", "_class": "Dream.QueueJobShop",
......
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