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

Packages that use Retrieval
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 in de.dfki.mycbr.core.retrieval
 

Constructors in de.dfki.mycbr.core.retrieval with parameters of type Retrieval
SequentialRetrieval(Project p, Retrieval r)