Uses of Class
page.codeberg.friedolyn.grades.Exam
Packages that use Exam
-
Uses of Exam in page.codeberg.friedolyn.client.parser
Methods in page.codeberg.friedolyn.client.parser that return ExamModifier and TypeMethodDescriptionprivate static @NonNull ExamParser.parseExamTable(@NonNull org.jsoup.nodes.Element table) Extracts theinformationfrom the given exam table in the grades table. -
Uses of Exam in page.codeberg.friedolyn.grades
Fields in page.codeberg.friedolyn.grades with type parameters of type ExamModifier and TypeFieldDescriptionModule.EXAMSThe exams that are part of the module and that have already been entered into the Friedolin system.Methods in page.codeberg.friedolyn.grades that return ExamModifier and TypeMethodDescription@NonNull ExamExam.copy()@NonNull ExamModule.removeExam(int index) Methods in page.codeberg.friedolyn.grades that return types with arguments of type ExamModifier and TypeMethodDescriptionExam.computeDifference(@NonNull Exam other) Module.getExams()Module.removeExams(int... indices) Methods in page.codeberg.friedolyn.grades with parameters of type ExamModifier and TypeMethodDescriptionvoidInserts a newExamat the end of theModule.EXAMSlist.voidInserts newExams at the end of theModule.EXAMSlist, in the order they are specified.Exam.computeDifference(@NonNull Exam other) booleanModule.removeExam(@NonNull Exam exam) Removes the first occurrence of the specifiedExamfrom theModule.EXAMSlist, if it is present.booleanModule.removeExams(@NonNull Exam... exams) Removes the specifiedExams from theModule.EXAMSlist, if they are present.Method parameters in page.codeberg.friedolyn.grades with type arguments of type ExamModifier and TypeMethodDescriptionvoidInserts newExams at the end of theModule.EXAMSlist, in the order they are specified.