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>CourseSchedule. getCurriculumList()Set<Curriculum>Course. getCurriculumSet()Set<Curriculum>Lecture. getCurriculumSet()Method parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type Curriculum Modifier and Type Method Description voidCourseSchedule. setCurriculumList(List<Curriculum> curriculumList)voidCourse. setCurriculumSet(Set<Curriculum> curriculumSet)Constructors in org.optaplanner.examples.curriculumcourse.domain with parameters of type Curriculum Constructor Description Course(int id, String code, Teacher teacher, int lectureSize, int studentSize, int minWorkingDaySize, Curriculum... curricula)
-