Interface MoveListFactory<Solution_>

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

public interface MoveListFactory<Solution_>
A simple interface to generate a List of custom Moves.

For a more powerful version, see MoveIteratorFactory.