| Package | Description |
|---|---|
| de.dfki.mycbr.core.explanation |
Explanations provide additional information on all
myCBR concepts.
|
| Modifier and Type | Method and Description |
|---|---|
ConceptExplanation |
ExplanationManager.explain(AttributeDesc desc,
java.lang.String description) |
ConceptExplanation |
ExplanationManager.explain(Concept c,
java.lang.String desc) |
ConceptExplanation |
ExplanationManager.explain(IExplainable exp,
java.lang.String desc) |
ConceptExplanation |
ExplanationManager.explain(Instance i,
java.lang.String description) |
ConceptExplanation |
ExplanationManager.explain(SimpleAttribute att,
java.lang.String description) |
ConceptExplanation |
ExplanationManager.getExplanation(AttributeDesc desc) |
ConceptExplanation |
ExplanationManager.getExplanation(Concept c) |
ConceptExplanation |
ExplanationManager.getExplanation(Instance i) |
ConceptExplanation |
ExplanationManager.getExplanation(SimpleAttribute att) |
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<ConceptExplanation> |
ExplanationManager.getExplanations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExplanationManager.setExplanation(ConceptExplanation exp,
AttributeDesc desc) |
void |
ExplanationManager.setExplanation(ConceptExplanation exp,
Concept c) |
void |
ExplanationManager.setExplanation(ConceptExplanation exp,
Instance i) |
void |
ExplanationManager.setExplanation(ConceptExplanation exp,
SimpleAttribute att) |