| Package | Description |
|---|---|
| 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.
The model is represented as a tree-like structure representing an inheritance hierarchy. |
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| Project
A Project consists of a vocabulary and (possibly several) case bases.
|
| Class and Description |
|---|
| Project
A Project consists of a vocabulary and (possibly several) case bases.
|
| Class and Description |
|---|
| ICaseBase
Methods to be implemented by case bases of the current project.
|
| Project
A Project consists of a vocabulary and (possibly several) case bases.
|
| Class and Description |
|---|
| Project
A Project consists of a vocabulary and (possibly several) case bases.
|
| Class and Description |
|---|
| 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.
|