|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaxonomyConfig | |
|---|---|
| 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. |
| Uses of TaxonomyConfig in de.dfki.mycbr.core.similarity |
|---|
| Methods in de.dfki.mycbr.core.similarity that return TaxonomyConfig | |
|---|---|
TaxonomyConfig |
TaxonomyFct.getCaseConfig()
|
TaxonomyConfig |
TaxonomyFct.getQueryConfig()
|
| Methods in de.dfki.mycbr.core.similarity with parameters of type TaxonomyConfig | |
|---|---|
void |
TaxonomyFct.setCaseConfig(TaxonomyConfig caseConfig)
|
void |
TaxonomyFct.setQueryConfig(TaxonomyConfig queryConfig)
|
| Uses of TaxonomyConfig in de.dfki.mycbr.core.similarity.config |
|---|
| Methods in de.dfki.mycbr.core.similarity.config that return TaxonomyConfig | |
|---|---|
static TaxonomyConfig |
TaxonomyConfig.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TaxonomyConfig[] |
TaxonomyConfig.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||