jcolibri.method.retrieve
Class SelectAllCasesMethod

java.lang.Object
  extended by jcolibri.method.retrieve.SelectAllCasesMethod

public class SelectAllCasesMethod
extends java.lang.Object

Sets all the cases from the evaluated list of cases

Author:
Juan Antonio Recio García

Constructor Summary
SelectAllCasesMethod()
           
 
Method Summary
static java.util.Collection<CBRCase> selectAllCases(java.util.Collection<KNNresult> evalList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectAllCasesMethod

public SelectAllCasesMethod()
Method Detail

selectAllCases

public static java.util.Collection<CBRCase> selectAllCases(java.util.Collection<KNNresult> evalList)