def setController(self, controller):
        """
        Configures the controller of this relocator

        :param controller: the controller
        """
        BoundaryRelocator.setController(self, controller)
Пример #2
0
    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
Пример #4
0
    def __init__(self, swappiness):
        """
        Constructor

        :param swappiness: the swappiness
        """
        BoundaryRelocator.__init__(self)
        self.swappiness = swappiness