Uses of Class
org.optaplanner.examples.nqueens.domain.Row
-
Packages that use Row Package Description org.optaplanner.examples.nqueens.domain org.optaplanner.examples.nqueens.domain.solution org.optaplanner.examples.nqueens.optional.solver.move -
-
Uses of Row in org.optaplanner.examples.nqueens.domain
Methods in org.optaplanner.examples.nqueens.domain that return Row Modifier and Type Method Description RowQueen. getRow()Methods in org.optaplanner.examples.nqueens.domain that return types with arguments of type Row Modifier and Type Method Description List<Row>NQueens. getRowList()Methods in org.optaplanner.examples.nqueens.domain with parameters of type Row Modifier and Type Method Description voidQueen. setRow(Row row)Method parameters in org.optaplanner.examples.nqueens.domain with type arguments of type Row Modifier and Type Method Description voidNQueens. setRowList(List<Row> rowList)Constructors in org.optaplanner.examples.nqueens.domain with parameters of type Row Constructor Description Queen(long id, Row row, Column column) -
Uses of Row in org.optaplanner.examples.nqueens.domain.solution
Methods in org.optaplanner.examples.nqueens.domain.solution with parameters of type Row Modifier and Type Method Description RowStrengthWeightFactory.RowStrengthWeightRowStrengthWeightFactory. createSorterWeight(NQueens nQueens, Row row)Constructors in org.optaplanner.examples.nqueens.domain.solution with parameters of type Row Constructor Description RowStrengthWeight(Row row, int distanceFromMiddle) -
Uses of Row in org.optaplanner.examples.nqueens.optional.solver.move
Constructors in org.optaplanner.examples.nqueens.optional.solver.move with parameters of type Row Constructor Description RowChangeMove(Queen queen, Row toRow)
-