| 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 | Method and Description |
|---|---|
Explainable |
Instance.getExpType() |
Explainable |
SimpleAttribute.getExpType() |
| Modifier and Type | Method and Description |
|---|---|
Explainable |
IExplainable.getExpType() |
static Explainable |
Explainable.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Explainable[] |
Explainable.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Explainable |
AttributeDesc.getExpType() |
Explainable |
Concept.getExpType() |