Commit 0a7c275a authored by Georgios Dagkakis's avatar Georgios Dagkakis

BatchInstance: machine dialogue simplified

parent 5703bd36
......@@ -446,16 +446,6 @@
"required": true,
"type": "string"
},
"interruption": {
"name": "Interruptions",
"properties": {
"failure": {
"$ref": "#/definitions/_failureDist",
"required": true
}
},
"type": "object"
},
"name": {
"default": "Machine",
"name": "Name",
......@@ -463,21 +453,16 @@
},
"processingTime": {
"$ref": "#/definitions/_dist",
"description": "TODO: describe processing time",
"name": "Processing time",
"description": "The time that this station needs in order to process a unit",
"default": 0.1,
"name": "Processing time (per unit)",
"required": true
},
"workingBatchSize": {
"default": "sad",
"default": 10,
"name": "Working batch size in this station",
"type": "number"
},
"scrapping": {
"$ref": "#/definitions/_dist",
"description": "TODO: describe scrapping",
"name": "Scrapping",
"required": true
}
}
},
"type": "object"
}
......
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