X
- the class of the elements in the left input sequence.Y
- the class of the elements in the right input sequence.public interface HTMLColumn<X,Y>
Modifier and Type | Method and Description |
---|---|
String |
getCSS()
This method should return CSS code containing styling rules for this
column.
|
String |
getHTML(Operation<X,Y> op)
This method should return one or multiple td-tags (corresponding to
the return value of getNumColumns()) containing the additional
information for the given alignment Operation.
|
String |
getJS()
This method should return JavaScript containing code relevant
for this column.
|
String |
getKeyword()
This method should return the keyword of this column.
|
int |
getNumColumns()
This method should return the number of HTML columns occupied by
this column.
|
String getKeyword()
int getNumColumns()
String getCSS()
String getJS()
String getHTML(@NonNull Operation<X,Y> op)
op
- an Operation in an AlignmentPath.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/