| 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.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.similarity |
Contains standard classes to maintain similarity functions for
attribute descriptions (local similarity functions) and concepts (amalgamation functions).
|
| Modifier and Type | Method and Description |
|---|---|
SpecialDesc |
Project.getSpecialValueDesc() |
| Modifier and Type | Method and Description |
|---|---|
static SpecialDesc |
SpecialDesc.getDefault() |
| Constructor and Description |
|---|
SpecialFct(Project prj,
SpecialDesc desc,
java.lang.String name) |