Uses of Class
org.optaplanner.examples.curriculumcourse.domain.Curriculum
-
Packages that use Curriculum Package Description org.optaplanner.examples.curriculumcourse.domain -
-
Uses of Curriculum in org.optaplanner.examples.curriculumcourse.domain
Methods in org.optaplanner.examples.curriculumcourse.domain that return types with arguments of type Curriculum Modifier and Type Method Description List<Curriculum>Course. getCurriculumList()List<Curriculum>CourseSchedule. getCurriculumList()List<Curriculum>Lecture. getCurriculumList()Method parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type Curriculum Modifier and Type Method Description voidCourse. setCurriculumList(List<Curriculum> curriculumList)voidCourseSchedule. setCurriculumList(List<Curriculum> curriculumList)
-