Uses of Class
de.dfki.mycbr.core.similarity.config.NumberConfig

Packages that use NumberConfig
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 NumberConfig in de.dfki.mycbr.core.similarity
 

Methods in de.dfki.mycbr.core.similarity that return NumberConfig
 NumberConfig IntegerFct.getFunctionTypeL()
           
 NumberConfig FloatFct.getFunctionTypeL()
           
 NumberConfig DoubleFct.getFunctionTypeL()
           
 NumberConfig IntegerFct.getFunctionTypeR()
           
 NumberConfig FloatFct.getFunctionTypeR()
           
 NumberConfig DoubleFct.getFunctionTypeR()
           
 

Methods in de.dfki.mycbr.core.similarity with parameters of type NumberConfig
 void IntegerFct.setFunctionTypeL(NumberConfig type)
          Sets the type of the function for case < query.
 void FloatFct.setFunctionTypeL(NumberConfig type)
          Sets the type of the function for case < query.
 void DoubleFct.setFunctionTypeL(NumberConfig type)
          Sets the type of the function for case < query.
 void IntegerFct.setFunctionTypeR(NumberConfig type)
          Sets the type of the function for query < case.
 void FloatFct.setFunctionTypeR(NumberConfig type)
          Sets the type of the function for query < case.
 void DoubleFct.setFunctionTypeR(NumberConfig type)
          Sets the type of the function for query < case.
 

Uses of NumberConfig in de.dfki.mycbr.core.similarity.config
 

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