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

Packages that use SymbolFct
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. 
de.dfki.mycbr.core.similarity Contains standard classes to maintain similarity functions for attribute descriptions (local similarity functions) and concepts (amalgamation functions). 
 

Uses of SymbolFct in de.dfki.mycbr.core
 

Methods in de.dfki.mycbr.core that return SymbolFct
 SymbolFct Project.getSpecialFct()
          Returns the special function of this project.
 

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

Methods in de.dfki.mycbr.core.model that return SymbolFct
 SymbolFct BooleanDesc.addBooleanFct(java.lang.String name, boolean active)
          Creates a new SymbolFct for the given description.
 SymbolFct SymbolDesc.addSymbolFct(java.lang.String name, boolean active)
          Creates a new SymbolFct for the given description.
 

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

Subclasses of SymbolFct in de.dfki.mycbr.core.similarity
 class OrderedSymbolFct
          This function provides a linear order of the known symbol attributes for the given description.
 class SpecialFct
          Special values such as "undefined" can be used as values for any attribute description.
 class TaxonomyFct
          Similarity function for symbol descriptions.
 

Constructors in de.dfki.mycbr.core.similarity with parameters of type SymbolFct
SymbolFct(SymbolFct f)
          Initializes this by transforming the given symbol function into a similarity table.