"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":"URL for Knowledge Extraction Spreadsheet",
"type":"string"
}
}
}
},
"general":{
"numberOfReplications":"1",
"maxSimTime":1000,
"confidenceLevel":0.95,
"processTimeout":20,
"currentDate":"2015/01/01",
"timeUnitPerDay":24,
"trace":"No",
"seed":null,
"ke_url":""
},
"graph":{
"node":{
"Dream.Queue1":{
"coordinate":{
"left":0.3449504296674747,
"top":0.28556380952636706
},
"_class":"Dream.Queue",
"name":"Queue"
},
"Dream.Source1":{
"coordinate":{
"left":0.07472477821512047,
"top":0.5900391296173942
},
"_class":"Dream.Source",
"name":"Source"
}
},
"edge":{
"con_15":{
"_class":"Dream.Edge",
"source":"Dream.Source1",
"destination":"Dream.Queue1"
}
}
},
"input":{
"machine_shift_spreadsheet":[
[
"Date",
"Machine",
"Start",
"Stop"
],
[
null,
null,
null,
null
]
],
"repairman_shift_spreadsheet":[
[
"Date",
"Repairman",
"Start",
"Stop"
],
"blockage":["blockage_ratio"],
"waiting":["waiting_ratio"],
"failure":["failure_ratio"]
}
}
},
"view_queue_stats":{
"title":"Queue Utilization Graph",
"type":"object_view",
"gadget":"Output_viewGraph",
"configuration":{
"family":"Buffer",
"plot":"line",
"data":{
"queue_stat":["wip_stat_list"]
}
}
},
"view_exit_stats":{
"title":"Exit Statistics",
"type":"object_view",
"gadget":"Output_viewExitStatistics",
"configuration":{
"properties":{
"throughput":{
"type":"number"
},
"taktTime":{
"type":"number"
},
"lifespan":{
"type":"number"
}
}
}
},
"view_debug_json":{
"title":"DebugJson",
"type":"object_view",
"gadget":"Output_viewDebugJson"
}
},
"preprocessing":{
"plugin_list":[{
"plugin":"GatherWIPStat.GatherWIPStat",
"input_id":"WIPStat"
},{
"plugin":"WIPSpreadsheet.WIPSpreadsheet",
"input_id":"WIPdata"
}]
},
"processing":{
"plugin_list":[{
"plugin":"plugin.DefaultExecutionPlugin",
"input_id":"Simulation"
}]
},
"postprocessing":{
"plugin_list":[]
},
"general":{
"properties":{
"numberOfReplications":{
"title":"Number of replications",
"type":"integer",
"description":"Number of replications to run",
"default":10
},
"maxSimTime":{
"title":"Length of Experiment",
"description":"Length of the simulation run",
"type":"number",
"default":100
},
"confidenceLevel":{
"title":"Confidence level",
"type":"number",
"default":0.95,
"description":"Confidence level for statistical analysis of stochastic experiments"
},
"processTimeout":{
"title":"ProcessTimeout",
"type":"number",
"default":10,
"description":"Number of seconds before the calculation process is interrupted"
},
"currentDate":{
"default":"2014/10/01",
"description":"The day the experiment starts, in YYYY/MM/DD format",
"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"
},
"trace":{
"default":"No",
"enum":["No","Yes"],
"description":"Create an excel trace file (Yes or No)",
"title":"OutputTrace",
"type":"string"
},
"seed":{
"default":"1",
"description":"When using the same seed, the random number generator produce the same sequence of numbers",
"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":"URL for Knowledge Extraction Spreadsheet",