Commit 4a2779c8 authored by Jérome Perrin's avatar Jérome Perrin

DemandPlanningAllInOneEmpty: Integrate download file plugin & gadget

parent fe423755
......@@ -20,11 +20,11 @@
"name": "PPOS Week",
"type": "number"
},
"planningHorizon": {
"_default": 3,
"description": "Planning horizon (consistent with capacity info)",
"name": "Planning horizon",
"type": "number"
"ke_url": {
"_default": "http://git.erp5.org/gitweb/dream.git/blob_plain/HEAD:/dream/simulation/Examples/DemandProfile.xlsx",
"description": "The URL for knowledge extraction to access its data for example http://git.erp5.org/gitweb/dream.git/blob_plain/HEAD:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"name": "URL for Knowledge Extraction Spreadsheet",
"type": "string"
},
"maxEarliness": {
"_default": 1,
......@@ -49,18 +49,18 @@
"name": "Number of replications",
"type": "number"
},
"ke_url": {
"_default": "http://git.erp5.org/gitweb/dream.git/blob_plain/HEAD:/dream/simulation/Examples/DemandProfile.xlsx",
"description": "The URL for knowledge extraction to access its data for example http://git.erp5.org/gitweb/dream.git/blob_plain/HEAD:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"name": "URL for Knowledge Extraction Spreadsheet",
"type": "string"
"planningHorizon": {
"_default": 3,
"description": "Planning horizon (consistent with capacity info)",
"name": "Planning horizon",
"type": "number"
}
}
},
"input": {
"debug": {
"gadget": "Input_viewDebugJson",
"title": "Debug JSON",
"title": "Edit Configuration",
"type": "object_view"
},
"view": {
......@@ -91,123 +91,56 @@
}
},
"output": {
"view_component_gantt": {
"view_downaload_spreadsheet": {
"configuration": {
"properties": {}
"output_id": "demand_planning_spreadsheet"
},
"gadget": "Output_viewJobGantt",
"title": "Component Gantt",
"gadget": "Output_viewDownloadFile",
"title": "Download Result Spreadsheet",
"type": "object_view"
}
},
"view_component_schedule_spreadsheet": {
"configuration": {
"columns": [
{
"format": "date-time",
"name": "Component ID",
"type": "string"
},
{
"name": "Sequence",
"type": "string"
},
{
"name": "Station",
"type": "string"
},
{
"format": "date-time",
"name": "Entry",
"type": "string"
},
"post_processing": {
"plugin_list": [
{
"format": "date-time",
"name": "Exit",
"type": "string"
"_class": "dream.plugins.PostProcessDemandPlanning.PostProcessDemandPlanning",
"output_id": "demand_planning_spreadsheet"
}
]
},
"gadget": "Output_viewJobScheduleSpreadsheet",
"title": "Component Schedule",
"type": "object_view"
},
"view_exit_stats": {
"configuration": {
"properties": {
"lifespan": {
"type": "number"
},
"taktTime": {
"type": "number"
},
"throughput": {
"type": "number"
}
}
},
"gadget": "Output_viewExitStatistics",
"title": "Exit Statistics",
"type": "object_view"
},
"view_operator_gantt": {
"configuration": {
"properties": {}
},
"gadget": "Output_viewJobGantt",
"title": "Operator Gantt",
"type": "object_view"
},
"view_station_utilization": {
"configuration": {
"columns": []
},
"gadget": "Output_viewStationUtilisationGraph",
"title": "Station Utilization",
"type": "object_view"
}
},
"pre_processing": {
"plugin_list": [
{
"_class": "dream.plugins.AddDemandPlannerGenerator.AddDemandPlannerGenerator",
"input_id": "attached_document"
},
{
"_class": "dream.plugins.Debug.Debug",
"argument": "Argument Value"
}
]
},
"processing_plugin": {
"_class": "dream.plugins.plugin.DefaultExecutionPlugin",
"input_id": "Simulation"
},
"post_processing": {
"plugin_list": []
}
},
"class_definition": {},
"constraints": {},
"general": {
"confidenceLevel": 0.95,
"currentDate": "2015/01/01",
"distributorURL": "",
"maxSimTime": -1,
"max_slave_count": 1,
"name": "dream(4).json",
"numberOfAntsPerGenerations": 20,
"numberOfGenerations": 1,
"TargetPPOS": null,
"TargetPPOSqty": null,
"TargetPPOSweek": null,
"ke_url": "",
"maxEarliness": null,
"maxLateness": null,
"minPackingSize": null,
"numberOfReplications": 1,
"numberOfSolutions": 10,
"processTimeout": 60,
"seed": "",
"timeUnitPerDay": 24,
"trace": "false"
"planningHorizon": null
},
"graph": {
"edge": {},
"node": {}
},
"input": {},
"result": {}
"input": {
},
"result": {
"result_list": []
}
}
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