Uses of Class
org.optaplanner.examples.curriculumcourse.domain.Teacher
Packages that use Teacher
-
Uses of Teacher in org.optaplanner.examples.curriculumcourse.domain
Methods in org.optaplanner.examples.curriculumcourse.domain that return TeacherMethods in org.optaplanner.examples.curriculumcourse.domain that return types with arguments of type TeacherMethods in org.optaplanner.examples.curriculumcourse.domain with parameters of type TeacherMethod parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type TeacherConstructors in org.optaplanner.examples.curriculumcourse.domain with parameters of type TeacherModifierConstructorDescriptionCourse(int id, String code, Teacher teacher, int lectureSize, int studentSize, int minWorkingDaySize, Curriculum... curricula)