| Interface | Description |
|---|---|
| DepTreeBaseInteractor.DTRefreshListener | |
| ParseInterface<T extends WordInterface> |
A general interface for everything that represents a possibly multi-leveled
dependency tree / graph
Created by Arne Köhn on 08.02.17.
|
| PopupListener |
Is implemented in DeptTreeDisplayInteractor
|
| WordInterface |
A simple interface for words.
|
| Class | Description |
|---|---|
| DepTree<T extends ParseInterface<E>,E extends WordInterface> |
Contains the graphical information of the tree that results from a parse,
plus any listeners that are attached to the elements of the SVGDocument
|
| DepTreeBaseInteractor<T extends ParseInterface<E>,E extends WordInterface> | |
| DepTreeBaseInteractor.DTMouseEventListener |
Used after being attached to a graphical element of the dependency tree.
|
| DepTreeNode |
Contains graphical and textual data of a word for convenient use in a GUI
|
| PopupEvent |
Used for signaling that a menu is to pop up after clicking on a graphical
element of the dependency tree.
|
| SimpleParse |
A class that only implements the basics for data obtained from conll files
Created by Arne Köhn on 14.02.17.
|
| SimpleWord |
A class that only implements the basics for data obtained from conll files
Created by Arne Köhn on 14.02.17.
|
| Enum | Description |
|---|---|
| DepTree.Elem | |
| DepTreeBaseInteractor.Com |