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