Class LabelOnlyDiffNodeFormat<L extends Label>

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

public class LabelOnlyDiffNodeFormat<L extends Label> extends Object implements DiffNodeLabelFormat<L>
Uses DiffNode.getLabel() as the linegraph node label.
Author:
Paul Bittner, Kevin Jedelhauser
  • Constructor Details

    • LabelOnlyDiffNodeFormat

      public LabelOnlyDiffNodeFormat()
  • Method Details