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

Packages that use SpecialFct
de.dfki.mycbr.core Contains all classes that represent core functionality of a CBR application such as the domain model, case bases, similarity functions and retrieval algorithms. 
de.dfki.mycbr.core.model Contains classes for the basic definition of the project's model. 
 

Uses of SpecialFct in de.dfki.mycbr.core
 

Methods in de.dfki.mycbr.core with parameters of type SpecialFct
 void Project.setInhFct(SpecialFct f)
          Changes the active special value function.
 void Project.setSpecialValueFct(SpecialFct f)
          Changes the active special function.
 

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

Methods in de.dfki.mycbr.core.model that return SpecialFct
 SpecialFct SpecialDesc.addSpecialFct(java.lang.String name, boolean active)
          Creates a new SymbolFct for the given description.