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 GradeExam.gradeThe student's grade in the exam, between 0.7 and 5.0.private GradeModule.gradeThe total grade of the module, an average of theModule.EXAMSthat 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 TypeMethodDescriptionvoidUpdates theExam.gradeto the given value.voidUpdates theModule.gradeof the module, the total grade of the module, an average of theModule.EXAMSthat are part of the module.