See: Description
| Interface | Description |
|---|---|
| ICaseBase |
Methods to be implemented by case bases of the current project.
|
| Class | Description |
|---|---|
| DefaultCaseBase |
Class DefaultCasebase.
|
| Project |
A Project consists of a vocabulary and (possibly several) case bases.
|
| Test |
| Enum | Description |
|---|---|
| ICaseBase.Meta |
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.