Example #1
0
 def getNext(self):
     next = ConsumerStep.getNext(self)
     if next and next.model.componentType == self.model.componentType:
         next.updateModel(self.model)
     return next