| 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 |
|---|---|
StringAttribute |
StringRange.getStringValue(java.lang.String s)
Creates a new StringAttribute associated with the given String.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StringAttribute.equals(StringAttribute att)
Returns true, if this attribute equals the given attribute.
|
| Modifier and Type | Method and Description |
|---|---|
StringAttribute |
StringDesc.getStringAttribute(java.lang.String string)
Returns
StringAttribute object representing the specified
string. |