Class RowChangeMoveFactory
- java.lang.Object
-
- org.optaplanner.examples.nqueens.optional.solver.move.factory.RowChangeMoveFactory
-
-
Constructor Summary
Constructors Constructor Description RowChangeMoveFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RowChangeMove>createMoveList(NQueens nQueens)
-
-
-
Method Detail
-
createMoveList
public List<RowChangeMove> createMoveList(NQueens nQueens)
- Specified by:
createMoveListin interfaceorg.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<NQueens>
-
-