Commit f432704c authored by Georgios Dagkakis's avatar Georgios Dagkakis

general tab sorted and default values changed

parent a0643a9b
...@@ -2,24 +2,6 @@ ...@@ -2,24 +2,6 @@
"application_configuration": { "application_configuration": {
"general": { "general": {
"properties": { "properties": {
"confidenceLevel": {
"default": 0.95,
"description": "Confidence level for statistical analysis of stochastic experiments",
"title": "Confidence level",
"type": "number"
},
"currentDate": {
"default": "2014/10/01 09:00:00",
"description": "The day the experiment starts, in YYYY/MM/DD HH:MM:SS format",
"title": "SimulationStartTime",
"type": "string"
},
"ke_url": {
"default": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"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",
"title": "URL for Knowledge Extraction Spreadsheet",
"type": "string"
},
"maxSimTime": { "maxSimTime": {
"default": 100, "default": 100,
"description": "Length of the simulation run", "description": "Length of the simulation run",
...@@ -27,25 +9,25 @@ ...@@ -27,25 +9,25 @@
"type": "number" "type": "number"
}, },
"numberOfReplications": { "numberOfReplications": {
"default": 10, "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"
}, },
"processTimeout": {
"default": 10,
"description": "Number of seconds before the calculation process is interrupted",
"title": "ProcessTimeout",
"type": "number"
},
"seed": { "seed": {
"default": 1, "default": 1,
"description": "When using the same seed, the random number generator produce the same sequence of numbers", "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"
}, },
"confidenceLevel": {
"default": 0.95,
"description": "Confidence level for statistical analysis of stochastic experiments",
"title": "Confidence level",
"type": "number"
},
"timeUnit": { "timeUnit": {
"default": "hour", "default": "minute",
"description": "Used for input and reporting widgets.", "description": "Used for input and reporting widgets.",
"enum": [ "enum": [
"minute", "minute",
...@@ -58,6 +40,24 @@ ...@@ -58,6 +40,24 @@
"name": "Time unit", "name": "Time unit",
"type": "string" "type": "string"
}, },
"currentDate": {
"default": "2014/10/01 09:00:00",
"description": "The day the experiment starts, in YYYY/MM/DD HH:MM:SS format",
"title": "SimulationStartTime",
"type": "string"
},
"processTimeout": {
"default": 10,
"description": "Number of seconds before the calculation process is interrupted",
"title": "ProcessTimeout",
"type": "number"
},
"ke_url": {
"default": "",
"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",
"title": "URL for Knowledge Extraction Spreadsheet",
"type": "string"
},
"trace": { "trace": {
"default": "No", "default": "No",
"description": "Create an excel trace file (Yes or No)", "description": "Create an excel trace file (Yes or No)",
...@@ -828,17 +828,7 @@ ...@@ -828,17 +828,7 @@
} }
}, },
"constraints": {}, "constraints": {},
"general": { "general": {},
"confidenceLevel": 0.95,
"currentDate": "2015/01/01 09:00:00",
"ke_url": "",
"maxSimTime": 1000,
"numberOfReplications": "1",
"processTimeout": 20,
"seed": null,
"timeUnit": "hour",
"trace": "No"
},
"graph": { "graph": {
"edge": {}, "edge": {},
"node": {} "node": {}
......
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