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.IMONOIDstatic final org.variantsync.functjonal.category.InplaceSemigroup<AnalysisResult> AnalysisResult.ISEMIGROUPInplace semigroup for AnalysisResult.Methods in org.variantsync.diffdetective.analysis that return AnalysisResultModifier and TypeMethodDescriptionstatic AnalysisResultAnalysis.forEachCommit(Supplier<Analysis> analysis) static AnalysisResultAnalysis.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 AnalysisResultAnalysis.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 AnalysisResultMiningResultAccumulator.computeTotalMetadataResult(Collection<AnalysisResult> results) Computes a totalAnalysisResultfrom 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 allAnalysisResults infolderPathrecursively.Method parameters in org.variantsync.diffdetective.tablegen with type arguments of type AnalysisResultModifier and TypeMethodDescriptionstatic AnalysisResultMiningResultAccumulator.computeTotalMetadataResult(Collection<AnalysisResult> results) Computes a totalAnalysisResultfrom 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 AnalysisResultContentRow.resultsThe field for theresultsrecord component.Methods in org.variantsync.diffdetective.tablegen.rows that return AnalysisResultModifier and TypeMethodDescriptionContentRow.results()Returns the value of theresultsrecord component.Constructors in org.variantsync.diffdetective.tablegen.rows with parameters of type AnalysisResultModifierConstructorDescriptionContentRow(DatasetDescription dataset, AnalysisResult results, AutomationResult automationResult) Creates an instance of aContentRowrecord class.