| 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.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 |
|---|---|
java.util.Vector<ConceptDesc> |
Project.getPartOfRelations() |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.addPartOfRelation(ConceptDesc desc) |
void |
Project.deletePartOfRelation(ConceptDesc desc) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<ConceptDesc> |
Concept.getPartOfRelations()
Returns all part-of relation known for this concept.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Concept.addPartOfRelation(ConceptDesc desc)
Adds desc as a part of relation of this concept.
|
void |
Concept.deletePartOfRelation(ConceptDesc desc)
Removes the given description as part-of relation.
|