Uses of Class
page.codeberg.friedolyn.grades.Grade
Packages that use Grade
-
Uses of Grade in page.codeberg.friedolyn.grades
Fields in page.codeberg.friedolyn.grades declared as GradeModifier and TypeFieldDescriptionprivate Grade
Exam.grade
The student's grade in the exam, between 0.7 and 5.0.private Grade
Module.grade
The total grade of the module, an average of theModule.EXAMS
that are part of the module.Methods in page.codeberg.friedolyn.grades that return types with arguments of type GradeMethods in page.codeberg.friedolyn.grades with parameters of type GradeModifier and TypeMethodDescriptionvoid
Updates theExam.grade
to the given value.void
Updates theModule.grade
of the module, the total grade of the module, an average of theModule.EXAMS
that are part of the module.