Uses of Class
org.variantsync.diffdetective.variation.diff.serialize.LineGraphExport.Statistic
-
Uses of LineGraphExport.Statistic in org.variantsync.diffdetective.variation.diff.serialize
Modifier and TypeFieldDescriptionstatic final org.variantsync.functjonal.category.InplaceSemigroup<LineGraphExport.Statistic>
LineGraphExport.Statistic.ISEMIGROUP
static final AnalysisResult.ResultKey<LineGraphExport.Statistic>
LineGraphExport.STATISTIC
Modifier and TypeMethodDescriptionstatic <L extends Label>
LineGraphExport.StatisticLineGraphExport.toLineGraphFormat
(Iterable<VariationDiff<L>> trees, LineGraphExportOptions<? super L> options, OutputStream destination) Exports the given VariationDiffs that originated from a repository with the given name.static LineGraphExport.Statistic
LineGraphExport.toLineGraphFormat
(CommitDiff commitDiff, LineGraphExportOptions<? super DiffLinesLabel> options, OutputStream destination) Writes the given commitDiff in linegraph format to the given StringBuilder.static LineGraphExport.Statistic
LineGraphExport.toLineGraphFormat
(PatchDiff patch, LineGraphExportOptions<? super DiffLinesLabel> options, OutputStream destination) Writes the given patch in linegraph format to the given StringBuilder.Modifier and TypeMethodDescriptionorg.variantsync.functjonal.category.InplaceSemigroup<LineGraphExport.Statistic>
LineGraphExport.Statistic.semigroup()