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() |
Modifier and Type | Method and Description |
---|---|
void |
CourseConflict.setLeftCourse(Course leftCourse) |
void |
CourseConflict.setRightCourse(Course rightCourse) |
Constructor and Description |
---|
CourseConflict(Course leftCourse,
Course rightCourse) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.