java.lang.Object
org.variantsync.diffdetective.variation.diff.serialize.treeformat.IndexedTreeFormat
All Implemented Interfaces:
LinegraphFormat, VariationDiffLabelFormat

public class IndexedTreeFormat extends Object implements VariationDiffLabelFormat
Exports tree by indexing them. This format keeps an internal counter that is incremented on each call of toLabel(VariationDiffSource). Thus, every produced label will have the successive index of the previously produced label.