| 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 |
|---|---|
TaxonomyFct |
Project.addInhFct(java.lang.String name)
Creates a new InheritanceFct for myCBR's model.
|
TaxonomyFct |
Project.getInhFct()
Returns the inheritance function of this c.
|
| Modifier and Type | Method and Description |
|---|---|
TaxonomyFct |
SymbolDesc.addTaxonomyFct(java.lang.String name,
boolean active)
Creates a new TaxonomyFct for the given description.
|