Interface | Description |
---|---|
ToTree<T> |
Defines the construction of a tree.
|
Class | Description |
---|---|
Node |
Nodes are the constituing element of a tree.
|
SpyFrame |
GUI-Window for tracing the solving process of a prolog goal.
|
TermFrame |
GUI-Window containing a TermComponent that displays a prolog term.
|
TermPanel |
GUI-Window containing a TermComponent that displays a prolog term.
|
Tree<T> |
Representation of a tree with spacing.
|