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 |
---|---|
Period |
Lecture.getPeriod() |
Period |
UnavailablePeriodPenalty.getPeriod() |
Modifier and Type | Method and Description |
---|---|
List<Period> |
CourseSchedule.getPeriodList() |
Modifier and Type | Method and Description |
---|---|
void |
Lecture.setPeriod(Period period) |
void |
UnavailablePeriodPenalty.setPeriod(Period period) |
Modifier and Type | Method and Description |
---|---|
void |
CourseSchedule.setPeriodList(List<Period> periodList) |
Modifier and Type | Method and Description |
---|---|
Comparable |
PeriodStrengthWeightFactory.createSorterWeight(CourseSchedule schedule,
Period period) |
Constructor and Description |
---|
PeriodStrengthWeightFactory.PeriodStrengthWeight(Period period,
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) |
Constructor and Description |
---|
PeriodChangeMove(Lecture lecture,
Period toPeriod) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.