X
- the class of the elements in the left input sequence.Y
- the class of the elements in the right input sequence.public interface Visualizer<X,Y>
Modifier and Type | Method and Description |
---|---|
void |
visualize(Alignment<X,Y> alignment,
OutputStream out)
Visualize the given Alignment and write the resulting data to the given OutputStream.
|
void visualize(@NonNull Alignment<X,Y> alignment, @NonNull OutputStream out) throws IOException
alignment
- an Alignment to be visualized.out
- the OutputStream the visualization data shall be written to.IOException
- may be thrown during IO operations.Copyright (C) 2016-2018 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/