| Package | Description |
|---|---|
| de.dfki.mycbr.core.casebase |
Contains classes for the basic definition of
DefaultCaseBase objects. |
| Modifier and Type | Method and Description |
|---|---|
IntegerAttribute |
IntegerRange.getIntegerValue(int value)
Returns the IntegerAttribute associated with the given value.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<java.lang.Integer,IntegerAttribute> |
IntegerRange.getIntegers()
Gets the map which associates an IntegerAttribute object with each
integer used as value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IntegerAttribute.compareTo(IntegerAttribute o)
Compares this attribute to the given one.
|