Commit 2a6c715a authored by Georgios Dagkakis's avatar Georgios Dagkakis

initial request for allocation to be separate from initial signal to receiver

parent 5335f3d5
......@@ -245,6 +245,8 @@ class CoreObject(ManPyObject):
def initialSignalReceiver(self):
if self.haveToDispose():
self.signalReceiver()
def initialAllocationRequest(self):
# TODO if the station is operated, and the operators have skills defined then the SkilledOperatorRouter should be signalled
# XXX: there may be a case where one object is not assigned an operator, in that case we do not want to invoke the allocation routine
if self.checkForDedicatedOperators():
......
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