Package | Description |
---|---|
org.optaplanner.examples.curriculumcourse.domain | |
org.optaplanner.examples.curriculumcourse.domain.solver | |
org.optaplanner.examples.curriculumcourse.solver.move |
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 |
---|---|
Comparable |
LectureDifficultyWeightFactory.createSorterWeight(CourseSchedule schedule,
Lecture lecture) |
Constructor and Description |
---|
LectureDifficultyWeightFactory.LectureDifficultyWeight(Lecture lecture,
int unavailablePeriodPenaltyCount) |
Modifier and Type | Method and Description |
---|---|
static void |
CurriculumCourseMoveHelper.moveLecture(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Lecture lecture,
Period period,
Room room) |
static void |
CurriculumCourseMoveHelper.movePeriod(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Lecture lecture,
Period period) |
static void |
CurriculumCourseMoveHelper.moveRoom(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Lecture lecture,
Room room) |
Constructor and Description |
---|
LectureSwapMove(Lecture leftLecture,
Lecture rightLecture) |
PeriodChangeMove(Lecture lecture,
Period toPeriod) |
RoomChangeMove(Lecture lecture,
Room toRoom) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.