|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ICaseBase | Methods to be implemented by case bases of the current project. |
| Class Summary | |
|---|---|
| DefaultCaseBase | Class DefaultCasebase. |
| Project | A Project consists of a vocabulary and (possibly several) case bases. |
| Enum Summary | |
|---|---|
| ICaseBase.Meta | |
Contains all classes that represent core functionality of a CBR application
such as the domain model, case bases, similarity functions and retrieval algorithms.
Classes contained in this package allow de.dfki.mycbr.Project
objects to access the sub packages de.dfki.mycbr.casebase and
de.dfki.mycbr.model. Each Project has one model and
several case bases for this model. The standard case base
DefaultCaseBase uses the classes defined in
de.dfki.mycbr.casebase for its representation.
However, in some cases it might be useful not to load the whole case base.
For example, when using data bases it might be useful to load only those
values currently needed. All case bases have to implement the interface
ICasebase.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||