post/pre-plugins lists defined within processing objects which may have other...

post/pre-plugins lists defined within processing objects which may have other properties (description). Plugin registry modified to read in that way the configuration file
parent db4a87ed
...@@ -155,17 +155,7 @@ ...@@ -155,17 +155,7 @@
"gadget": "Input_viewSpreadsheet", "gadget": "Input_viewSpreadsheet",
"title": "Product Builder Skills", "title": "Product Builder Skills",
"type": "object_view" "type": "object_view"
}, },
"view_result": {
"gadget": "Input_viewResultList",
"title": "Results",
"type": "object_view"
},
"view_run_simulation": {
"gadget": "Input_viewSimulation",
"title": "Run Simulation",
"type": "object_view"
},
"view_wip_spreadsheet": { "view_wip_spreadsheet": {
"configuration": { "configuration": {
"columns": [ "columns": [
...@@ -198,6 +188,16 @@ ...@@ -198,6 +188,16 @@
"gadget": "Input_viewSpreadsheet", "gadget": "Input_viewSpreadsheet",
"title": "WIP Spreadsheet", "title": "WIP Spreadsheet",
"type": "object_view" "type": "object_view"
},
"view_run_simulation": {
"gadget": "Input_viewSimulation",
"title": "Run Simulation",
"type": "object_view"
},
"view_result": {
"gadget": "Input_viewResultList",
"title": "Results",
"type": "object_view"
} }
}, },
"output": { "output": {
...@@ -305,7 +305,7 @@ ...@@ -305,7 +305,7 @@
"input_id": "ShiftSpreadsheet" "input_id": "ShiftSpreadsheet"
} }
] ]
}, },
"processing_plugin": { "processing_plugin": {
"_class": "dream.plugins.plugin.DefaultExecutionPlugin", "_class": "dream.plugins.plugin.DefaultExecutionPlugin",
"description": "" "description": ""
......
...@@ -810,27 +810,31 @@ ...@@ -810,27 +810,31 @@
} }
}, },
"pre_processing" : { "pre_processing" : {
"description" : "",
"plugin_list" : [{ "plugin_list" : [{
"_class" : "PartJobShop", "_class" : "dream.plugins.PartJobShop.PartJobShop",
"input_id" : "Simulation" "input_id" : "Simulation"
}, { }, {
"_class" : "ReadShiftFromSpreadsheet", "_class" : "dream.plugins.ReadShiftFromSpreadsheet.ReadShiftFromSpreadsheet",
"input_id" : "ShiftSpreadsheet" "input_id" : "ShiftSpreadsheet"
}, { }, {
"_class" : "ReadWipFromSpreadsheet", "_class" : "dream.plugins.ReadWipFromSpreadsheet.ReadWipFromSpreadsheet",
"input_id" : "WipSpreadsheet" "input_id" : "WipSpreadsheet"
}, { }, {
"_class" : "ReadRouteFromSpreadsheet", "_class" : "dream.plugins.ReadRouteFromSpreadsheet.ReadRouteFromSpreadsheet",
"input_id" : "RouteSpreadsheet" "input_id" : "RouteSpreadsheet"
} }
] ]
}, },
"processing_plugin" : { "processing_plugin" : {
"_class" : "CalculateConfidenceIntervals" "description" : "",
}, "_class" : "",
"input_id" : ""
}
"post_processing" : { "post_processing" : {
"description" : "",
"plugin_list" : [{ "plugin_list" : [{
"_class" : "CalculateConfidenceIntervals" "_class" : "dream.plugins.CalculateConfidenceIntervals.CalculateConfidenceIntervals"
}] }]
}, },
"general" : { "general" : {
......
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