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

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

Methods in de.dfki.mycbr.core that return TaxonomyFct
 TaxonomyFct Project.addInhFct(java.lang.String name)
          Creates a new InheritanceFct for myCBR's model.
 TaxonomyFct Project.getInhFct()
          Returns the inheritance function of this c.
 

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

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