Exemplo n.º 1
0
 def __init__(self):
     MutantFactory.__init__(self, "Null Factory")
     self.current = 0
     self.number = 1
Exemplo n.º 2
0
	def __init__(self):
		MutantFactory.__init__(self)
		self.reset()
Exemplo n.º 3
0
	def __init__(self):
		MutantFactory.__init__(self, "One at the time")
		self.reset()
Exemplo n.º 4
0
	def __init__(self):
		MutantFactory.__init__(self, "All Together")
		self.reset()