| Package | Description |
|---|---|
| de.dfki.mycbr.core.similarity.config |
Contains various enumerations specifying configurations
for the corresponding similarity function.
|
| Modifier and Type | Method and Description |
|---|---|
MultipleConfig.Reuse |
MultipleConfig.getReuse() |
static MultipleConfig.Reuse |
MultipleConfig.Reuse.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MultipleConfig.Reuse[] |
MultipleConfig.Reuse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultipleConfig.setReuse(MultipleConfig.Reuse rc) |
| Constructor and Description |
|---|
MultipleConfig(MultipleConfig.MainType mtc,
MultipleConfig.Reuse rc,
MultipleConfig.Type tc) |