Uses of Class
org.optaplanner.examples.curriculumcourse.domain.Lecture
-
Packages that use Lecture Package Description org.optaplanner.examples.curriculumcourse.domain org.optaplanner.examples.curriculumcourse.domain.solver -
-
Uses of Lecture in org.optaplanner.examples.curriculumcourse.domain
Methods in org.optaplanner.examples.curriculumcourse.domain that return types with arguments of type Lecture Modifier and Type Method Description List<Lecture>CourseSchedule. getLectureList()Method parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type Lecture Modifier and Type Method Description voidCourseSchedule. setLectureList(List<Lecture> lectureList) -
Uses of Lecture in org.optaplanner.examples.curriculumcourse.domain.solver
Methods in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type Lecture Modifier and Type Method Description LectureDifficultyWeightFactory.LectureDifficultyWeightLectureDifficultyWeightFactory. createSorterWeight(CourseSchedule schedule, Lecture lecture)Constructors in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type Lecture Constructor Description LectureDifficultyWeight(Lecture lecture, int unavailablePeriodPenaltyCount)
-