Uses of Class
org.variantsync.diffdetective.analysis.AnalysisResult
Packages that use AnalysisResult
Package
Description
-
Uses of AnalysisResult in org.variantsync.diffdetective.analysis
Fields in org.variantsync.diffdetective.analysis declared as AnalysisResultFields in org.variantsync.diffdetective.analysis with type parameters of type AnalysisResultModifier and TypeFieldDescriptionstatic final org.variantsync.functjonal.category.InplaceMonoid<AnalysisResult>
AnalysisResult.IMONOID
static final org.variantsync.functjonal.category.InplaceSemigroup<AnalysisResult>
AnalysisResult.ISEMIGROUP
Inplace semigroup for AnalysisResult.Methods in org.variantsync.diffdetective.analysis that return AnalysisResultModifier and TypeMethodDescriptionstatic AnalysisResult
Analysis.forEachCommit
(Supplier<Analysis> analysis) static AnalysisResult
Analysis.forEachCommit
(Supplier<Analysis> analysisFactory, int commitsToProcessPerThread, int nThreads) Runs the analysis for the repository given inAnalysis(java.lang.String, java.util.List<org.variantsync.diffdetective.analysis.Analysis.Hooks>, org.variantsync.diffdetective.datasets.Repository, java.nio.file.Path)
.static AnalysisResult
Analysis.forSingleCommit
(String commitHash, Analysis analysis) Runs the analysis for the repository given inAnalysis(java.lang.String, java.util.List<org.variantsync.diffdetective.analysis.Analysis.Hooks>, org.variantsync.diffdetective.datasets.Repository, java.nio.file.Path)
on the given commit only.Analysis.getResult()
The results of the analysis.Methods in org.variantsync.diffdetective.analysis that return types with arguments of type AnalysisResultModifier and TypeMethodDescriptionorg.variantsync.functjonal.category.InplaceSemigroup<AnalysisResult>
AnalysisResult.semigroup()
-
Uses of AnalysisResult in org.variantsync.diffdetective.tablegen
Methods in org.variantsync.diffdetective.tablegen that return AnalysisResultModifier and TypeMethodDescriptionstatic AnalysisResult
MiningResultAccumulator.computeTotalMetadataResult
(Collection<AnalysisResult> results) Computes a totalAnalysisResult
from multiple metadata outputs.Methods in org.variantsync.diffdetective.tablegen that return types with arguments of type AnalysisResultModifier and TypeMethodDescriptionstatic Map<String,
AnalysisResult> MiningResultAccumulator.getAllTotalResultsIn
(Path folderPath) Finds allAnalysisResult
s infolderPath
recursively.Method parameters in org.variantsync.diffdetective.tablegen with type arguments of type AnalysisResultModifier and TypeMethodDescriptionstatic AnalysisResult
MiningResultAccumulator.computeTotalMetadataResult
(Collection<AnalysisResult> results) Computes a totalAnalysisResult
from multiple metadata outputs. -
Uses of AnalysisResult in org.variantsync.diffdetective.tablegen.rows
Fields in org.variantsync.diffdetective.tablegen.rows declared as AnalysisResultModifier and TypeFieldDescriptionprivate final AnalysisResult
ContentRow.results
The field for theresults
record component.Methods in org.variantsync.diffdetective.tablegen.rows that return AnalysisResultModifier and TypeMethodDescriptionContentRow.results()
Returns the value of theresults
record component.Constructors in org.variantsync.diffdetective.tablegen.rows with parameters of type AnalysisResultModifierConstructorDescriptionContentRow
(DatasetDescription dataset, AnalysisResult results, AutomationResult automationResult) Creates an instance of aContentRow
record class.