Commit 56cff46e authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Sebastien Robin

machine object updated so that it uses the new methods (getActiveEntityQueue, getGiverEntity etc)

parent bd460546
......@@ -147,7 +147,7 @@ class CoreObject(Process):
#get the receiver object in a removeEntity transaction.
def getReceiverObject(self):
return self.next[self.predecessorIndex]
return self.next[self.successorIndex]
#get the receiver object queue in a removeEntity transaction.
def getReceiverObjectQueue(self):
......
This diff is collapsed.
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