| Package | Description |
|---|---|
| de.dfki.mycbr.core.casebase |
Contains classes for the basic definition of
DefaultCaseBase objects. |
| de.dfki.mycbr.core.explanation |
Explanations provide additional information on all
myCBR concepts.
|
| 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 | Class and Description |
|---|---|
class |
DateAttribute
Represents date attributes.
|
class |
DoubleAttribute
Represents integers in query/cases.
|
class |
FloatAttribute
Represents integers in query/cases.
|
class |
IntegerAttribute
Represents integers in query/cases.
|
class |
IntervalAttribute
Represents intervals as values in query/case.
|
class |
SpecialAttribute
Represents special values in queries or cases.
|
class |
StringAttribute
Represents strings used in query/cases.
|
class |
SymbolAttribute
Represents values of symbol attribute descriptions (for example: color could
have green, blue, red, ...
|
| Modifier and Type | Method and Description |
|---|---|
SimpleAttribute |
DoubleRange.getValue(double value)
Returns an attribute representing the given number.
|
SimpleAttribute |
FloatRange.getValue(float value)
Returns an attribute representing the given number.
|
SimpleAttribute |
IntegerRange.getValue(int v)
Returns the attribute for the given Integer.
|
| Modifier and Type | Method and Description |
|---|---|
Similarity |
SpecialAttribute.calculateSimilarity(SimpleAttribute att)
Returns similarity of this attribute to the given attribute.
|
java.lang.Integer |
SymbolRange.getIndexOf(SimpleAttribute att)
Returns the index of the given attribute.
|
| Modifier and Type | Method and Description |
|---|---|
ConceptExplanation |
ExplanationManager.explain(SimpleAttribute att,
java.lang.String description) |
ConceptExplanation |
ExplanationManager.getExplanation(SimpleAttribute att) |
void |
ExplanationManager.setExplanation(ConceptExplanation exp,
SimpleAttribute att) |
| Modifier and Type | Method and Description |
|---|---|
SimpleAttribute |
IntegerDesc.getIntegerAttribute(java.lang.Integer value)
Returns
IntegerAttribute object representing the specified
value. |
SimpleAttribute |
DoubleDesc.getNumberAttribute(double value)
Returns
NumberAttribute object representing the specified
value. |
SimpleAttribute |
FloatDesc.getNumberAttribute(float value)
Returns
NumberAttribute object representing the specified
value. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
BooleanDesc.getIndexOf(SimpleAttribute att) |
java.lang.Integer |
SymbolDesc.getIndexOf(SimpleAttribute att) |