Commit a5b5eb15 authored by Georgios Dagkakis's avatar Georgios Dagkakis

comment added on new method

parent e3568381
...@@ -133,6 +133,7 @@ class Dismantle(CoreObject): ...@@ -133,6 +133,7 @@ class Dismantle(CoreObject):
def canAccept(self): def canAccept(self):
return len(self.Res.activeQ)==0 return len(self.Res.activeQ)==0
#defines where parts and frames go after they leave the object
def definePartFrameRouting(self, np, nf): def definePartFrameRouting(self, np, nf):
self.nextPart=np self.nextPart=np
self.nextFrame=nf self.nextFrame=nf
......
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