| 17 | |
| 18 | === 1. TableTime === |
| 19 | |
| 20 | The TableTime visualisation uses tables to render an alignment as a list of relations. Furthermore, there are two such tables to enable the user to compare two selected alignments from the set. The synchronise function sorts the second table according to the first one, allowing for an easy comparison of the relations included. |
| 21 | |
| 22 | Among the features planned are an alignment diff and some easy statistical analysis tools. |
| 23 | |
| 24 | The visualising main class is {{{de.dfki.km.phaselib.tools.vizAlign.tableTime.TableTimeVisualiser}}}. |
| 25 | |
| 26 | === 2. DOT-Based === |
| 27 | |
| 28 | DOT is a graph layouting package. The abstract visualisation module {{{de.dfki.km.phaselib.tools.vizAlign.dotGUI.GraphVizBasedVisualiser}}} provides a basic access to this DOT layouter, by generating an input (.dot) file from the alignment to be rendered. The resulting layout is then to be presented by an specification of this abstract module. |
| 29 | |