Class NQueensGenerator
- java.lang.Object
-
- org.optaplanner.examples.common.app.LoggingMain
-
- org.optaplanner.examples.nqueens.persistence.NQueensGenerator
-
public class NQueensGenerator extends LoggingMain
-
-
Field Summary
Fields Modifier and Type Field Description protected FileoutputDirprotected org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<NQueens>solutionFileIO-
Fields inherited from class org.optaplanner.examples.common.app.LoggingMain
logger
-
-
Constructor Summary
Constructors Constructor Description NQueensGenerator()NQueensGenerator(boolean withoutDao)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description NQueenscreateNQueens(int n)static voidmain(String[] args)
-