Uses of Class
evaluation.Evaluator.Sorting

Packages that use Evaluator.Sorting
evaluation   
 

Uses of Evaluator.Sorting in evaluation
 

Methods in evaluation that return Evaluator.Sorting
static Evaluator.Sorting Evaluator.Sorting.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Evaluator.Sorting[] Evaluator.Sorting.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in evaluation with parameters of type Evaluator.Sorting
 java.util.Collection<SingleMethodEvaluation> Evaluator.selectBestMethods(java.util.Collection<SingleMethodEvaluation> results, Evaluator.Sorting sortingType, java.lang.Integer howMany, AnnotationStats goldenStandard)
          Selects best methods from a method evaluation list.