Uses of Class
org.optaplanner.examples.curriculumcourse.domain.CourseSchedule
-
-
Uses of CourseSchedule in org.optaplanner.examples.curriculumcourse.app
Methods in org.optaplanner.examples.curriculumcourse.app that return types with arguments of type CourseSchedule Modifier and Type Method Description org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<CourseSchedule>CurriculumCourseApp. createSolutionFileIO() -
Uses of CourseSchedule in org.optaplanner.examples.curriculumcourse.domain.solver
Methods in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type CourseSchedule Modifier and Type Method Description LectureDifficultyWeightFactory.LectureDifficultyWeightLectureDifficultyWeightFactory. createSorterWeight(CourseSchedule schedule, Lecture lecture)PeriodStrengthWeightFactory.PeriodStrengthWeightPeriodStrengthWeightFactory. createSorterWeight(CourseSchedule schedule, Period period)RoomStrengthWeightFactory.RoomStrengthWeightRoomStrengthWeightFactory. createSorterWeight(CourseSchedule schedule, Room room) -
Uses of CourseSchedule in org.optaplanner.examples.curriculumcourse.persistence
Fields in org.optaplanner.examples.curriculumcourse.persistence with type parameters of type CourseSchedule Modifier and Type Field Description protected org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<CourseSchedule>CurriculumCourseGenerator. solutionFileIOMethods in org.optaplanner.examples.curriculumcourse.persistence that return CourseSchedule Modifier and Type Method Description CourseScheduleCurriculumCourseGenerator. createCourseSchedule(String fileName, int teacherListSize, int curriculumListSize, int courseListSize, int lectureListSize, int roomListSize)CourseScheduleCurriculumCourseImporter.CurriculumCourseInputBuilder. readSolution()Methods in org.optaplanner.examples.curriculumcourse.persistence that return types with arguments of type CourseSchedule Modifier and Type Method Description AbstractTxtSolutionImporter.TxtInputBuilder<CourseSchedule>CurriculumCourseImporter. createTxtInputBuilder()AbstractTxtSolutionExporter.TxtOutputBuilder<CourseSchedule>CurriculumCourseExporter. createTxtOutputBuilder() -
Uses of CourseSchedule in org.optaplanner.examples.curriculumcourse.solver.move
Method parameters in org.optaplanner.examples.curriculumcourse.solver.move with type arguments of type CourseSchedule Modifier and Type Method Description booleanDifferentCourseSwapMoveFilter. accept(org.optaplanner.core.api.score.director.ScoreDirector<CourseSchedule> scoreDirector, org.optaplanner.core.impl.heuristic.selector.move.generic.SwapMove move) -
Uses of CourseSchedule in org.optaplanner.examples.curriculumcourse.swingui
Methods in org.optaplanner.examples.curriculumcourse.swingui with parameters of type CourseSchedule Modifier and Type Method Description voidCurriculumCoursePanel. resetPanel(CourseSchedule courseSchedule)
-