Package | Description |
---|---|
org.optaplanner.examples.curriculumcourse.domain | |
org.optaplanner.examples.curriculumcourse.domain.solver |
Modifier and Type | Method and Description |
---|---|
Period |
UnavailablePeriodPenalty.getPeriod() |
Period |
Lecture.getPeriod() |
Modifier and Type | Method and Description |
---|---|
List<Period> |
Day.getPeriodList() |
List<Period> |
CourseSchedule.getPeriodList() |
Modifier and Type | Method and Description |
---|---|
void |
UnavailablePeriodPenalty.setPeriod(Period period) |
void |
Lecture.setPeriod(Period period) |
Modifier and Type | Method and Description |
---|---|
void |
Day.setPeriodList(List<Period> periodList) |
void |
CourseSchedule.setPeriodList(List<Period> periodList) |
Modifier and Type | Method and Description |
---|---|
PeriodStrengthWeightFactory.PeriodStrengthWeight |
PeriodStrengthWeightFactory.createSorterWeight(CourseSchedule schedule,
Period period) |
Constructor and Description |
---|
PeriodStrengthWeight(Period period,
int unavailablePeriodPenaltyCount) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.