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

Packages that use IntegerAttribute
de.dfki.mycbr.core.casebase Contains classes for the basic definition of DefaultCaseBase objects. 
 

Uses of IntegerAttribute in de.dfki.mycbr.core.casebase
 

Methods in de.dfki.mycbr.core.casebase that return IntegerAttribute
 IntegerAttribute IntegerRange.getIntegerValue(int value)
          Returns the IntegerAttribute associated with the given value.
 

Methods in de.dfki.mycbr.core.casebase that return types with arguments of type IntegerAttribute
 java.util.HashMap<java.lang.Integer,IntegerAttribute> IntegerRange.getIntegers()
          Gets the map which associates an IntegerAttribute object with each integer used as value.
 

Methods in de.dfki.mycbr.core.casebase with parameters of type IntegerAttribute
 int IntegerAttribute.compareTo(IntegerAttribute o)
          Compares this attribute to the given one.