Class MappingsDiffNodeFormat<L extends Label>

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

public class MappingsDiffNodeFormat<L extends Label> extends Object implements DiffNodeLabelFormat<L>
Print NodeType and DiffType and Mappings of Annotations. The produced label will be DiffType_NodeType_"annotation formula" for mapping nodes, and DiffType_NodeType_"" for non-mapping nodes.
Author:
Paul Bittner, Kevin Jedelhauser
See Also:
  • Constructor Details

    • MappingsDiffNodeFormat

      public MappingsDiffNodeFormat()
  • Method Details