Package | Description |
---|---|
alice.tuprologx.spyframe |
Modifier and Type | Field and Description |
---|---|
static ToTree<java.util.List<ExecutionContext>> |
SpyFrame.contexts2tree
An anonymous singleton instance building a tree out of a list of ExecutionContexts.
|
static ToTree<Term> |
TermPanel.term2tree
Transforms prolog terms into trees.
|
static ToTree<Term> |
TermFrame.term2tree
Transforms prolog terms into trees.
|
protected ToTree<T> |
Tree.totree
The totree to consult for constructing the tree.
|
Constructor and Description |
---|
Tree(ToTree<T> treemaker)
Creates a component to display a tree.
|
Tree(ToTree<T> treemaker,
T str)
Creates a component to display a tree.
|