preprocessing_plugins_list turned to preprocessing. the first item of the list...

preprocessing_plugins_list turned to preprocessing. the first item of the list initiates the proper preprocessing method. default added to distribution. view_results gadget added to input portal types
parent c5890c9b
...@@ -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",
"default" : 10,
"type" : "number", "type" : "number",
"required" : true "required" : true
}, },
"availability" : { "availability" : {
"type" : "number", "type" : "number",
"default" : 0,
"required" : true "required" : true
}, },
"repairman" : { "repairman" : {
...@@ -678,9 +681,14 @@ ...@@ -678,9 +681,14 @@
} }
}, },
"view_run_simulation" : { "view_run_simulation" : {
"title" : "RunSiumulation", "title" : "Run Simulation",
"type" : "object_view", "type" : "object_view",
"gadget" : "Input_viewSimulation" "gadget" : "Input_viewSimulation"
},
"view_result": {
"gadget": "Input_viewResultList",
"type": "object_view",
"title": "Results"
} }
}, },
"output" : { "output" : {
...@@ -728,15 +736,20 @@ ...@@ -728,15 +736,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