Uses of Class
org.optaplanner.examples.curriculumcourse.domain.Course
Packages that use Course
Package
Description
-
Uses of Course in org.optaplanner.examples.curriculumcourse.domain
Methods in org.optaplanner.examples.curriculumcourse.domain that return CourseMethods in org.optaplanner.examples.curriculumcourse.domain that return types with arguments of type CourseMethods in org.optaplanner.examples.curriculumcourse.domain with parameters of type CourseModifier and TypeMethodDescriptionvoidvoidMethod parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type CourseConstructors in org.optaplanner.examples.curriculumcourse.domain with parameters of type Course -
Uses of Course in org.optaplanner.examples.curriculumcourse.domain.solver
Methods in org.optaplanner.examples.curriculumcourse.domain.solver that return CourseConstructors in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type CourseModifierConstructorDescriptionCourseConflict(Course leftCourse, Course rightCourse, int conflictCount)