public class CurriculumCourseApp extends CommonApp<CourseSchedule>
Modifier and Type | Field and Description |
---|---|
static String |
DATA_DIR_NAME |
static String |
SOLVER_CONFIG |
DATA_DIR_SYSTEM_PROPERTY, dataDirName, description, iconResource, name, solutionBusiness, solverAndPersistenceFrame, solverConfig
logger
Constructor and Description |
---|
CurriculumCourseApp() |
Modifier and Type | Method and Description |
---|---|
protected AbstractSolutionExporter |
createSolutionExporter() |
org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<CourseSchedule> |
createSolutionFileIO()
Used for the unsolved and solved directories,
not for the import and output directories, in the data directory.
|
protected AbstractSolutionImporter[] |
createSolutionImporters() |
protected CurriculumCoursePanel |
createSolutionPanel() |
static void |
main(String[] args) |
createSolutionBusiness, createSolver, determineDataDir, getDataDirName, getDescription, getIconResource, getName, getSolverConfig, init, init, prepareSwingEnvironment
public static final String SOLVER_CONFIG
public static final String DATA_DIR_NAME
public static void main(String[] args)
protected CurriculumCoursePanel createSolutionPanel()
createSolutionPanel
in class CommonApp<CourseSchedule>
public org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<CourseSchedule> createSolutionFileIO()
CommonApp
createSolutionFileIO
in class CommonApp<CourseSchedule>
protected AbstractSolutionImporter[] createSolutionImporters()
createSolutionImporters
in class CommonApp<CourseSchedule>
protected AbstractSolutionExporter createSolutionExporter()
createSolutionExporter
in class CommonApp<CourseSchedule>
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.