java.lang.Object
org.variantsync.diffdetective.variation.diff.serialize.LineGraphImport

public class LineGraphImport extends Object
Import VariationDiffs from line graph files.

This is a very rudimentary implementation of a deserializer that supports a similar format than LineGraphExport. Rudimentary means that it only deserializes the structure of a variation diff. Most other properties, including the label, line numbers and formulas, are not (always) correctly deserialized. Hence, this is not an inverse of LineGraphExport.

Author:
Kevin Jedelhauser, Paul Maximilian Bittner