Uses of Class
de.dfki.mycbr.core.similarity.FunctionEnum

Packages that use FunctionEnum
de.dfki.mycbr.core.similarity Contains standard classes to maintain similarity functions for attribute descriptions (local similarity functions) and concepts (amalgamation functions). 
 

Uses of FunctionEnum in de.dfki.mycbr.core.similarity
 

Methods in de.dfki.mycbr.core.similarity that return FunctionEnum
static FunctionEnum FunctionEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FunctionEnum[] FunctionEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.