org.optaplanner.examples.examination.app
public class ExaminationApp extends CommonApp
CurriculumCourseApp
is arguably a better example to learn from.Modifier and Type | Field and Description |
---|---|
static String |
SOLVER_CONFIG |
description, iconResource, logger, name, solutionBusiness, solverAndPersistenceFrame
Constructor and Description |
---|
ExaminationApp() |
Modifier and Type | Method and Description |
---|---|
protected SolutionDao |
createSolutionDao() |
protected AbstractSolutionExporter |
createSolutionExporter() |
protected AbstractSolutionImporter |
createSolutionImporter() |
protected SolutionPanel |
createSolutionPanel() |
protected org.optaplanner.core.api.solver.Solver |
createSolver() |
static void |
main(String[] args) |
createSolutionBusiness, fixateLookAndFeel, getDescription, getIconResource, getName, init, init
public static final String SOLVER_CONFIG
public static void main(String[] args)
protected org.optaplanner.core.api.solver.Solver createSolver()
createSolver
in class CommonApp
protected SolutionPanel createSolutionPanel()
createSolutionPanel
in class CommonApp
protected SolutionDao createSolutionDao()
createSolutionDao
in class CommonApp
protected AbstractSolutionImporter createSolutionImporter()
createSolutionImporter
in class CommonApp
protected AbstractSolutionExporter createSolutionExporter()
createSolutionExporter
in class CommonApp
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.