| 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 |
|---|---|
AmalgamationFct |
Concept.addAmalgamationFct(AmalgamationConfig amalgam,
java.lang.String name,
boolean active)
Creates a new AmalgamationFct for the given description.
|
| Modifier and Type | Method and Description |
|---|---|
AmalgamationConfig |
AmalgamationFct.getType()
The type for the amalgamation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmalgamationFct.setType(AmalgamationConfig type)
Sets the type of this function to type.
|
| Constructor and Description |
|---|
AmalgamationFct(AmalgamationConfig type,
Concept c,
java.lang.String name)
Initializes this with the given type, description and inheritance
similarity.
|
| Modifier and Type | Method and Description |
|---|---|
static AmalgamationConfig |
AmalgamationConfig.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AmalgamationConfig[] |
AmalgamationConfig.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|