Commit 7fefcbb6 authored by Ioannis Papagiannopoulos's avatar Ioannis Papagiannopoulos Committed by Georgios Dagkakis

new attribute routing added to Batch, can be replaced by schedule (re-consider)

parent d91765db
......@@ -37,6 +37,6 @@ class Batch(Entity):
self.numberOfUnits=numberOfUnits
self.numberOfSubBatches=1 #integer that shows in how many sub batches is the batch broken
self.subBatchList=[] #list that contains the sub-batches that this batch has been broken into
self.routing=[] # list that holds the route a child entity has picked in case the other children have to follow the same routing
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