Commit 74b45cca authored by Georgios Dagkakis's avatar Georgios Dagkakis

new attributed added to nodes. number of units for source and working batch size of machine

parent 9f6c2402
......@@ -400,6 +400,11 @@
"name": "Processing time",
"required": true
},
"workingBatchSize": {
"default": "sad",
"name": "Working batch size in this station",
"type": "number"
},
"scrapping": {
"$ref": "#/definitions/_dist",
"description": "TODO: describe scrapping",
......@@ -445,6 +450,11 @@
"name": "Inter-arrival time",
"required": true
},
"numberOfUnits": {
"description": "the number of units of the created batches",
"name": "Number Of Units",
"required": true
},
"name": {
"default": "Source",
"name": "Name",
......
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