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