| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.cmu.minorthird.classify.Explanation
public class Explanation
Provides a facitlity for constructing and displaying explanations for classification. An explanation may be constructed using a String or by giving it the top Node of a tree.
| Nested Class Summary | |
|---|---|
static class | 
Explanation.Node
A Node in the Explanation Tree  | 
| Constructor Summary | |
|---|---|
Explanation(Explanation.Node top)
 | 
|
Explanation(java.lang.String explanation)
 | 
|
| Method Summary | |
|---|---|
 javax.swing.JComponent | 
getExplanation()
Returns the component to be displayed in the Explanation Panel of the Result.  | 
 Explanation.Node | 
getTopNode()
Returns the top node of the explanation tree or creates a Node from the string explanation  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Explanation(java.lang.String explanation)
public Explanation(Explanation.Node top)
| Method Detail | 
|---|
public javax.swing.JComponent getExplanation()
public Explanation.Node getTopNode()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||