Class DefaultEdgeLabelFormat<L extends Label>

java.lang.Object
org.variantsync.diffdetective.variation.diff.serialize.edgeformat.EdgeLabelFormat<L>
org.variantsync.diffdetective.variation.diff.serialize.edgeformat.DefaultEdgeLabelFormat<L>
All Implemented Interfaces:
LinegraphFormat

public class DefaultEdgeLabelFormat<L extends Label> extends EdgeLabelFormat<L>
Default implementation of EdgeLabelFormat. This format does not add any extra information to edge's labels.
Author:
Paul Bittner
  • Constructor Details

    • DefaultEdgeLabelFormat

      public DefaultEdgeLabelFormat()
      Creates a new default edge label format.
    • DefaultEdgeLabelFormat

      public DefaultEdgeLabelFormat(EdgeLabelFormat.Direction direction)
      Creates a new default edge label format that interprets edges as following the given direction.
      Parameters:
      direction - Directions in which edge IO should be done.
  • Method Details