| Package | Description |
|---|---|
| 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.similarity |
Contains standard classes to maintain similarity functions for
attribute descriptions (local similarity functions) and concepts (amalgamation functions).
|
| Modifier and Type | Method and Description |
|---|---|
int |
SpecialRange.compare(SpecialAttribute att1,
SpecialAttribute att2)
Compares the given attributes according to a linear order.
|
java.lang.Integer |
SpecialRange.getIndexOf(SpecialAttribute att)
Returns the index of the given attribute.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
SpecialDesc.getIndexOf(SpecialAttribute att) |
| Modifier and Type | Method and Description |
|---|---|
Similarity |
SpecialFct.calculateSimilarity(SpecialAttribute att1,
SpecialAttribute att2)
Returns the similarity of the given attributes.
|