Commit 8ebdc754 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

capacity entity employed with shouldMove flag

parent fd1d12d3
......@@ -39,6 +39,7 @@ class CapacityEntity(Entity):
self.capacityProjectId=capacityProjectId # the project id hat the capacity Entity is part of
self.capacityProject=None # the project that the capacity Entity is part of. It is defined in initialize
self.requiredCapacity=requiredCapacity # the capacity that the capacity entity requires from the following station
self.shouldMove=False
def initialize(self):
Entity.initialize(self)
......
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