| 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. |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setInhFct(SpecialFct f)
Changes the active special value function.
|
void |
Project.setSpecialValueFct(SpecialFct f)
Changes the active special function.
|
| Modifier and Type | Method and Description |
|---|---|
SpecialFct |
SpecialDesc.addSpecialFct(java.lang.String name,
boolean active)
Creates a new SymbolFct for the given description.
|