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

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

Methods in de.dfki.mycbr.core.model with parameters of type AmalgamationConfig
 AmalgamationFct Concept.addAmalgamationFct(AmalgamationConfig amalgam, java.lang.String name, boolean active)
          Creates a new AmalgamationFct for the given description.
 

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

Methods in de.dfki.mycbr.core.similarity that return AmalgamationConfig
 AmalgamationConfig AmalgamationFct.getType()
          The type for the amalgamation.
 

Methods in de.dfki.mycbr.core.similarity with parameters of type AmalgamationConfig
 void AmalgamationFct.setType(AmalgamationConfig type)
          Sets the type of this function to type.
 

Constructors in de.dfki.mycbr.core.similarity with parameters of type AmalgamationConfig
AmalgamationFct(AmalgamationConfig type, Concept c, java.lang.String name)
          Initializes this with the given type, description and inheritance similarity.
 

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

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