update for attach_document example

parent 9f60d3b2
......@@ -2,88 +2,62 @@
"application_configuration": {
"general": {
"properties": {
"confidenceLevel": {
"default": 0.95,
"description": "Confidence level for statistical analysis of stochastic experiments",
"name": "Confidence level",
"TargetPPOS": {
"_default": 1,
"description": "Info on PPOS to be disaggregated",
"name": "PPOS ID",
"type": "number"
},
"currentDate": {
"default": "2014/10/01",
"description": "The day the experiment starts, in YYYY/MM/DD format",
"name": "Simulation start time",
"type": "string"
},
"distributorURL": {
"default": "",
"description": "URL of distributor",
"name": "Distributor URL",
"type": "string"
},
"maxSimTime": {
"default": 100,
"description": "Length of the simulation run",
"name": "Length of experiment",
},
"TargetPPOSqty": {
"_default": 430,
"description": "Info on PPOS to be disaggregated",
"name": "PPOS Quantity",
"type": "number"
},
"max_slave_count": {
"description": "Maximum number of nodes to use",
"name": "Number of simulation nodes",
},
"TargetPPOSweek": {
"_default": 2,
"description": "Week when the disaggregation has to be performed",
"name": "PPOS Week",
"type": "number"
},
"name": {
"default": "",
"description": "The name that will appear in the interface",
"name": "Name of the Scenario",
"type": "string"
},
"numberOfAntsPerGenerations": {
"default": 20,
"description": "Number of ants per generation",
"name": "Number of ants per generation",
"planningHorizon": {
"_default": 3,
"description": "Planning horizon (consistent with capacity info)",
"name": "Planning horizon",
"type": "number"
},
"numberOfGenerations": {
"default": 10,
"description": "The number of generations",
"name": "Number of generations",
},
"maxEarliness": {
"_default": 1,
"description": "Info on Time Constraints for Allocation",
"name": "Max Earliness",
"type": "number"
},
"numberOfReplications": {
"default": 10,
"description": "Number of replications to run",
"name": "Number of replications",
},
"maxLateness": {
"_default": 1,
"description": "Info on Time Constraints for Allocation",
"name": "Max Lateness",
"type": "number"
},
"numberOfSolutions": {
"default": 4,
"description": "Number of solutions",
"name": "Number of solutions",
"minPackingSize": {
"_default": 10,
"description": "Info on minimum allocable size",
"name": "Min Packing Size",
"type": "number"
},
"processTimeout": {
"default": 10,
"description": "Number of seconds before the calculation process is interrupted",
"name": "Process timeout",
"numberOfReplications": {
"_default": 1,
"name": "Number of replications",
"type": "number"
},
"seed": {
"default": "",
"description": "When using the same seed, the random number generator produce the same sequence of numbers",
"name": "Seed for random number generator",
"ke_url": {
"_default": "http://git.erp5.org/gitweb/dream.git/blob_plain/HEAD:/dream/simulation/Examples/DemandProfile.xlsx",
"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",
"name": "URL for Knowledge Extraction Spreadsheet",
"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"
},
"trace": {
"default": false,
"description": "Create an excel trace file (true or false)",
"name": "Output trace",
"type": "boolean"
}
}
},
......@@ -93,11 +67,11 @@
"title": "Debug JSON",
"type": "object_view"
},
"view": {
/* "view": {
"gadget": "Input_viewProductionLine",
"title": "Production Line",
"type": "object_view"
},
}, */
"view_attach_spreadsheet": {
"gadget": "Input_viewAttachDocument",
"input_id": "attached_document",
......@@ -212,7 +186,7 @@
}
},
"class_definition": {
"Dream.ConditionalBuffer": {
/* "Dream.ConditionalBuffer": {
"_class": "node",
"allOf": [
{
......@@ -466,9 +440,9 @@
},
"description": "A queue for jobs",
"name": "Queue"
},
}, */
"definitions": {
"_capacity": {
/* "_capacity": {
"default": 1,
"description": "capacity of the queue. -1 means infinite",
"oneOf": [
......@@ -482,7 +456,7 @@
}
],
"type": "number"
},
}, */
"_dist": {
"allOf": [
{
......@@ -546,7 +520,7 @@
}
]
},
"_failureDist": {
/* "_failureDist": {
"allOf": [
{
"properties": {
......@@ -576,8 +550,8 @@
]
}
]
},
"_operationType": {
}, */
/* "_operationType": {
"description": "the type of operations that are performed manually in the machine",
"id": "operationType",
"name": "Operation type",
......@@ -591,8 +565,8 @@
"type": "string"
}
}
},
"_schedulingRule": {
}, */
/* "_schedulingRule": {
"default": "FIFO",
"description": "Scheduling Rule, one of FIFO Priority EDD EOD NumStages RPC LPT SPT MS WINQ",
"enum": [
......@@ -609,37 +583,8 @@
"WT"
],
"type": "string"
},
} */,
"distributionTypes": {
"_availability": {
"description": "Availability",
"name": "Availability",
"properties": {
"MTTF": {
"default": 40,
"description": "Mean Time To Failure",
"required": true,
"type": "number"
},
"MTTR": {
"default": 10,
"description": "Mean Time To Failure",
"required": true,
"type": "number"
},
"availability": {
"default": 0,
"required": true,
"type": "number"
},
"repairman": {
"description": "Repairman",
"required": true,
"type": "string"
}
},
"type": "object"
},
"_binomial": {
"description": "Binomial",
"name": "Binomial",
......@@ -694,30 +639,6 @@
},
"type": "object"
},
"_fixedFailure": {
"description": "Fixed",
"name": "Fixed",
"properties": {
"MTTF": {
"default": 40,
"description": "Mean Time To Failure",
"required": true,
"type": "number"
},
"MTTR": {
"default": 10,
"description": "Mean Time To Repair",
"required": true,
"type": "number"
},
"repairman": {
"description": "Repairman",
"required": true,
"type": "string"
}
},
"type": "object"
},
"_gama": {
"description": "Gama",
"name": "Gama",
......@@ -781,11 +702,11 @@
},
"type": "object"
},
"_no": {
/* "_no": {
"description": "None",
"name": "No",
"type": "string"
},
}, */
"_normal": {
"description": "Normal",
"name": "Normal",
......@@ -899,22 +820,7 @@
}
},
"constraints": {},
"general": {
"confidenceLevel": 0.95,
"currentDate": "2015/01/01",
"distributorURL": "",
"maxSimTime": -1,
"max_slave_count": 1,
"name": "dream(4).json",
"numberOfAntsPerGenerations": 20,
"numberOfGenerations": 1,
"numberOfReplications": 1,
"numberOfSolutions": 10,
"processTimeout": 60,
"seed": "",
"timeUnitPerDay": 24,
"trace": "false"
},
"general": {},
"graph": {
"edge": {},
"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