Commit 0dddf79a authored by Georgios Dagkakis's avatar Georgios Dagkakis

set priorities in model

parent 31485542
...@@ -6,13 +6,15 @@ ...@@ -6,13 +6,15 @@
"default": 0.95, "default": 0.95,
"description": "Confidence level for statistical analysis of stochastic experiments", "description": "Confidence level for statistical analysis of stochastic experiments",
"title": "Confidence level", "title": "Confidence level",
"type": "number" "type": "number",
"priority":6.5
}, },
"currentDate": { "currentDate": {
"default": "2014/10/01 09:00:00", "default": "2014/10/01 09:00:00",
"description": "The day the experiment starts, in YYYY/MM/DD HH:MM:SS format", "description": "The day the experiment starts, in YYYY/MM/DD HH:MM:SS format",
"title": "SimulationStartTime", "title": "SimulationStartTime",
"type": "string" "type": "string",
"priority":10
}, },
"ke_url": { "ke_url": {
"default": "", "default": "",
...@@ -24,13 +26,15 @@ ...@@ -24,13 +26,15 @@
"default": 100, "default": 100,
"description": "Length of the simulation run", "description": "Length of the simulation run",
"title": "Length of Experiment", "title": "Length of Experiment",
"type": "number" "type": "number",
"priority":9
}, },
"numberOfReplications": { "numberOfReplications": {
"default": 1, "default": 1,
"description": "Number of replications to run", "description": "Number of replications to run",
"title": "Number of replications", "title": "Number of replications",
"type": "integer" "type": "integer",
"priority":8
}, },
"processTimeout": { "processTimeout": {
"default": 10, "default": 10,
...@@ -42,7 +46,8 @@ ...@@ -42,7 +46,8 @@
"default": 1, "default": 1,
"description": "The seed of random number generation. If empty the seed will be random", "description": "The seed of random number generation. If empty the seed will be random",
"title": "Seed for random number generator", "title": "Seed for random number generator",
"type": "number" "type": "number",
"priority":7
}, },
"timeUnit": { "timeUnit": {
"default": "minute", "default": "minute",
...@@ -56,7 +61,8 @@ ...@@ -56,7 +61,8 @@
"year" "year"
], ],
"name": "Time unit", "name": "Time unit",
"type": "string" "type": "string",
"priority":6
}, },
"trace": { "trace": {
"default": "No", "default": "No",
...@@ -66,7 +72,8 @@ ...@@ -66,7 +72,8 @@
"Yes" "Yes"
], ],
"title": "OutputTrace", "title": "OutputTrace",
"type": "string" "type": "string",
"priority":5
} }
} }
}, },
...@@ -74,12 +81,14 @@ ...@@ -74,12 +81,14 @@
"debug": { "debug": {
"gadget": "Input_viewDebugJson", "gadget": "Input_viewDebugJson",
"title": "Edit Configuration", "title": "Edit Configuration",
"type": "object_view" "type": "object_view",
"priority":9
}, },
"view": { "view": {
"gadget": "Input_viewProductionLine", "gadget": "Input_viewProductionLine",
"title": "Production Line", "title": "Production Line",
"type": "object_view" "type": "object_view",
"priority":10
}, },
"view_machine_shift_spreadsheet": { "view_machine_shift_spreadsheet": {
"configuration": { "configuration": {
...@@ -105,22 +114,26 @@ ...@@ -105,22 +114,26 @@
}, },
"gadget": "Input_viewSpreadsheet", "gadget": "Input_viewSpreadsheet",
"title": "Machine Shifts Spreadsheet", "title": "Machine Shifts Spreadsheet",
"type": "object_view" "type": "object_view",
"priority":6
}, },
"view_management": { "view_management": {
"gadget": "Input_viewDocumentManagement", "gadget": "Input_viewDocumentManagement",
"title": "Manage document", "title": "Manage document",
"type": "object_view" "type": "object_view",
"priority":4
}, },
"view_result": { "view_result": {
"gadget": "Input_viewResultList", "gadget": "Input_viewResultList",
"title": "Results", "title": "Results",
"type": "object_view" "type": "object_view",
"priority":3
}, },
"view_run_simulation": { "view_run_simulation": {
"gadget": "Input_viewSimulation", "gadget": "Input_viewSimulation",
"title": "Run Simulation", "title": "Run Simulation",
"type": "object_view" "type": "object_view",
"priority":2
}, },
"view_wip_spreadsheet": { "view_wip_spreadsheet": {
"configuration": { "configuration": {
...@@ -141,7 +154,8 @@ ...@@ -141,7 +154,8 @@
}, },
"gadget": "Input_viewSpreadsheet", "gadget": "Input_viewSpreadsheet",
"title": "WIP Spreadsheet", "title": "WIP Spreadsheet",
"type": "object_view" "type": "object_view",
"priority":5
} }
}, },
"output": { "output": {
...@@ -151,7 +165,8 @@ ...@@ -151,7 +165,8 @@
}, },
"gadget": "Output_viewDownloadFile", "gadget": "Output_viewDownloadFile",
"title": "Download Trace File", "title": "Download Trace File",
"type": "object_view" "type": "object_view",
"priority":1
}, },
"view_queue_stats": { "view_queue_stats": {
"configuration": { "configuration": {
...@@ -159,7 +174,8 @@ ...@@ -159,7 +174,8 @@
}, },
"gadget": "Output_viewGraph", "gadget": "Output_viewGraph",
"title": "Queue Statistics", "title": "Queue Statistics",
"type": "object_view" "type": "object_view",
"priority":2
}, },
"view_station_utilization": { "view_station_utilization": {
"configuration": { "configuration": {
...@@ -167,7 +183,8 @@ ...@@ -167,7 +183,8 @@
}, },
"gadget": "Output_viewGraph", "gadget": "Output_viewGraph",
"title": "Station Utilization", "title": "Station Utilization",
"type": "object_view" "type": "object_view",
"priority":3
}, },
"view_tabular_results": { "view_tabular_results": {
"configuration": { "configuration": {
...@@ -176,7 +193,8 @@ ...@@ -176,7 +193,8 @@
}, },
"gadget": "Output_viewSpreadsheet", "gadget": "Output_viewSpreadsheet",
"title": "Exit Statistics", "title": "Exit Statistics",
"type": "object_view" "type": "object_view",
"priority":4
} }
}, },
"post_processing": { "post_processing": {
......
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