Package | Description |
---|---|
org.optaplanner.examples.nqueens.domain | |
org.optaplanner.examples.nqueens.domain.solution | |
org.optaplanner.examples.nqueens.solver.move |
Modifier and Type | Method and Description |
---|---|
Row |
Queen.getRow() |
Modifier and Type | Method and Description |
---|---|
List<Row> |
NQueens.getRowList() |
Modifier and Type | Method and Description |
---|---|
void |
Queen.setRow(Row row) |
Modifier and Type | Method and Description |
---|---|
void |
NQueens.setRowList(List<Row> rowList) |
Constructor and Description |
---|
Queen(long id,
Row row,
Column column) |
Modifier and Type | Method and Description |
---|---|
RowStrengthWeightFactory.RowStrengthWeight |
RowStrengthWeightFactory.createSorterWeight(NQueens nQueens,
Row row) |
Constructor and Description |
---|
RowStrengthWeight(Row row,
int distanceFromMiddle) |
Constructor and Description |
---|
RowChangeMove(Queen queen,
Row toRow) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.