Commit cc353e3e authored by Georgios Dagkakis's avatar Georgios Dagkakis

add download trace in job-shop model

parent 3ec8908d
...@@ -346,6 +346,14 @@ ...@@ -346,6 +346,14 @@
"gadget": "Output_viewGraph", "gadget": "Output_viewGraph",
"title": "Station Utilization", "title": "Station Utilization",
"type": "object_view" "type": "object_view"
},
"view_download_trace": {
"configuration": {
"output_id": "download_trace"
},
"gadget": "Output_viewDownloadFile",
"title": "Download Trace File",
"type": "object_view"
} }
}, },
"post_processing": { "post_processing": {
...@@ -375,6 +383,10 @@ ...@@ -375,6 +383,10 @@
{ {
"_class": "dream.plugins.JobShop.JSComponentTabSchedule.JSComponentTabSchedule", "_class": "dream.plugins.JobShop.JSComponentTabSchedule.JSComponentTabSchedule",
"output_id": "component_schedule" "output_id": "component_schedule"
},
{
"_class": "dream.plugins.ParseTraceFile.ParseTraceFile",
"output_id": "download_trace"
} }
] ]
}, },
......
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