Uses of Class
org.optaplanner.examples.curriculumcourse.domain.Teacher
-
Packages that use Teacher Package Description org.optaplanner.examples.curriculumcourse.domain -
-
Uses of Teacher in org.optaplanner.examples.curriculumcourse.domain
Methods in org.optaplanner.examples.curriculumcourse.domain that return Teacher Modifier and Type Method Description TeacherCourse. getTeacher()TeacherLecture. getTeacher()Methods in org.optaplanner.examples.curriculumcourse.domain that return types with arguments of type Teacher Modifier and Type Method Description List<Teacher>CourseSchedule. getTeacherList()Methods in org.optaplanner.examples.curriculumcourse.domain with parameters of type Teacher Modifier and Type Method Description voidCourse. setTeacher(Teacher teacher)Method parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type Teacher Modifier and Type Method Description voidCourseSchedule. setTeacherList(List<Teacher> teacherList)Constructors in org.optaplanner.examples.curriculumcourse.domain with parameters of type Teacher Constructor Description Course(int id, String code, Teacher teacher, int lectureSize, int studentSize, int minWorkingDaySize, Curriculum... curricula)
-