Uses of Class
de.dfki.mycbr.core.DefaultCaseBase

Packages that use DefaultCaseBase
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. 
 

Uses of DefaultCaseBase in de.dfki.mycbr.core
 

Methods in de.dfki.mycbr.core that return DefaultCaseBase
 DefaultCaseBase Project.createDefaultCB(java.lang.String name)
          Tries to create a default case base for this project.
 DefaultCaseBase Project.createDefaultCB(java.lang.String cbName, int currentCBCount)
          Used to speed up the import of case bases if the number of cases is known.