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

Packages that use AmalgamationFct
de.dfki.mycbr.core.model Contains classes for the basic definition of the project's model. 
de.dfki.mycbr.core.similarity.config Contains various enumerations specifying configurations for the corresponding similarity function. 
 

Uses of AmalgamationFct in de.dfki.mycbr.core.model
 

Methods in de.dfki.mycbr.core.model that return AmalgamationFct
 AmalgamationFct Concept.addAmalgamationFct(AmalgamationConfig amalgam, java.lang.String name, boolean active)
          Creates a new AmalgamationFct for the given description.
 AmalgamationFct Concept.getActiveAmalgamFct()
          Get the value of activeSimFcts
 AmalgamationFct Concept.getFct(java.lang.String name)
           
 

Methods in de.dfki.mycbr.core.model that return types with arguments of type AmalgamationFct
 java.util.List<AmalgamationFct> Concept.getAvailableAmalgamFcts()
          Returns the available similarity functions for the specified description
 

Methods in de.dfki.mycbr.core.model with parameters of type AmalgamationFct
 void Concept.deleteAmalgamFct(AmalgamationFct f)
          Deletes the given function from the list of known functions for the given description.
 MultipleConfig ConceptDesc.getMultipleConfig(AmalgamationFct f)
           
 void Concept.setActiveAmalgamFct(AmalgamationFct amalgam)
          Set the active amalgamation function for this.
 void ConceptDesc.setMultipleConfig(AmalgamationFct f, MultipleConfig mc)
           
 

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

Methods in de.dfki.mycbr.core.similarity.config with parameters of type AmalgamationFct
 Similarity MultipleConfig.calculateSimilarity(AmalgamationFct innerFct, MultipleAttribute<?> value1, MultipleAttribute<?> value2)