Uses of Class
org.optaplanner.examples.curriculumcourse.domain.Lecture
Packages that use Lecture
Package
Description
-
Uses of Lecture in org.optaplanner.examples.curriculumcourse.domain
Methods in org.optaplanner.examples.curriculumcourse.domain that return types with arguments of type LectureMethod parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type Lecture -
Uses of Lecture in org.optaplanner.examples.curriculumcourse.domain.solver
Methods in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type LectureModifier and TypeMethodDescriptionLectureDifficultyWeightFactory.createSorterWeight(CourseSchedule schedule, Lecture lecture) Constructors in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type LectureModifierConstructorDescriptionLectureDifficultyWeight(Lecture lecture, int unavailablePeriodPenaltyCount)