| Package | Description |
|---|---|
| de.dfki.mycbr.core.casebase |
Contains classes for the basic definition of
DefaultCaseBase objects. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<FloatAttribute> |
FloatRange.getFloats()
Gets all values contained in this range.
|
| Modifier and Type | Method and Description |
|---|---|
int |
FloatAttribute.compareTo(FloatAttribute o)
Compares this attribute to the given one.
|