Uses of Class
org.variantsync.diffdetective.analysis.strategies.AnalysisStrategy
Package
Description
-
Uses of AnalysisStrategy in org.variantsync.diffdetective.analysis
Modifier and TypeFieldDescriptionprivate final AnalysisStrategy
LineGraphExportAnalysis.analysisStrategy
private final AnalysisStrategy
EditClassOccurenceAnalysis.exportStrategy
ModifierConstructorDescriptionEditClassOccurenceAnalysis
(AnalysisStrategy exportStrategy) LineGraphExportAnalysis
(AnalysisStrategy analysisStrategy, LineGraphExportOptions<? super DiffLinesLabel> exportOptions) -
Uses of AnalysisStrategy in org.variantsync.diffdetective.analysis.strategies
Modifier and TypeClassDescriptionclass
Analysis strategy that monitors the completion level of a task.class
Exports all linegraph representations generated by an analysis directly to a file.class
Collects all linegraph representations generated by an analysis and exports them at the end.class
Collects the linegraph representations generated by an analysis and exports them once a certain threshold of representations has been stored.class
Composite pattern for AnalysisStrategy.class
Empty strategy that does nothing.Modifier and TypeFieldDescriptionprivate final Collection<AnalysisStrategy>
CompositeAnalysisStrategy.strategies
ModifierConstructorDescriptionCompositeAnalysisStrategy
(AnalysisStrategy... strategies) Creates a composite strategy for all given strategies. -
Uses of AnalysisStrategy in org.variantsync.diffdetective.mining