Changes between Version 1 and Version 2 of VizAlign


Ignore:
Timestamp:
07/19/06 17:19:15 (18 years ago)
Author:
endres
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VizAlign

    v1 v2  
    1515 
    1616== Visualisation Systems == 
     17 
     18=== 1. TableTime === 
     19 
     20The 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 
     22Among the features planned are an alignment diff and some easy statistical analysis tools. 
     23 
     24The visualising main class is {{{de.dfki.km.phaselib.tools.vizAlign.tableTime.TableTimeVisualiser}}}. 
     25 
     26=== 2. DOT-Based === 
     27 
     28DOT 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 
    1730TODO 
     31 
    1832 
    1933== Code Example ==