Uses of Class
org.optaplanner.examples.curriculumcourse.domain.Course
-
Packages that use Course Package Description 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 Modifier and Type Method Description CourseLecture. getCourse()CourseUnavailablePeriodPenalty. getCourse()Methods in org.optaplanner.examples.curriculumcourse.domain that return types with arguments of type Course Modifier and Type Method Description List<Course>CourseSchedule. getCourseList()Methods in org.optaplanner.examples.curriculumcourse.domain with parameters of type Course Modifier and Type Method Description voidLecture. setCourse(Course course)voidUnavailablePeriodPenalty. setCourse(Course course)Method parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type Course Modifier and Type Method Description voidCourseSchedule. setCourseList(List<Course> courseList)Constructors in org.optaplanner.examples.curriculumcourse.domain with parameters of type Course Constructor Description Lecture(int id, Course course, Period period, Room room)UnavailablePeriodPenalty(int id, Course course, Period period) -
Uses of Course in org.optaplanner.examples.curriculumcourse.domain.solver
Methods in org.optaplanner.examples.curriculumcourse.domain.solver that return Course Modifier and Type Method Description CourseCourseConflict. getLeftCourse()CourseCourseConflict. getRightCourse()Constructors in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type Course Constructor Description CourseConflict(Course leftCourse, Course rightCourse, int conflictCount)
-