Uses of Class
org.optaplanner.examples.curriculumcourse.domain.UnavailablePeriodPenalty
-
Packages that use UnavailablePeriodPenalty Package Description org.optaplanner.examples.curriculumcourse.domain -
-
Uses of UnavailablePeriodPenalty in org.optaplanner.examples.curriculumcourse.domain
Methods in org.optaplanner.examples.curriculumcourse.domain that return types with arguments of type UnavailablePeriodPenalty Modifier and Type Method Description List<UnavailablePeriodPenalty>CourseSchedule. getUnavailablePeriodPenaltyList()Method parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type UnavailablePeriodPenalty Modifier and Type Method Description voidCourseSchedule. setUnavailablePeriodPenaltyList(List<UnavailablePeriodPenalty> unavailablePeriodPenaltyList)
-