Interface QuantitativeResult

All Superinterfaces:
Result

@UML(identifier="DQ_QuantitativeResult", specification=ISO_19115) public interface QuantitativeResult extends Result
Information about the value (or set of values) obtained from applying a data quality measure.
Since:
2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Statistical method used to determine the value, or null if none.
    Collection<? extends Record>
    Quantitative value or values, content determined by the evaluation procedure used.
    Value type for reporting a data quality result, or null if none.
    Unit<?>
    Value unit for reporting a data quality result, or null if none.