|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StringConfig | |
|---|---|
| de.dfki.mycbr.core.model | Contains classes for the basic definition of the project's model. |
| 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 StringConfig in de.dfki.mycbr.core.model |
|---|
| Methods in de.dfki.mycbr.core.model with parameters of type StringConfig | |
|---|---|
StringFct |
StringDesc.addStringFct(StringConfig config,
java.lang.String name,
boolean active)
Creates a new StringFct for the given description. |
| Uses of StringConfig in de.dfki.mycbr.core.similarity |
|---|
| Methods in de.dfki.mycbr.core.similarity that return StringConfig | |
|---|---|
StringConfig |
StringFct.getConfig()
Returns the configuration of this function. |
| Constructors in de.dfki.mycbr.core.similarity with parameters of type StringConfig | |
|---|---|
StringFct(Project prj,
StringConfig config,
StringDesc desc,
java.lang.String name)
Initializes this with the given description. |
|
| Uses of StringConfig in de.dfki.mycbr.core.similarity.config |
|---|
| Methods in de.dfki.mycbr.core.similarity.config that return StringConfig | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||