From the Python editor from MessageCollector:
At the end the code seems broken, maybe the end of line was read incorrectly:
###
def intTransition(self):
self.passivateIn('IDLE')
return self.getState()
###
def timeAdvance(self):return self.getSigma()
###
def __str__(self):return "MessagesCollector"