Class RowChangeMoveFactory

  • All Implemented Interfaces:
    org.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<NQueens>

    public class RowChangeMoveFactory
    extends Object
    implements org.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<NQueens>
    • Constructor Detail

      • RowChangeMoveFactory

        public RowChangeMoveFactory()
    • Method Detail

      • createMoveList

        public List<RowChangeMove> createMoveList​(NQueens nQueens)
        Specified by:
        createMoveList in interface org.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<NQueens>