Esempio n. 1
0
 def exitActions(self):
     # reset the candidateEntities of the operators
     for operator in self.candidateOperators:
         operator.candidateEntity=None
     del self.pendingObjects[:]
     del self.conflictingOperators[:]
     del self.conflictingEntities[:]
     del self.occupiedReceivers[:]
     del self.entitiesWithOccupiedReceivers[:]
     Router.exitActions(self)
 def exitActions(self):
     Router.exitActions(self)
     self.allocation=False
     self.waitEndProcess=False
Esempio n. 3
0
 def exitActions(self):
     Router.exitActions(self)
     self.allocation=False
     self.waitEndProcess=False