public class NQueens extends AbstractPersistable
id
Constructor and Description |
---|
NQueens() |
Modifier and Type | Method and Description |
---|---|
List<Column> |
getColumnList() |
int |
getN() |
List<Queen> |
getQueenList() |
List<Row> |
getRowList() |
org.optaplanner.core.api.score.buildin.simple.SimpleScore |
getScore() |
void |
setColumnList(List<Column> columnList) |
void |
setN(int n) |
void |
setQueenList(List<Queen> queenList) |
void |
setRowList(List<Row> rowList) |
void |
setScore(org.optaplanner.core.api.score.buildin.simple.SimpleScore score) |
compareTo, getId, setId, toString
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.