Package | Description |
---|---|
org.optaplanner.examples.curriculumcourse.domain | |
org.optaplanner.examples.curriculumcourse.domain.solver |
Modifier and Type | Method and Description |
---|---|
List<Lecture> |
CourseSchedule.getLectureList() |
Modifier and Type | Method and Description |
---|---|
void |
CourseSchedule.setLectureList(List<Lecture> lectureList) |
Modifier and Type | Method and Description |
---|---|
LectureDifficultyWeightFactory.LectureDifficultyWeight |
LectureDifficultyWeightFactory.createSorterWeight(CourseSchedule schedule,
Lecture lecture) |
Constructor and Description |
---|
LectureDifficultyWeight(Lecture lecture,
int unavailablePeriodPenaltyCount) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.