Package | Description |
---|---|
de.citec.tcs.alignment.visualization |
This module contains means to visualize Alignments.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHTMLColumn<X,Y>
This is a convenience abstract implementation of HTMLColumn for cases where the left-hand
elements and the right-hand elements should be visualized side by side.
|
class |
NodeSourceCodeColumn
This special HTML column allows users to visualize source code, given that you have put the
information on the location into the Sequence, meaning that your NodeSpecification has two
keywords, one specifying the path to the respective code file and one specifying the position
within that code file.
|
class |
SourceCodeColumn<X,Y>
This special HTML column allows users to visualize source code corresponding to the elements in
the input sequences, given that the location of the source code snippet can be extracted from
input elements.
|
class |
StringColumn<X,Y>
Applies 'toString' to visualize content in an HTML visualization.
|
class |
ValueColumn
This creates a HTML column containing the string representation of
values in the left/right node of the input operation for the given
keyword.
|
Modifier and Type | Method and Description |
---|---|
HTMLColumn<X,Y> |
HTMLVisualizer.addColumn(HTMLColumn<X,Y> col)
Adds a HTMLColumn to this HTMLVisualizer and overrides any HTMLColumn previously associated
with the same keyword.
|
Modifier and Type | Method and Description |
---|---|
List<HTMLColumn<X,Y>> |
HTMLVisualizer.getColumns()
Returns all HTMLColumns this HTMLVisualizer will visualize ordered according to their
keyword.
|
Modifier and Type | Method and Description |
---|---|
HTMLColumn<X,Y> |
HTMLVisualizer.addColumn(HTMLColumn<X,Y> col)
Adds a HTMLColumn to this HTMLVisualizer and overrides any HTMLColumn previously associated
with the same keyword.
|
Copyright (C) 2016 Benjamin Paaßen, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/