Uses of Class
at.jku.ssw.fp.sect04_2.fp.Grade
-
Packages that use Grade Package Description at.jku.ssw.fp.sect04_2.fp -
-
Uses of Grade in at.jku.ssw.fp.sect04_2.fp
Fields in at.jku.ssw.fp.sect04_2.fp with type parameters of type Grade Modifier and Type Field Description private Function<Results,Grade>
ResultsList. gradingFn
The function object to compute the gradesMethods in at.jku.ssw.fp.sect04_2.fp that return Grade Modifier and Type Method Description Grade
Results. getGrade(Function<Results,Grade> gradingFn)
Computes the grades using a function object to compute the grades from the assignment scores.Grade
ResultsList. getGrade(String id)
Gets the grade for a student computed from the assignment scores.static Grade
Grade. valueOf(String name)
Returns the enum constant of this type with the specified name.static Grade[]
Grade. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in at.jku.ssw.fp.sect04_2.fp with type arguments of type Grade Modifier and Type Method Description Grade
Results. getGrade(Function<Results,Grade> gradingFn)
Computes the grades using a function object to compute the grades from the assignment scores.void
ResultsList. setGradingFunction(Function<Results,Grade> gradingFn)
Sets the function object to compute the grades.
-