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 Exam
Parser.parseExamTable
(@NonNull org.jsoup.nodes.Element table) Extracts theinformation
from 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.EXAMS
The 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 Exam
Exam.copy()
@NonNull Exam
Module.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 TypeMethodDescriptionvoid
Inserts a newExam
at the end of theModule.EXAMS
list.void
Inserts newExam
s at the end of theModule.EXAMS
list, in the order they are specified.Exam.computeDifference
(@NonNull Exam other) boolean
Module.removeExam
(@NonNull Exam exam) Removes the first occurrence of the specifiedExam
from theModule.EXAMS
list, if it is present.boolean
Module.removeExams
(@NonNull Exam... exams) Removes the specifiedExam
s from theModule.EXAMS
list, if they are present.Method parameters in page.codeberg.friedolyn.grades with type arguments of type ExamModifier and TypeMethodDescriptionvoid
Inserts newExam
s at the end of theModule.EXAMS
list, in the order they are specified.