Class NQueens
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.nqueens.domain.NQueens
-
public class NQueens extends AbstractPersistable
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description NQueens()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Column>getColumnList()intgetN()List<Queen>getQueenList()List<Row>getRowList()org.optaplanner.core.api.score.buildin.simple.SimpleScoregetScore()voidsetColumnList(List<Column> columnList)voidsetN(int n)voidsetQueenList(List<Queen> queenList)voidsetRowList(List<Row> rowList)voidsetScore(org.optaplanner.core.api.score.buildin.simple.SimpleScore score)-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
-