|
OptaPlanner distribution 6.0.0-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lecture | |
---|---|
org.optaplanner.examples.curriculumcourse.domain | |
org.optaplanner.examples.curriculumcourse.domain.solver |
Uses of Lecture in org.optaplanner.examples.curriculumcourse.domain |
---|
Methods in org.optaplanner.examples.curriculumcourse.domain that return types with arguments of type Lecture | |
---|---|
List<Lecture> |
CourseSchedule.getLectureList()
|
Method parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type Lecture | |
---|---|
void |
CourseSchedule.setLectureList(List<Lecture> lectureList)
|
Uses of Lecture in org.optaplanner.examples.curriculumcourse.domain.solver |
---|
Methods in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type Lecture | |
---|---|
boolean |
MovableLectureSelectionFilter.accept(ScoreDirector scoreDirector,
Lecture lecture)
|
Comparable |
LectureDifficultyWeightFactory.createSorterWeight(CourseSchedule schedule,
Lecture lecture)
|
Constructors in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type Lecture | |
---|---|
LectureDifficultyWeightFactory.LectureDifficultyWeight(Lecture lecture,
int unavailablePeriodPenaltyCount)
|
|
OptaPlanner distribution 6.0.0-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |