Uses of Class
model.objects.Student
-
Packages that use Student Package Description logic.data logic.mapper logic.schedule logic.scheduler model.objects -
-
Uses of Student in logic.data
Methods in logic.data that return Student Modifier and Type Method Description static StudentStudentService. getStudentOrNew(String code)Methods in logic.data that return types with arguments of type Student Modifier and Type Method Description static Optional<Student>StudentService. getDbStudent(String code)Methods in logic.data with parameters of type Student Modifier and Type Method Description static List<Subject>StudentService. downloadEnrolledCourses(Student student, String semester)static voidStudentService. updatePreferences(Student student)Method parameters in logic.data with type arguments of type Student Modifier and Type Method Description static voidStudentService. addSchedulesToDBStudents(Collection<? extends Student> students) -
Uses of Student in logic.mapper
Methods in logic.mapper that return types with arguments of type Student Modifier and Type Method Description static List<Student>GroupScheduleConverter. convert(Collection<? extends GroupSchedule> schedules, String semester) -
Uses of Student in logic.schedule
Methods in logic.schedule that return types with arguments of type Student Modifier and Type Method Description Stream<Student>GroupSchedule. getStudents()Methods in logic.schedule with parameters of type Student Modifier and Type Method Description voidGroupSchedule. addClass(Student person, PrioritizedClass clazz)doubleGroupSchedule. countHoursInSchool(Student person, short firstOKHour, short lastOKHour, double penalty)IndividualScheduleGroupSchedule. get(Student person)shortGroupSchedule. getCrossings(Student student)shortGroupSchedule. getDaysWithOnlyTheoryLessonsCount(Student person)shortGroupSchedule. getFreeDaysCount(Student student)booleanGroupSchedule. isSpaceEmpty(Student person, int day, short startHour, short endHour, short priority) -
Uses of Student in logic.scheduler
Methods in logic.scheduler that return types with arguments of type Student Modifier and Type Method Description List<Student>GroupScheduler. findBestSchedule(Collection<? extends String> students, String semester) -
Uses of Student in model.objects
Methods in model.objects that return Student Modifier and Type Method Description StudentStudent. setBadHourPenalty(double badHourPenalty)StudentStudent. setCode(String code)StudentStudent. setCrossingsMultiplicator(double crossingsMultiplicator)StudentStudent. setEarliestOKHour(short earliestOKHour)StudentStudent. setFreeDaysMultiplicator(double freeDaysMultiplicator)StudentStudent. setHoursMultiplicator(double hoursMultiplicator)StudentStudent. setLatestOKHour(short latestOKHour)StudentStudent. setPracticalLecturePriority(short practicalLecturePriority)StudentStudent. setSchedules(Set<StudentSchedule> schedules)StudentStudent. setSeparateTheoryLessons(boolean separateTheoryLessons)StudentStudent. setTheoryLessonPriority(short theoryLessonPriority)StudentStudent. setUseClosedClasses(boolean useClosedClasses)StudentStudent. setUseFullClasses(boolean useFullClasses)
-