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 |
---|---|
boolean |
MovableLectureSelectionFilter.accept(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Lecture lecture) |
Comparable |
LectureDifficultyWeightFactory.createSorterWeight(CourseSchedule schedule,
Lecture lecture) |
Constructor and Description |
---|
LectureDifficultyWeightFactory.LectureDifficultyWeight(Lecture lecture,
int unavailablePeriodPenaltyCount) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.