Interface MoveIteratorFactory<Solution_,Move_ extends Move<Solution_>>

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

public interface MoveIteratorFactory<Solution_,Move_ extends Move<Solution_>>
An interface to generate an Iterator of custom Moves.

For a more simple version, see MoveListFactory.