"description":"Entity produced related information",
"properties":{
"numberOfUnits":{
"default":80,
"required":true,
"type":"number",
"description":"Number of units per batch"
},
"class":{
"default":"Dream.Batch",
"required":true,
"type":"string",
"description":"Entity class"
}
}
},
"id":{
"default":"E",
"required":true,
"type":"string"
},
"name":{
"default":"Entry",
"type":"string"
}
}
}
]
},
"Dream.LineClearance":{
"name":"Clearance",
"_class":"node",
"description":"A buffer where entities of the same group can be held until the next station is ready to process them. Entities of other groups cannot be accepted",
"description":"A station processing batches for some time given by a distribution provided by the entities that are processed. A random number of batch units is scrapped",