isDummy property removed from Queue. General properties updated (seed - trace)

parent ca77c73a
...@@ -105,10 +105,10 @@ ...@@ -105,10 +105,10 @@
} }
} }
}, },
"_caucy" : { "_cauchy" : {
"type" : "object", "type" : "object",
"title" : "Caucy", "title" : "Cauchy",
"description" : "Caucy", "description" : "Cauchy",
"properties" : { "properties" : {
"location" : { "location" : {
"type" : "number", "type" : "number",
...@@ -205,7 +205,7 @@ ...@@ -205,7 +205,7 @@
} }
}, { }, {
"oneOf" : [{ "oneOf" : [{
"$ref" : "#/definitions/distributionTypes/_fixedFailure" "$ref" : "#/definitions/distributionTypes/_failure"
}, { }, {
"$ref" : "#/definitions/distributionTypes/_no" "$ref" : "#/definitions/distributionTypes/_no"
} }
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
"Binomial", "Binomial",
"Poisson", "Poisson",
"Logistic", "Logistic",
"Caucy", "Cauchy",
"Geometric", "Geometric",
"Gama", "Gama",
"Weibull" "Weibull"
...@@ -251,7 +251,7 @@ ...@@ -251,7 +251,7 @@
}, { }, {
"$ref" : "#/definitions/distributionTypes/_logistic" "$ref" : "#/definitions/distributionTypes/_logistic"
}, { }, {
"$ref" : "#/definitions/distributionTypes/_caucy" "$ref" : "#/definitions/distributionTypes/_cauchy"
}, { }, {
"$ref" : "#/definitions/distributionTypes/_geometric" "$ref" : "#/definitions/distributionTypes/_geometric"
}, { }, {
...@@ -418,10 +418,6 @@ ...@@ -418,10 +418,6 @@
"schedulingRule" : { "schedulingRule" : {
"$ref" : "#/definitions/_schedulingRule", "$ref" : "#/definitions/_schedulingRule",
"required" : true "required" : true
},
"isDummy" : {
"type" : "boolean",
"default" : false
} }
} }
} }
...@@ -650,7 +646,7 @@ ...@@ -650,7 +646,7 @@
} }
}, },
"view_run_simulation" : { "view_run_simulation" : {
"title" : "RunSiumulation", "title" : "Run Simulation",
"type" : "object_view", "type" : "object_view",
"gadget" : "Input_viewSimulation" "gadget" : "Input_viewSimulation"
}, },
...@@ -722,28 +718,28 @@ ...@@ -722,28 +718,28 @@
"general" : { "general" : {
"properties" : { "properties" : {
"numberOfReplications" : { "numberOfReplications" : {
"title" : "Numberofreplications", "title" : "Number of replications",
"type" : "integer", "type" : "integer",
"description" : "Numberofreplicationstorun", "description" : "Number of replications to run",
"default" : 10 "default" : 10
}, },
"maxSimTime" : { "maxSimTime" : {
"title" : "LengthofExperiment", "title" : "Length of Experiment",
"description" : "Lengthofthesimulationrun", "description" : "Length of the simulation run",
"type" : "number", "type" : "number",
"default" : 100 "default" : 100
}, },
"confidenceLevel" : { "confidenceLevel" : {
"title" : "Confidencelevel", "title" : "Confidence level",
"type" : "number", "type" : "number",
"default" : 0.95, "default" : 0.95,
"description" : "Confidencelevelforstatisticalanalysisofstochasticexperiments" "description" : "Confidence level for statistical analysis of stochastic experiments"
}, },
"processTimeout" : { "processTimeout" : {
"title" : "ProcessTimeout", "title" : "ProcessTimeout",
"type" : "number", "type" : "number",
"default" : 10, "default" : 10,
"description" : "Numberofsecondsbeforethecalculationprocessisinterrupted" "description" : "Number of seconds before the calculation process is interrupted"
}, },
"currentDate" : { "currentDate" : {
"default" : "2014/10/01", "default" : "2014/10/01",
...@@ -753,26 +749,27 @@ ...@@ -753,26 +749,27 @@
}, },
"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. For example, 24 means that simulation clock time unit is one hour.",
"title" : "Numberoftimeunitsperday", "title" : "Number of time units per day",
"type" : "number" "type" : "number"
}, },
"trace" : { "trace" : {
"default" : false, "default" : "No",
"description" : "Createanexceltracefile(trueorfalse)", "enum" : ["No", "Yes"]
"description" : "Create an excel trace file (Yes or No)",
"title" : "OutputTrace", "title" : "OutputTrace",
"type" : "boolean" "type" : "string"
}, },
"seed" : { "seed" : {
"default" : "", "default" : 1,
"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" : "Seedforrandomnumbergenerator", "title" : "Seed for random number generator",
"type" : "string" "type" : "string"
}, },
"ke_url" : { "ke_url" : {
"default" : "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls", "default" : "http: //git.erp5.org/gitweb/dream.git/blob_plain/HEAD: /dream/KnowledgeExtraction/Mockup_Processingtimes.xls",
"description" : "TheURLforknowledgeextractiontoaccessitsdataforexamplehttp: //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" : "URLforKnowledgeExtractionSpreadsheet", "title" : "URL for Knowledge Extraction Spreadsheet",
"type" : "string" "type" : "string"
} }
} }
......
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