Class ChildOrderEdgeFormat<L extends Label>

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

public class ChildOrderEdgeFormat<L extends Label> extends EdgeLabelFormat<L>
An edge format encoding the child index of this edge. The child index is the index of the child to the parent of the edge. If there is no child parent relationship between the children in a given edge, the child index is -1. This index is encoded into decimal and delimited by a semicolon from the previous value. This format is mainly useful to equivalence of two VariationDiffs, for example in tests.
Author:
Benjamin Moosherr
  • Constructor Details

    • ChildOrderEdgeFormat

      public ChildOrderEdgeFormat()
  • Method Details