public class NQueensApp extends CommonApp<NQueens>
NQueensHelloWorld instead.| Modifier and Type | Field and Description |
|---|---|
static String |
SOLVER_CONFIG |
description, iconResource, logger, name, solutionBusiness, solverAndPersistenceFrame, solverConfig| Constructor and Description |
|---|
NQueensApp() |
| Modifier and Type | Method and Description |
|---|---|
protected SolutionDao |
createSolutionDao() |
protected SolutionPanel |
createSolutionPanel() |
protected org.optaplanner.core.api.solver.Solver<NQueens> |
createSolver() |
protected org.optaplanner.core.api.solver.Solver<NQueens> |
createSolverByApi()
Unused alternative.
|
protected org.optaplanner.core.api.solver.Solver<NQueens> |
createSolverByXml()
Normal way to create a
Solver. |
static void |
main(String[] args) |
createSolutionBusiness, createSolutionExporter, createSolutionImporters, getDescription, getIconResource, getName, init, init, prepareSwingEnvironmentpublic static final String SOLVER_CONFIG
public static void main(String[] args)
protected org.optaplanner.core.api.solver.Solver<NQueens> createSolver()
createSolver in class CommonApp<NQueens>protected org.optaplanner.core.api.solver.Solver<NQueens> createSolverByXml()
Solver.protected org.optaplanner.core.api.solver.Solver<NQueens> createSolverByApi()
Solver.
Not recommended! It is recommended to use createSolverByXml() instead.
protected SolutionPanel createSolutionPanel()
createSolutionPanel in class CommonApp<NQueens>protected SolutionDao createSolutionDao()
createSolutionDao in class CommonApp<NQueens>Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.