result now contains a list of results

parent 7fa46f61
...@@ -526,13 +526,13 @@ ...@@ -526,13 +526,13 @@
"required" : true "required" : true
}, },
"interval" : { "interval" : {
"description" : "intervaltime", "description" : "interval time",
"type" : "number", "type" : "number",
"default" : 10, "default" : 10,
"required" : true "required" : true
}, },
"method" : { "method" : {
"description" : "methodtobeperformed", "description" : "method to be performed",
"type" : "string", "type" : "string",
"default" : "Globals.countIntervalThroughput", "default" : "Globals.countIntervalThroughput",
"required" : true "required" : true
...@@ -656,7 +656,7 @@ ...@@ -656,7 +656,7 @@
}, },
"output" : { "output" : {
"view_station_utilization" : { "view_station_utilization" : {
"title" : "StationUtilization", "title" : "Station Utilization",
"type" : "object_view", "type" : "object_view",
"gadget" : "Output_viewStationUtilisationGraph", "gadget" : "Output_viewStationUtilisationGraph",
"configuration" : { "configuration" : {
...@@ -666,7 +666,7 @@ ...@@ -666,7 +666,7 @@
} }
}, },
"view_queue_stats" : { "view_queue_stats" : {
"title" : "QueueStatistics", "title" : "Queue Statistics",
"type" : "object_view", "type" : "object_view",
"gadget" : "Output_viewQueueStatGraph", "gadget" : "Output_viewQueueStatGraph",
"configuration" : { "configuration" : {
...@@ -676,7 +676,7 @@ ...@@ -676,7 +676,7 @@
} }
}, },
"view_exit_stats" : { "view_exit_stats" : {
"title" : "ExitStatistics", "title" : "Exit Statistics",
"type" : "object_view", "type" : "object_view",
"gadget" : "Output_viewExitStatistics", "gadget" : "Output_viewExitStatistics",
"configuration" : { "configuration" : {
...@@ -780,6 +780,8 @@ ...@@ -780,6 +780,8 @@
"edge" : {} "edge" : {}
}, },
"input" : {}, "input" : {},
"result" : {}, "result" : {
"result_list" : []
},
"constraints" : {} "constraints" : {}
} }
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