java.lang.Object
org.variantsync.diffdetective.variation.diff.serialize.nodeformat.FullNodeFormat
All Implemented Interfaces:
LinegraphFormat, DiffNodeLabelFormat<DiffLinesLabel>

public class FullNodeFormat extends Object implements DiffNodeLabelFormat<DiffLinesLabel>
Labels containing all information encoded into a DiffNode. The format consists of the following lines: diffType nodeType fromLine toLine directFeatureMapping label .
Author:
Benjamin Moosherr