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

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

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

Methods in de.dfki.mycbr.core.casebase that return FloatAttribute
 FloatAttribute FloatRange.getDoubleValue(double dValue)
          Returns the FloatAttribute associated with the given double.
 FloatAttribute FloatRange.getFloatValue(float value)
          Returns the FloatAttribute associated with the given float.
 

Methods in de.dfki.mycbr.core.casebase that return types with arguments of type FloatAttribute
 java.util.Collection<FloatAttribute> FloatRange.getFloats()
          Gets all values contained in this range.
 

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