Package org.variantsync.diffdetective.variation.diff.serialize
package org.variantsync.diffdetective.variation.diff.serialize
-
ClassDescriptionCommon interface for serialisation of a single
VariationDiff
.Format used for exporting aVariationDiff
.Refers to the structure that is represented by a VariationDiff.GraphvizExporter<L extends Label>Exporter for the Graphviz dot format.Constants that are related to line graph IO.Class that contains functions for writingCommitDiff
s and (sets of)VariationDiff
s to a linegraph file.LineGraphExporter<L extends Label>Exporter that converts a single VariationDiff's nodes and edges to linegraph.LineGraphExportOptions<L extends Label>Options necessary for exporting a line graph.Root interface for any formats describing content's structure in a linegraph file.Import VariationDiffs from line graph files.LineGraphImportOptions<L extends Label>Options necessary for importing a line graph.StyledEdge<L extends Label>Product of all data relevant for exporting a single edge.TikzExporter<L extends Label>Exporter for TikZ pictures which can be embedded into a LaTeX document.Debug data that keeps track of the number of exported nodes and their diffTypes.