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 VariationDiffRendererSimpleRenderer.renderer -
Uses of VariationDiffRenderer in org.variantsync.diffdetective.mining.postprocessing
Fields in org.variantsync.diffdetective.mining.postprocessing declared as VariationDiffRendererModifier and TypeFieldDescriptionprivate static final VariationDiffRendererMiningPostprocessing.DefaultRendererMethods in org.variantsync.diffdetective.mining.postprocessing with parameters of type VariationDiffRendererModifier and TypeMethodDescriptionstatic voidMiningPostprocessing.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 VariationDiffRendererVariationDiffRenderer.FromThirdPartyApplication(Path relativePathFromWorkDirToDiffDetectiveSources, Path workDir) Combination ofWithinDiffDetective()andFromThirdPartyApplication(Supplier, Path).static VariationDiffRendererVariationDiffRenderer.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 VariationDiffRendererVariationDiffRenderer.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 PatchDiffRendererPatchDiffRenderer.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.