| 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 |
|---|---|
SymbolFct |
Project.getSpecialFct()
Returns the special function of this project.
|
| Modifier and Type | Method and Description |
|---|---|
SymbolFct |
BooleanDesc.addBooleanFct(java.lang.String name,
boolean active)
Creates a new SymbolFct for the given description.
|
SymbolFct |
SymbolDesc.addSymbolFct(java.lang.String name,
boolean active)
Creates a new SymbolFct for the given description.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrderedSymbolFct
This function provides a linear order of the known symbol attributes
for the given description.
|
class |
SpecialFct
Special values such as "undefined" can be used as values
for any attribute description.
|
class |
TaxonomyFct
Similarity function for symbol descriptions.
|
| Constructor and Description |
|---|
SymbolFct(SymbolFct f)
Initializes this by transforming the given symbol function into
a similarity table.
|