Commit 9956bbcf authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Jérome Perrin

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 30c4b4fc
......@@ -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