Class CurriculumCourseApp
- java.lang.Object
-
- org.optaplanner.examples.common.app.LoggingMain
-
- org.optaplanner.examples.common.app.CommonApp<CourseSchedule>
-
- org.optaplanner.examples.curriculumcourse.app.CurriculumCourseApp
-
public class CurriculumCourseApp extends CommonApp<CourseSchedule>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.optaplanner.examples.common.app.CommonApp
CommonApp.ExtraAction<Solution_>
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATA_DIR_NAMEstatic StringSOLVER_CONFIG-
Fields inherited from class org.optaplanner.examples.common.app.CommonApp
DATA_DIR_SYSTEM_PROPERTY, dataDirName, description, iconResource, name, solutionBusiness, solverAndPersistenceFrame, solverConfigResource
-
Fields inherited from class org.optaplanner.examples.common.app.LoggingMain
logger
-
-
Constructor Summary
Constructors Constructor Description CurriculumCourseApp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Set<AbstractSolutionExporter>createSolutionExporters()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 CurriculumCoursePanelcreateSolutionPanel()static voidmain(String[] args)-
Methods inherited from class org.optaplanner.examples.common.app.CommonApp
createExtraActions, createSolutionBusiness, createSolverFactory, determineDataDir, getDataDirName, getDescription, getIconResource, getName, getSolverConfigResource, init, init, prepareSwingEnvironment
-
-
-
-
Field Detail
-
SOLVER_CONFIG
public static final String SOLVER_CONFIG
- See Also:
- Constant Field Values
-
DATA_DIR_NAME
public static final String DATA_DIR_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
-
createSolutionPanel
protected CurriculumCoursePanel createSolutionPanel()
- Specified by:
createSolutionPanelin classCommonApp<CourseSchedule>
-
createSolutionFileIO
public org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<CourseSchedule> createSolutionFileIO()
Description copied from class:CommonAppUsed for the unsolved and solved directories, not for the import and output directories, in the data directory.- Specified by:
createSolutionFileIOin classCommonApp<CourseSchedule>- Returns:
- never null
-
createSolutionImporters
protected AbstractSolutionImporter[] createSolutionImporters()
- Overrides:
createSolutionImportersin classCommonApp<CourseSchedule>
-
createSolutionExporters
protected Set<AbstractSolutionExporter> createSolutionExporters()
- Overrides:
createSolutionExportersin classCommonApp<CourseSchedule>
-
-