Uses of Class
at.jku.ssw.fp.sect04_2.fp.Results
-
Packages that use Results Package Description at.jku.ssw.fp.sect04_2.fp -
-
Uses of Results in at.jku.ssw.fp.sect04_2.fp
Fields in at.jku.ssw.fp.sect04_2.fp with type parameters of type Results Modifier and Type Field Description private Function<Results,Grade>
ResultsList. gradingFn
The function object to compute the gradesprivate FList<Results>
ResultsList. resultsList
The list of results for a set of studentsMethods in at.jku.ssw.fp.sect04_2.fp that return Results Modifier and Type Method Description Results
ResultsList. getResults(String id)
Gets the result object for a student.Methods in at.jku.ssw.fp.sect04_2.fp with parameters of type Results Modifier and Type Method Description private static double
Demo_Results. avrgScore(Results r)
Method parameters in at.jku.ssw.fp.sect04_2.fp with type arguments of type Results Modifier and Type Method Description <A,R>
RResultsList. compute(A start, BiFunction<? super A,Results,? extends A> accumulator, Function<? super A,? extends R> finalizer)
Makes a computation on the student result records.int
ResultsList. count(Predicate<Results> pred)
Counts the results fulfilling a given predicate.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.
-