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

public class IndexFormat<L extends Label> extends Object implements DiffNodeLabelFormat<L>
Labels nodes using their index in their parent list at all times.
  • Constructor Details

    • IndexFormat

      public IndexFormat()
  • Method Details