Commit 4a07639e authored by Georgios Dagkakis's avatar Georgios Dagkakis

change order in model general tab

parent 712c163e
...@@ -2,12 +2,6 @@ ...@@ -2,12 +2,6 @@
"application_configuration": { "application_configuration": {
"general": { "general": {
"properties": { "properties": {
"confidenceLevel": {
"default": 0.95,
"description": "Confidence level for statistical analysis of stochastic experiments",
"name": "Confidence level",
"type": "number"
},
"currentDate": { "currentDate": {
"default": "2014/02/18", "default": "2014/02/18",
"description": "The day the experiment starts, in YYYY/MM/DD HH:MM:DD format", "description": "The day the experiment starts, in YYYY/MM/DD HH:MM:DD format",
...@@ -38,6 +32,12 @@ ...@@ -38,6 +32,12 @@
"name": "Number of replications", "name": "Number of replications",
"type": "number" "type": "number"
}, },
"confidenceLevel": {
"default": 0.95,
"description": "Confidence level for statistical analysis of stochastic experiments",
"name": "Confidence level",
"type": "number"
},
"processTimeout": { "processTimeout": {
"default": 10, "default": 10,
"description": "Number of seconds before the calculation process is interrupted", "description": "Number of seconds before the calculation process is interrupted",
......
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