new flag added to Entity for use by the OperatorRouter

parent e8fb6f60
......@@ -55,6 +55,9 @@ class Entity(object):
self.isCritical=isCritical # flag to inform weather the entity is critical -> preemption
self.manager=None # default value
self.numberOfUnits=1 # default value
# flag that signalizes that an entity is ready to enter a machine
# gets cold by the time it has finished its processing
self.hot=False
# =======================================================================
# outputs results to JSON File
......
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