configuration file updated. plugis are defined by the module they reside in...

configuration file updated. plugis are defined by the module they reside in and their class. Simulation excecution plugin (run) is defined seperatelly
parent e4d810a7
......@@ -701,18 +701,19 @@
},
"preprocessing" : {
"plugin_list" : [{
"plugin" : "Default",
"input_id" : "Simulation"
},{
"plugin" : "ReadShiftFromSpreadsheet",
"input_id" : "ShiftSpreadsheet"
"plugin" : "GatherWIPStat.GatherWIPStat",
"input_id" : "WIPStat"
}]
},
"postprocessing" : {
"processing" : {
"plugin_list" : [{
"plugin" : "CalculateConfidenceIntervals"
"plugin" : "plugin.DefaultExecutionPlugin",
"input_id" : "Simulation"
}]
},
"postprocessing" : {
"plugin_list" : []
},
"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