Uses of Record Class
org.variantsync.diffdetective.analysis.AutomationResult
Package
Description
-
Uses of AutomationResult in org.variantsync.diffdetective.analysis
Modifier and TypeMethodDescriptionorg.variantsync.functjonal.category.InplaceSemigroup<AutomationResult>
AutomationResult.semigroup()
-
Uses of AutomationResult in org.variantsync.diffdetective.experiments.esecfse22
Modifier and TypeMethodDescriptionstatic AutomationResult
FindMedianCommitTime.getResultOfDirectory
(Path directory) Summarizes the commit time results found in the given validation output directory. -
Uses of AutomationResult in org.variantsync.diffdetective.tablegen.rows
Modifier and TypeFieldDescriptionprivate final AutomationResult
ContentRow.automationResult
The field for theautomationResult
record component.Modifier and TypeMethodDescriptionContentRow.automationResult()
Returns the value of theautomationResult
record component.ModifierConstructorDescriptionContentRow
(DatasetDescription dataset, AnalysisResult results, AutomationResult automationResult) Creates an instance of aContentRow
record class.