Uses of Record Class
dev.dokimos.core.RunResult
Packages that use RunResult
Package
Description
-
Uses of RunResult in dev.dokimos.core
Methods in dev.dokimos.core that return types with arguments of type RunResultModifier and TypeMethodDescriptionExperimentResult.runResults()Returns the value of therunResultsrecord component.ExperimentResult.runs()Returns the individual run results for detailed analysis.Constructor parameters in dev.dokimos.core with type arguments of type RunResult -
Uses of RunResult in dev.dokimos.core.comparison
Method parameters in dev.dokimos.core.comparison with type arguments of type RunResult -
Uses of RunResult in dev.dokimos.core.gate
Methods in dev.dokimos.core.gate that return types with arguments of type RunResultModifier and TypeMethodDescriptionBaselineStore.toRunResults(BaselineFile baseline) Reconstructs comparison-ready runs from a baseline. -
Uses of RunResult in dev.dokimos.server.service
Methods in dev.dokimos.server.service that return RunResultModifier and TypeMethodDescriptionComparisonSupport.toRunResult(ExperimentRun run) Converts a server run plus its item and eval results into a single coreRunResultat run index 0.ComparisonSupport.toRunResult(List<ItemResult> items) Converts already-loaded item entities into a coreRunResultat run index 0, preserving their order so positional pairing keys line up with the source list.Methods in dev.dokimos.server.service with parameters of type RunResultModifier and TypeMethodDescriptionbooleanComparisonSupport.allItemsLinked(RunResult run) True when every item in the run carries a non-null dataset item id.