public interface IFigureOfMeritDefinition
| Modifier and Type | Method and Description |
|---|---|
Scalar |
getScalarFigureOfMerit(ValueDefinition<CoverageData> coverageResult,
IServiceProvider coverageObject)
Get a scalar which represents the figure of merit for the given coverage data.
|
@Nonnull Scalar getScalarFigureOfMerit(ValueDefinition<CoverageData> coverageResult, @Nonnull IServiceProvider coverageObject)
coverageResult - The coverage results for which to compute a figure of merit.coverageObject - The object of interest in the figure of merit calculation.