Interface MoveIteratorFactory<Solution_>

  • Type Parameters:
    Solution_ - the solution type, the class with the PlanningSolution annotation

    public interface MoveIteratorFactory<Solution_>
    An interface to generate an Iterator of custom Moves.

    For a more simple version, see MoveListFactory.