Interface DataQuality


  • @UML(identifier="DQ_DataQuality",
         specification=ISO_19115)
    public interface DataQuality
    Quality information for the data specified by a data quality scope.
    Since:
    2.0
    Version:
    3.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Lineage getLineage()
      Non-quantitative quality information about the lineage of the data specified by the scope.
      java.util.Collection<? extends Element> getReports()
      Quantitative quality information for the data specified by the scope.
      Scope getScope()
      The specific data to which the data quality information applies.