| Package | Description |
|---|---|
| org.optaplanner.examples.curriculumcourse.domain | |
| org.optaplanner.examples.curriculumcourse.domain.solver |
| Modifier and Type | Method and Description |
|---|---|
Course |
Lecture.getCourse() |
Course |
UnavailablePeriodPenalty.getCourse() |
| Modifier and Type | Method and Description |
|---|---|
List<Course> |
CourseSchedule.getCourseList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Lecture.setCourse(Course course) |
void |
UnavailablePeriodPenalty.setCourse(Course course) |
| Modifier and Type | Method and Description |
|---|---|
void |
CourseSchedule.setCourseList(List<Course> courseList) |
| Modifier and Type | Method and Description |
|---|---|
Course |
CourseConflict.getLeftCourse() |
Course |
CourseConflict.getRightCourse() |
| Constructor and Description |
|---|
CourseConflict(Course leftCourse,
Course rightCourse,
int conflictCount) |
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.