| Package | Description |
|---|---|
| de.dfki.mycbr.core.casebase |
Contains classes for the basic definition of
DefaultCaseBase objects. |
| de.dfki.mycbr.core.model |
Contains classes for the basic definition of the project's model.
The model is represented as a tree-like structure representing an inheritance hierarchy. |
| Modifier and Type | Method and Description |
|---|---|
IntervalAttribute |
IntervalRange.getIntervalValue(Pair<java.lang.Number,java.lang.Number> interval)
Returns the IntervalAttribute associated with the given interval.
|
| Modifier and Type | Method and Description |
|---|---|
IntervalAttribute |
IntervalDesc.getIntervalAttribute(java.lang.Number minValue,
java.lang.Number maxValue)
Returns
IntervalAttribute object representing the specified
interval. |