|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Profile(level=CORE) @UML(identifier="DQ_DataQuality", specification=ISO_19115) public interface DataQuality
Quality information for the data specified by a data quality scope.
Method Summary | |
---|---|
Lineage |
getLineage()
Non-quantitative quality information about the lineage of the data specified by the scope. |
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. |
Method Detail |
---|
@UML(identifier="scope", obligation=MANDATORY, specification=ISO_19115) Scope getScope()
@UML(identifier="report", obligation=CONDITIONAL, specification=ISO_19115) Collection<? extends Element> getReports()
@Profile(level=CORE) @UML(identifier="lineage", obligation=CONDITIONAL, specification=ISO_19115) Lineage getLineage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |