| Package | Description |
|---|---|
| de.dfki.mycbr.core |
Contains all classes that represent core functionality of a CBR application
such as the domain model, case bases, similarity functions and retrieval algorithms.
|
| 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. |
| de.dfki.mycbr.core.retrieval |
All retrieval algorithms extend the abstract class
RetrievalEngine
and can be used within Retrieval objects to obtain the retrieval results
(possibly ordered pairs of case and corresponding similarity). |
| de.dfki.mycbr.core.similarity |
Contains standard classes to maintain similarity functions for
attribute descriptions (local similarity functions) and concepts (amalgamation functions).
|
| de.dfki.mycbr.core.similarity.config |
Contains various enumerations specifying configurations
for the corresponding similarity function.
|
| Class and Description |
|---|
| Attribute
General abstract class representing values of attribute descriptions
in cases or instances.
|
| Instance
Represents values occurring in query and or cases.
|
| MultipleAttribute
Represents sets of values in query/case.
|
| Class and Description |
|---|
| Attribute
General abstract class representing values of attribute descriptions
in cases or instances.
|
| DateAttribute
Represents date attributes.
|
| DoubleAttribute
Represents integers in query/cases.
|
| FloatAttribute
Represents integers in query/cases.
|
| Instance
Represents values occurring in query and or cases.
|
| IntegerAttribute
Represents integers in query/cases.
|
| IntervalAttribute
Represents intervals as values in query/case.
|
| Range
Interface to be implemented by containers of attribute values.
|
| SimpleAttribute
Represents values occurring in query and or cases.
|
| SpecialAttribute
Represents special values in queries or cases.
|
| StringAttribute
Represents strings used in query/cases.
|
| SymbolAttribute
Represents values of symbol attribute descriptions (for example: color could
have green, blue, red, ...
|
| SymbolRange
Holds SymbolAttributes for a given SymbolDesc.
|
| Class and Description |
|---|
| Instance
Represents values occurring in query and or cases.
|
| SimpleAttribute
Represents values occurring in query and or cases.
|
| Class and Description |
|---|
| Attribute
General abstract class representing values of attribute descriptions
in cases or instances.
|
| DateAttribute
Represents date attributes.
|
| DoubleRange
Holds FloatAttributes for a given FloatDescription.
|
| FloatRange
Holds FloatAttributes for a given FloatDescription.
|
| Instance
Represents values occurring in query and or cases.
|
| IntervalAttribute
Represents intervals as values in query/case.
|
| SimpleAttribute
Represents values occurring in query and or cases.
|
| SpecialAttribute
Represents special values in queries or cases.
|
| StringAttribute
Represents strings used in query/cases.
|
| SymbolAttribute
Represents values of symbol attribute descriptions (for example: color could
have green, blue, red, ...
|
| Class and Description |
|---|
| Instance
Represents values occurring in query and or cases.
|
| Class and Description |
|---|
| Attribute
General abstract class representing values of attribute descriptions
in cases or instances.
|
| SpecialAttribute
Represents special values in queries or cases.
|
| SymbolAttribute
Represents values of symbol attribute descriptions (for example: color could
have green, blue, red, ...
|
| Class and Description |
|---|
| MultipleAttribute
Represents sets of values in query/case.
|