|
OptaPlanner distribution 6.0.1.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Course | |
---|---|
org.optaplanner.examples.curriculumcourse.domain | |
org.optaplanner.examples.curriculumcourse.domain.solver |
Uses of Course in org.optaplanner.examples.curriculumcourse.domain |
---|
Methods in org.optaplanner.examples.curriculumcourse.domain that return Course | |
---|---|
Course |
UnavailablePeriodPenalty.getCourse()
|
Course |
Lecture.getCourse()
|
Methods in org.optaplanner.examples.curriculumcourse.domain that return types with arguments of type Course | |
---|---|
List<Course> |
CourseSchedule.getCourseList()
|
Methods in org.optaplanner.examples.curriculumcourse.domain with parameters of type Course | |
---|---|
void |
UnavailablePeriodPenalty.setCourse(Course course)
|
void |
Lecture.setCourse(Course course)
|
Method parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type Course | |
---|---|
void |
CourseSchedule.setCourseList(List<Course> courseList)
|
Uses of Course in org.optaplanner.examples.curriculumcourse.domain.solver |
---|
Methods in org.optaplanner.examples.curriculumcourse.domain.solver that return Course | |
---|---|
Course |
CourseConflict.getLeftCourse()
|
Course |
CourseConflict.getRightCourse()
|
Constructors in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type Course | |
---|---|
CourseConflict(Course leftCourse,
Course rightCourse,
int conflictCount)
|
|
OptaPlanner distribution 6.0.1.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |