Uses of Class
de.dfki.mycbr.core.retrieval.Retrieval.RetrievalMethod

Packages that use Retrieval.RetrievalMethod
de.dfki.mycbr.core.retrieval All retrieval algorithms extend the abstract class RetrievalEngine and can be used within Retrieval objects to obtain the retrieval results (possibly ordered pairs of case and corresponding similarity). 
 

Uses of Retrieval.RetrievalMethod in de.dfki.mycbr.core.retrieval
 

Methods in de.dfki.mycbr.core.retrieval that return Retrieval.RetrievalMethod
 Retrieval.RetrievalMethod Retrieval.getRetrievalMethod()
           
static Retrieval.RetrievalMethod Retrieval.RetrievalMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Retrieval.RetrievalMethod[] Retrieval.RetrievalMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.dfki.mycbr.core.retrieval with parameters of type Retrieval.RetrievalMethod
 void Retrieval.setRetrievalMethod(Retrieval.RetrievalMethod m)