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

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

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

Methods in de.dfki.mycbr.core.casebase that return DoubleAttribute
 DoubleAttribute DoubleRange.getDoubleValue(double value)
          Returns the DoubleAttribute associated with the given double.
 

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

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