| Package | Description |
|---|---|
| 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).
|
| de.dfki.mycbr.core.similarity.config |
Contains various enumerations specifying configurations
for the corresponding similarity function.
|
| Modifier and Type | Method and Description |
|---|---|
StringFct |
StringDesc.addStringFct(StringConfig config,
java.lang.String name,
boolean active)
Creates a new StringFct for the given description.
|
| Modifier and Type | Method and Description |
|---|---|
StringConfig |
StringFct.getConfig()
Returns the configuration of this function.
|
| Constructor and Description |
|---|
StringFct(Project prj,
StringConfig config,
StringDesc desc,
java.lang.String name)
Initializes this with the given description.
|
| Modifier and Type | Method and Description |
|---|---|
static StringConfig |
StringConfig.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StringConfig[] |
StringConfig.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|