Uses of Class
model.objects.Subject
-
Packages that use Subject Package Description logic.data logic.mapper logic.scheduler model.objects view.controller -
-
Uses of Subject in logic.data
Methods in logic.data that return types with arguments of type Subject Modifier and Type Method Description static List<Subject>StudentService. downloadEnrolledCourses(Student student, String semester)static Stream<Subject>FileData. loadAllSubjects()Method parameters in logic.data with type arguments of type Subject Modifier and Type Method Description static voidFileData. saveAllSubjects(Iterator<Subject> subjects) -
Uses of Subject in logic.mapper
Methods in logic.mapper that return Subject Modifier and Type Method Description static SubjectSubjectDownloader. download(ApiBase apiBase, String semester, String code)static SubjectSubjectDownloader. download(ApiBase apiBase, String semester, String code, String name)static SubjectSubjectDownloader. download(ApiBase apiBase, String semester, String code, String name, String query, Predicate<Parallel> filter) -
Uses of Subject in logic.scheduler
Method parameters in logic.scheduler with type arguments of type Subject Modifier and Type Method Description Stream<IndividualSchedule>IndividualScheduler. findBestSchedule(Collection<? extends Subject> subjects) -
Uses of Subject in model.objects
Methods in model.objects that return Subject Modifier and Type Method Description SubjectClass. getSubject()SubjectSubject. setClasses(List<Class> classes)SubjectSubject. setCode(String code)SubjectSubject. setName(String name)Methods in model.objects with parameters of type Subject Modifier and Type Method Description ClassClass. setSubject(Subject subject) -
Uses of Subject in view.controller
Fields in view.controller with type parameters of type Subject Modifier and Type Field Description javafx.scene.control.TableView<Subject>MainController. subjects
-