| Package | Description |
|---|---|
| de.dfki.mycbr.core.casebase |
Contains classes for the basic definition of
DefaultCaseBase objects. |
| Modifier and Type | Method and Description |
|---|---|
DoubleAttribute |
DoubleRange.getDoubleValue(double value)
Returns the DoubleAttribute associated with the given double.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DoubleAttribute> |
DoubleRange.getDoubles()
Gets all values contained in this range.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DoubleAttribute.compareTo(DoubleAttribute o)
Compares this attribute to the given one.
|