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