def setController(self, controller): """ Configures the controller of this relocator :param controller: the controller """ BoundaryRelocator.setController(self, controller)
def __init__(self, swappiness): """ Constructor :param swappiness: the swappiness """ BoundaryRelocator.__init__(self) self.swappiness = swappiness