Uses of Class
org.variantsync.diffdetective.analysis.strategies.AnalysisStrategy
Packages that use AnalysisStrategy
Package
Description
-
Uses of AnalysisStrategy in org.variantsync.diffdetective.analysis
Fields in org.variantsync.diffdetective.analysis declared as AnalysisStrategyModifier and TypeFieldDescriptionprivate final AnalysisStrategyLineGraphExportAnalysis.analysisStrategyprivate final AnalysisStrategyEditClassOccurenceAnalysis.exportStrategyConstructors in org.variantsync.diffdetective.analysis with parameters of type AnalysisStrategyModifierConstructorDescriptionEditClassOccurenceAnalysis(AnalysisStrategy exportStrategy) LineGraphExportAnalysis(AnalysisStrategy analysisStrategy, LineGraphExportOptions<? super DiffLinesLabel> exportOptions) -
Uses of AnalysisStrategy in org.variantsync.diffdetective.analysis.strategies
Subclasses of AnalysisStrategy in org.variantsync.diffdetective.analysis.strategiesModifier and TypeClassDescriptionclassAnalysis strategy that monitors the completion level of a task.classExports all linegraph representations generated by an analysis directly to a file.classCollects all linegraph representations generated by an analysis and exports them at the end.classCollects the linegraph representations generated by an analysis and exports them once a certain threshold of representations has been stored.classComposite pattern for AnalysisStrategy.classEmpty strategy that does nothing.Fields in org.variantsync.diffdetective.analysis.strategies with type parameters of type AnalysisStrategyModifier and TypeFieldDescriptionprivate final Collection<AnalysisStrategy> CompositeAnalysisStrategy.strategiesConstructors in org.variantsync.diffdetective.analysis.strategies with parameters of type AnalysisStrategyModifierConstructorDescriptionCompositeAnalysisStrategy(AnalysisStrategy... strategies) Creates a composite strategy for all given strategies. -
Uses of AnalysisStrategy in org.variantsync.diffdetective.mining
Methods in org.variantsync.diffdetective.mining that return AnalysisStrategy