Uses of Class
org.variantsync.diffdetective.variation.diff.serialize.LineGraphExport.Statistic
Packages that use LineGraphExport.Statistic
-
Uses of LineGraphExport.Statistic in org.variantsync.diffdetective.variation.diff.serialize
Fields in org.variantsync.diffdetective.variation.diff.serialize with type parameters of type LineGraphExport.StatisticModifier and TypeFieldDescriptionstatic final org.variantsync.functjonal.category.InplaceSemigroup<LineGraphExport.Statistic>
LineGraphExport.Statistic.ISEMIGROUP
static final AnalysisResult.ResultKey<LineGraphExport.Statistic>
LineGraphExport.STATISTIC
Methods in org.variantsync.diffdetective.variation.diff.serialize that return LineGraphExport.StatisticModifier 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.Methods in org.variantsync.diffdetective.variation.diff.serialize that return types with arguments of type LineGraphExport.StatisticModifier and TypeMethodDescriptionorg.variantsync.functjonal.category.InplaceSemigroup<LineGraphExport.Statistic>
LineGraphExport.Statistic.semigroup()