Uses of Class
de.dfki.mycbr.core.casebase.SpecialAttribute

Packages that use SpecialAttribute
de.dfki.mycbr.core.casebase Contains classes for the basic definition of DefaultCaseBase objects. 
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 SpecialAttribute in de.dfki.mycbr.core.casebase
 

Methods in de.dfki.mycbr.core.casebase with parameters of type SpecialAttribute
 int SpecialRange.compare(SpecialAttribute att1, SpecialAttribute att2)
          Compares the given attributes according to a linear order.
 java.lang.Integer SpecialRange.getIndexOf(SpecialAttribute att)
          Returns the index of the given attribute.
 

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

Methods in de.dfki.mycbr.core.model with parameters of type SpecialAttribute
 java.lang.Integer SpecialDesc.getIndexOf(SpecialAttribute att)
           
 

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

Methods in de.dfki.mycbr.core.similarity with parameters of type SpecialAttribute
 Similarity SpecialFct.calculateSimilarity(SpecialAttribute att1, SpecialAttribute att2)
          Returns the similarity of the given attributes.