Uses of Class
org.variantsync.diffdetective.variation.diff.render.VariationDiffRenderer
Packages that use VariationDiffRenderer
Package
Description
-
Uses of VariationDiffRenderer in org.variantsync.diffdetective.examplesearch
Constructors in org.variantsync.diffdetective.examplesearch with parameters of type VariationDiffRendererModifierConstructorDescriptionExampleFinder
(ExplainedFilter<VariationDiff<? extends DiffLinesLabel>> isGoodExample, VariationDiffRenderer renderer) Creates a new ExampleFinder. -
Uses of VariationDiffRenderer in org.variantsync.diffdetective.internal
Fields in org.variantsync.diffdetective.internal declared as VariationDiffRendererModifier and TypeFieldDescriptionprivate static final VariationDiffRenderer
SimpleRenderer.renderer
-
Uses of VariationDiffRenderer in org.variantsync.diffdetective.mining.postprocessing
Fields in org.variantsync.diffdetective.mining.postprocessing declared as VariationDiffRendererModifier and TypeFieldDescriptionprivate static final VariationDiffRenderer
MiningPostprocessing.DefaultRenderer
Methods in org.variantsync.diffdetective.mining.postprocessing with parameters of type VariationDiffRendererModifier and TypeMethodDescriptionstatic void
MiningPostprocessing.postprocessAndInterpretResults
(List<VariationDiff<DiffLinesLabel>> frequentSubgraphs, Postprocessor<DiffLinesLabel> postprocessor, Consumer<String> printer, VariationDiffRenderer renderer, RenderOptions<? super DiffLinesLabel> renderOptions, Path outputDir) -
Uses of VariationDiffRenderer in org.variantsync.diffdetective.variation.diff.render
Fields in org.variantsync.diffdetective.variation.diff.render declared as VariationDiffRendererMethods in org.variantsync.diffdetective.variation.diff.render that return VariationDiffRendererModifier and TypeMethodDescriptionstatic VariationDiffRenderer
VariationDiffRenderer.FromThirdPartyApplication
(Path relativePathFromWorkDirToDiffDetectiveSources, Path workDir) Combination ofWithinDiffDetective()
andFromThirdPartyApplication(Supplier, Path)
.static VariationDiffRenderer
VariationDiffRenderer.FromThirdPartyApplication
(Supplier<PythonCommand> pythonCommandFactory, Path workDir) Creates a renderer that operates from a third party application (i.e., a program that uses DiffDetective as a library).static VariationDiffRenderer
VariationDiffRenderer.WithinDiffDetective()
Use this method only in DiffDetective and not from a project using DiffDetective as a library.Methods in org.variantsync.diffdetective.variation.diff.render with parameters of type VariationDiffRendererModifier and TypeMethodDescriptionstatic PatchDiffRenderer
PatchDiffRenderer.ErrorRendering
(VariationDiffRenderer renderer) Creates a new PatchDiffRenderer for rendering patches relevant to the occurrence of an error.Constructors in org.variantsync.diffdetective.variation.diff.render with parameters of type VariationDiffRendererModifierConstructorDescriptionPatchDiffRenderer
(VariationDiffRenderer renderer, RenderOptions<? super DiffLinesLabel> options) Creates a PatchDiffRenderer wrapping the given renderer and rendering patches with the given options.