Class LineGraphExport.Statistic

java.lang.Object
org.variantsync.diffdetective.variation.diff.serialize.LineGraphExport.Statistic
All Implemented Interfaces:
Metadata<LineGraphExport.Statistic>
Enclosing class:
LineGraphExport

public static final class LineGraphExport.Statistic extends Object implements Metadata<LineGraphExport.Statistic>
  • Field Details

    • exportedCommits

      public int exportedCommits
      The number of commits that were processed. exportedCommits <= totalCommits
    • exportedTrees

      public int exportedTrees
      Number of VariationDiffs that were processed.
    • debugData

      public final VariationDiffSerializeDebugData debugData
      Debug data for VariationDiff serialization.
    • ISEMIGROUP

      public static final org.variantsync.functjonal.category.InplaceSemigroup<LineGraphExport.Statistic> ISEMIGROUP
  • Constructor Details

    • Statistic

      public Statistic()
  • Method Details