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) |
Modifier and Type | Method and Description |
---|---|
Comparable |
RowStrengthWeightFactory.createSorterWeight(NQueens nQueens,
Row row) |
Constructor and Description |
---|
RowStrengthWeightFactory.RowStrengthWeight(Row row,
int distanceFromMiddle) |
Constructor and Description |
---|
RowChangeMove(Queen queen,
Row toRow) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.