Uses of Class
de.dfki.mycbr.core.model.SimpleAttDesc

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

Subclasses of SimpleAttDesc in de.dfki.mycbr.core.model
 class BooleanDesc
          Description for boolean attributes.
 class DateDesc
          Description for date attributes.
 class DoubleDesc
          Description for Number attributes.
 class FloatDesc
          Description for Number attributes.
 class IntegerDesc
          Description for Integer attributes.
 class IntervalDesc
          The allow computation of similarity between intervals there must be a minimal and a maximal value that restrict the possible interval bounds.
 class SpecialDesc
          Special values are values that can be used for any attribute description.
 class StringDesc
          Description for string attributes.
 class SymbolDesc
          Description for symbol attributes.
 

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

Constructors in de.dfki.mycbr.core.similarity with parameters of type SimpleAttDesc
NumberFct(Project p, SimpleAttDesc d, java.lang.String n)