| Package | Description |
|---|---|
| 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 |
|---|---|
static DescriptionEnum |
DescriptionEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DescriptionEnum[] |
DescriptionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|