Uses of Class
org.optaplanner.examples.curriculumcourse.domain.Period
-
Packages that use Period Package Description org.optaplanner.examples.curriculumcourse.domain org.optaplanner.examples.curriculumcourse.domain.solver -
-
Uses of Period in org.optaplanner.examples.curriculumcourse.domain
Methods in org.optaplanner.examples.curriculumcourse.domain that return Period Modifier and Type Method Description PeriodLecture. getPeriod()PeriodUnavailablePeriodPenalty. getPeriod()Methods in org.optaplanner.examples.curriculumcourse.domain that return types with arguments of type Period Modifier and Type Method Description List<Period>CourseSchedule. getPeriodList()List<Period>Day. getPeriodList()Methods in org.optaplanner.examples.curriculumcourse.domain with parameters of type Period Modifier and Type Method Description voidLecture. setPeriod(Period period)voidUnavailablePeriodPenalty. setPeriod(Period period)Method parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type Period Modifier and Type Method Description voidCourseSchedule. setPeriodList(List<Period> periodList)voidDay. setPeriodList(List<Period> periodList)Constructors in org.optaplanner.examples.curriculumcourse.domain with parameters of type Period Constructor Description Day(int dayIndex, Period... periods)Lecture(int id, Course course, Period period, Room room)UnavailablePeriodPenalty(int id, Course course, Period period) -
Uses of Period in org.optaplanner.examples.curriculumcourse.domain.solver
Methods in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type Period Modifier and Type Method Description PeriodStrengthWeightFactory.PeriodStrengthWeightPeriodStrengthWeightFactory. createSorterWeight(CourseSchedule schedule, Period period)Constructors in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type Period Constructor Description PeriodStrengthWeight(Period period, int unavailablePeriodPenaltyCount)
-