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

PartJobShopAllInOneEmpty: the name of properties for the label is under key "name"

parent 854688d9
......@@ -4,7 +4,7 @@
"distributionTypes": {
"_fixed": {
"description": "Fixed",
"title": "Fixed",
"name": "Fixed",
"type": "object",
"properties": {
"mean": {
......@@ -16,7 +16,7 @@
},
"_exp": {
"type": "object",
"title": "Exp",
"name": "Exp",
"description": "Exponential",
"properties": {
"mean": {
......@@ -28,7 +28,7 @@
},
"_normal": {
"type": "object",
"title": "Normal",
"name": "Normal",
"description": "Normal",
"properties": {
"mean": {
......@@ -45,7 +45,7 @@
},
"_lognormal": {
"type": "object",
"title": "Lognormal",
"name": "Lognormal",
"description": "Lognormal",
"properties": {
"mean": {
......@@ -62,7 +62,7 @@
},
"_binomial": {
"type": "object",
"title": "Binomial",
"name": "Binomial",
"description": "Binomial",
"properties": {
"mean": {
......@@ -77,7 +77,7 @@
},
"_poisson": {
"type": "object",
"title": "Poisson",
"name": "Poisson",
"description": "Poisson",
"properties": {
"lambda": {
......@@ -88,7 +88,7 @@
},
"_logistic": {
"type": "object",
"title": "Logistic",
"name": "Logistic",
"description": "Logistic",
"properties": {
"location": {
......@@ -105,7 +105,7 @@
},
"_caucy": {
"type": "object",
"title": "Caucy",
"name": "Caucy",
"description": "Caucy",
"properties": {
"location": {
......@@ -120,7 +120,7 @@
},
"_geometric": {
"type": "object",
"title": "Geometric",
"name": "Geometric",
"description": "Geometric",
"properties": {
"probability": {
......@@ -132,7 +132,7 @@
},
"_gama": {
"type": "object",
"title": "Gama",
"name": "Gama",
"description": "Gama",
"properties": {
"shape": {
......@@ -149,7 +149,7 @@
},
"_weibull": {
"type": "object",
"title": "Weibull",
"name": "Weibull",
"description": "Weibull",
"properties": {
"shape": {
......@@ -166,7 +166,7 @@
},
"_fixedFailure": {
"type": "object",
"title": "Fixed",
"name": "Fixed",
"description": "Fixed",
"properties": {
"MTTF": {
......@@ -190,12 +190,12 @@
},
"_no": {
"type": "string",
"title": "No",
"name": "No",
"description": "None"
},
"_availability": {
"type": "object",
"title": "Availability",
"name": "Availability",
"description": "Availability",
"properties": {
"MTTF": {
......@@ -827,25 +827,25 @@
"general": {
"properties": {
"numberOfReplications": {
"title": "Number of replications",
"name": "Number of replications",
"type": "number",
"description": "Number of replications to run",
"default": 10
},
"maxSimTime": {
"title": "Length of Experiment",
"name": "Length of experiment",
"description": "Length of the simulation run",
"type": "number",
"default": 100
},
"confidenceLevel": {
"title": "Confidence level",
"name": "Confidence level",
"type": "number",
"default": 0.95,
"description": "Confidence level for statistical analysis of stochastic experiments"
},
"processTimeout": {
"title": "Process Timeout",
"name": "Process timeout",
"type": "number",
"default": 10,
"description": "Number of seconds before the calculation process is interrupted"
......@@ -853,36 +853,36 @@
"currentDate": {
"default": "2014/10/01",
"description": "The day the experiment starts, in YYYY/MM/DD format",
"title": "Simulation Start Time",
"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.",
"title": "Number of time units per day",
"name": "Number of time units per day",
"type": "number"
},
"trace": {
"default": false,
"description": "Create an excel trace file (true or false)",
"title": "Output Trace",
"name": "Output trace",
"type": "boolean"
},
"seed": {
"default": "",
"description": "When using the same seed, the random number generator produce the same sequence of numbers",
"title": "Seed for random number generator",
"name": "Seed for random number generator",
"type": "string"
},
"numberOfGenerations": {
"default": 10,
"title": "Number of generations",
"description": "The number of Generations",
"name": "Number of generations",
"description": "The number of generations",
"type": "number"
},
"numberOfAntsPerGenerations": {
"default": 20,
"title": "Number of ants per generation",
"name": "Number of ants per generation",
"description": "Number of ants per generation",
"type": "number"
},
......
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