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 @@ ...@@ -703,18 +703,19 @@
}, },
"preprocessing" : { "preprocessing" : {
"plugin_list" : [{ "plugin_list" : [{
"plugin" : "Default", "plugin" : "GatherWIPStat.GatherWIPStat",
"input_id" : "Simulation" "input_id" : "WIPStat"
}, {
"plugin" : "ReadShiftFromSpreadsheet",
"input_id" : "ShiftSpreadsheet"
}] }]
}, },
"postprocessing" : { "processing" : {
"plugin_list" : [{ "plugin_list" : [{
"plugin" : "CalculateConfidenceIntervals" "plugin" : "plugin.DefaultExecutionPlugin",
"input_id" : "Simulation"
}] }]
}, },
"postprocessing" : {
"plugin_list" : []
},
"general" : { "general" : {
"properties" : { "properties" : {
"numberOfReplications" : { "numberOfReplications" : {
...@@ -764,7 +765,7 @@ ...@@ -764,7 +765,7 @@
"default" : 1, "default" : 1,
"description" : "When using the same seed, the random number generator produce the same sequence of numbers", "description" : "When using the same seed, the random number generator produce the same sequence of numbers",
"title" : "Seed for random number generator", "title" : "Seed for random number generator",
"type" : "string" "type" : "number"
}, },
"ke_url" : { "ke_url" : {
"default" : "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls", "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