Commit ad912437 authored by Jérome Perrin's avatar Jérome Perrin

update JSONs with new time unit definition

parent f292f6cc
......@@ -66,11 +66,19 @@
"description": "When using the same seed, the random number generator produce the same sequence of numbers",
"title": "Seed for random number generator"
},
"timeUnitPerDay": {
"default": 24,
"type": "number",
"description": "Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour.",
"title": "Number of time units per day"
"timeUnit": {
"default": "hour",
"description": "Used for input and reporting widgets.",
"name": "Time unit",
"type": "string",
"enum": [
"minute",
"hour",
"day",
"week",
"month",
"year"
]
},
"maxSimTime": {
"default": 100,
......@@ -360,7 +368,7 @@
"ke_url": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 10,
"seed": 1,
"timeUnitPerDay": 24,
"timeUnit": "hour",
"maxSimTime": -1,
"currentDate": "2014/02/20",
"confidenceLevel": 0.95
......
......@@ -66,12 +66,20 @@
"description": "When using the same seed, the random number generator produce the same sequence of numbers",
"title": "Seed for random number generator"
},
"timeUnitPerDay": {
"default": 24,
"type": "number",
"description": "Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour.",
"title": "Number of time units per day"
},
"timeUnit": {
"default": "hour",
"description": "Used for input and reporting widgets.",
"name": "Time unit",
"type": "string",
"enum": [
"minute",
"hour",
"day",
"week",
"month",
"year"
]
},
"maxSimTime": {
"default": 100,
"type": "number",
......@@ -360,7 +368,7 @@
"ke_url": "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 10,
"seed": 1,
"timeUnitPerDay": 24,
"timeUnit": "hour",
"maxSimTime": -1,
"currentDate": "2014/02/20",
"confidenceLevel": 0.95
......
......@@ -50,12 +50,20 @@
"title": "Seed for random number generator",
"type": "number"
},
"timeUnitPerDay": {
"default": 24,
"description": "Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour.",
"title": "Number of time units per day",
"type": "number"
},
"timeUnit": {
"default": "hour",
"description": "Used for input and reporting widgets.",
"name": "Time unit",
"type": "string",
"enum": [
"minute",
"hour",
"day",
"week",
"month",
"year"
]
},
"trace": {
"default": "No",
"description": "Create an excel trace file (Yes or No)",
......@@ -664,7 +672,7 @@
"numberOfReplications": "1",
"processTimeout": 10,
"seed": 1,
"timeUnitPerDay": 24,
"timeUnit": "hour",
"trace": "No"
},
"graph": {
......
......@@ -50,11 +50,19 @@
"name": "Daily throughput target",
"type": "number"
},
"timeUnitPerDay": {
"default": 24,
"description": "Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour.",
"name": "Number of time units per day",
"type": "number"
"timeUnit": {
"default": "hour",
"description": "Used for input and reporting widgets.",
"name": "Time unit",
"type": "string",
"enum": [
"minute",
"hour",
"day",
"week",
"month",
"year"
]
},
"trace": {
"default": "No",
......
......@@ -50,12 +50,20 @@
"name": "Daily throughput target",
"type": "number"
},
"timeUnitPerDay": {
"default": 24,
"description": "Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour.",
"name": "Number of time units per day",
"type": "number"
},
"timeUnit": {
"default": "hour",
"description": "Used for input and reporting widgets.",
"name": "Time unit",
"type": "string",
"enum": [
"minute",
"hour",
"day",
"week",
"month",
"year"
]
},
"trace": {
"default": "No",
"description": "Create an excel trace file (Yes or No)",
......
......@@ -617,12 +617,20 @@
"title": "SimulationStartTime",
"type": "string"
},
"timeUnitPerDay": {
"default": 24,
"description": "Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour.",
"title": "Number of time units per day",
"type": "number"
},
"timeUnit": {
"default": "hour",
"description": "Used for input and reporting widgets.",
"name": "Time unit",
"type": "string",
"enum": [
"minute",
"hour",
"day",
"week",
"month",
"year"
]
},
"trace": {
"default": "No",
"enum": [
......
......@@ -44,12 +44,20 @@
"title": "Seed for random number generator",
"type": "number"
},
"timeUnitPerDay": {
"default": 24,
"description": "Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour.",
"title": "Number of time units per day",
"type": "number"
},
"timeUnit": {
"default": "hour",
"description": "Used for input and reporting widgets.",
"name": "Time unit",
"type": "string",
"enum": [
"minute",
"hour",
"day",
"week",
"month",
"year"
]
},
"trace": {
"default": "No",
"description": "Create an excel trace file (Yes or No)",
......@@ -901,7 +909,7 @@
"numberOfReplications": "1",
"processTimeout": 20,
"seed": null,
"timeUnitPerDay": 24,
"timeUnit": "hour",
"trace": "No"
},
"graph": {
......
......@@ -44,12 +44,20 @@
"title": "Seed for random number generator",
"type": "number"
},
"timeUnitPerDay": {
"default": 24,
"description": "Used for input and reporting widgets. For example, 24 means that simulation clock time unit is one hour.",
"title": "Number of time units per day",
"type": "number"
},
"timeUnit": {
"default": "hour",
"description": "Used for input and reporting widgets.",
"name": "Time unit",
"type": "string",
"enum": [
"minute",
"hour",
"day",
"week",
"month",
"year"
]
},
"trace": {
"default": "No",
"description": "Create an excel trace file (Yes or No)",
......@@ -889,7 +897,7 @@
"numberOfReplications": "1",
"processTimeout": 20,
"seed": null,
"timeUnitPerDay": 24,
"timeUnit": "hour",
"trace": "No"
},
"graph": {
......
......@@ -863,12 +863,20 @@
"title" : "Simulation Start Time",
"type" : "string"
},
"timeUnitPerDay" : {
"default" : 24,
"description" : "Used for input and reporting widgets. Forexample, 24 means that simulation clock time unit is one hour.",
"title" : "Number of time units per day",
"type" : "number"
},
"timeUnit": {
"default": "hour",
"description": "Used for input and reporting widgets.",
"name": "Time unit",
"type": "string",
"enum": [
"minute",
"hour",
"day",
"week",
"month",
"year"
]
},
"trace" : {
"default" : false,
"description" : "Create an excel trace file (true or false)",
......
......@@ -822,12 +822,20 @@
"name": "Simulation start time",
"type": "string"
},
"timeUnitPerDay": {
"default": 24,
"description": "Used for input and reporting widgets. Forexample, 24 means that simulation clock time unit is one hour.",
"name": "Number of time units per day",
"type": "number"
},
"timeUnit": {
"default": "hour",
"description": "Used for input and reporting widgets.",
"name": "Time unit",
"type": "string",
"enum": [
"minute",
"hour",
"day",
"week",
"month",
"year"
]
},
"trace": {
"default": false,
"description": "Create an excel trace file (true or false)",
......@@ -867,7 +875,7 @@
"confidenceLevel": 0.95,
"processTimeout": 10,
"currentDate": "2015/01/01",
"timeUnitPerDay": 24,
"timeUnit": "hour",
"trace": "false",
"seed": "",
"numberOfGenerations": "1",
......
......@@ -1688,10 +1688,10 @@
"ke_url": "http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 20,
"seed": "",
"timeUnitPerDay": 24,
"timeUnit": "hour",
"maxSimTime": 480,
"currentDate": "2014/02/18",
"throughputTarget": 10,
"confidenceLevel": 0.95
}
}
\ No newline at end of file
}
......@@ -1902,10 +1902,10 @@
"ke_url": "http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 20,
"seed": "",
"timeUnitPerDay": 24,
"timeUnit": "hour",
"maxSimTime": 5000,
"currentDate": "2014/07/14",
"throughputTarget": 10,
"confidenceLevel": 0.95
}
}
\ No newline at end of file
}
......@@ -1887,10 +1887,10 @@
"ke_url": "http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 20,
"seed": "",
"timeUnitPerDay": 24,
"timeUnit": "hour",
"maxSimTime": 500,
"currentDate": "2014/07/14",
"throughputTarget": 10,
"confidenceLevel": 0.95
}
}
\ No newline at end of file
}
......@@ -2158,7 +2158,7 @@
"ke_url": "http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 20,
"seed": "",
"timeUnitPerDay": 24,
"timeUnit": "hour",
"maxSimTime": 5000,
"currentDate": "2014/07/14",
"throughputTarget": 10,
......
......@@ -2238,7 +2238,7 @@
"ke_url": "http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 20,
"seed": "",
"timeUnitPerDay": 24,
"timeUnit": "hour",
"maxSimTime": 5000,
"currentDate": "2014/07/14",
"throughputTarget": 10,
......
......@@ -1938,7 +1938,7 @@
"ke_url": "http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 20,
"seed": "",
"timeUnitPerDay": 24,
"timeUnit": "hour",
"maxSimTime": 5000,
"currentDate": "2014/07/14",
"throughputTarget": 10,
......
......@@ -1858,7 +1858,7 @@
"ke_url": "http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 20,
"seed": "",
"timeUnitPerDay": 24,
"timeUnit": "hour",
"maxSimTime": 5000,
"currentDate": "2014/07/14",
"throughputTarget": 10,
......
......@@ -2158,7 +2158,7 @@
"ke_url": "http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 20,
"seed": "",
"timeUnitPerDay": 24,
"timeUnit": "hour",
"maxSimTime": 5000,
"currentDate": "2014/07/14",
"throughputTarget": 10,
......
......@@ -2238,7 +2238,7 @@
"ke_url": "http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 20,
"seed": "",
"timeUnitPerDay": 24,
"timeUnit": "hour",
"maxSimTime": 5000,
"currentDate": "2014/07/14",
"throughputTarget": 10,
......
......@@ -1938,7 +1938,7 @@
"ke_url": "http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 20,
"seed": "",
"timeUnitPerDay": 24,
"timeUnit": "hour",
"maxSimTime": 5000,
"currentDate": "2014/07/14",
"throughputTarget": 10,
......
......@@ -1833,7 +1833,7 @@
"ke_url": "http://git.erp5.org/gitweb/dream.git/blob_plain/ee686e74fe5f2e18cc2ba820163a52e8626a696c:/dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"processTimeout": 20,
"seed": "",
"timeUnitPerDay": 24,
"timeUnit": "hour",
"maxSimTime": 500,
"currentDate": "2014/07/14",
"throughputTarget": 10,
......
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