Commit 9b994b89 authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Jérome Perrin

Default empty json update for the GUI to presents results and contact the SE

parent 3c796771
......@@ -203,15 +203,18 @@
"MTTF" : {
"description" : "Mean Time To Failure",
"type" : "number",
"default" : 40,
"required" : true
},
"MTTR" : {
"description" : "Mean Time To Failure",
"type" : "number",
"default" : 10,
"required" : true
},
"availability" : {
"type" : "number",
"default" : 0,
"required" : true
},
"repairman" : {
......@@ -364,13 +367,13 @@
},
"name" : {
"type" : "string"
},
"required" : [
"_class",
"source",
"destination"
]
}
},
"required" : [
"_class",
"source",
"destination"
],
"type" : "object"
},
"node" : {
......@@ -408,8 +411,8 @@
"_class" : "node",
"name" : "Exit",
"css": {
"color" : "#F0F"
},
"color" : "#F0F"
},
"shape" : "rectangle",
"description" : "A station where entities exits from the system",
"allOf" : [{
......@@ -683,6 +686,11 @@
"title" : "RunSiumulation",
"type" : "object_view",
"gadget" : "Input_viewSimulation"
},
"view_result": {
"gadget": "Input_viewResultList",
"type": "object_view",
"title": "Results"
}
},
"output" : {
......@@ -730,15 +738,20 @@
"gadget" : "Output_viewDebugJson"
}
},
"preprocessing_plugin_list" : [{
"plugin" : "ReadShiftFromSpreadsheet",
"input_id" : "ShiftSpreadsheet"
}
],
"postprocessing_plugin_list" : [{
"preprocessing" : {
"plugin_list" : [{
"plugin" : "Default",
"input_id" : "Simulation"
}, {
"plugin" : "ReadShiftFromSpreadsheet",
"input_id" : "ShiftSpreadsheet"
}]
},
"postprocessing" : {
"plugin_list" : [{
"plugin" : "CalculateConfidenceIntervals"
}
],
}]
},
"general" : {
"properties" : {
"numberOfReplications" : {
......
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