Commit 90a187df authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Jérome Perrin

plugins defined in a different way. Simulation engine runner is defined as a processing plugin

parent cbfb2289
......@@ -703,18 +703,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" : {
......@@ -764,7 +765,7 @@
"default" : 1,
"description" : "When using the same seed, the random number generator produce the same sequence of numbers",
"title" : "Seed for random number generator",
"type" : "string"
"type" : "number"
},
"ke_url" : {
"default" : "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
......
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