Uses of Package
de.dfki.mycbr.core

Packages that use de.dfki.mycbr.core
de.dfki.mycbr.core Contains all classes that represent core functionality of a CBR application such as the domain model, case bases, similarity functions and retrieval algorithms. 
de.dfki.mycbr.core.casebase Contains classes for the basic definition of DefaultCaseBase objects. 
de.dfki.mycbr.core.model Contains classes for the basic definition of the project's model. 
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). 
de.dfki.mycbr.core.similarity Contains standard classes to maintain similarity functions for attribute descriptions (local similarity functions) and concepts (amalgamation functions). 
de.dfki.mycbr.io Contains classes that handle import and export of relevant CBR application data. 
 

Classes in de.dfki.mycbr.core used by de.dfki.mycbr.core
DefaultCaseBase
          Class DefaultCasebase.
ICaseBase
          Methods to be implemented by case bases of the current project.
ICaseBase.Meta
           
Project
          A Project consists of a vocabulary and (possibly several) case bases.
 

Classes in de.dfki.mycbr.core used by de.dfki.mycbr.core.casebase
Project
          A Project consists of a vocabulary and (possibly several) case bases.
 

Classes in de.dfki.mycbr.core used by de.dfki.mycbr.core.model
Project
          A Project consists of a vocabulary and (possibly several) case bases.
 

Classes in de.dfki.mycbr.core used by de.dfki.mycbr.core.retrieval
ICaseBase
          Methods to be implemented by case bases of the current project.
Project
          A Project consists of a vocabulary and (possibly several) case bases.
 

Classes in de.dfki.mycbr.core used by de.dfki.mycbr.core.similarity
Project
          A Project consists of a vocabulary and (possibly several) case bases.
 

Classes in de.dfki.mycbr.core used by de.dfki.mycbr.io
ICaseBase
          Methods to be implemented by case bases of the current project.
ICaseBase.Meta
           
Project
          A Project consists of a vocabulary and (possibly several) case bases.