"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",