Uses of Class
org.openprovenance.prov.validation.report.MergeReport
-
Packages that use MergeReport Package Description org.openprovenance.prov.validation.report org.openprovenance.prov.validation.report.json -
-
Uses of MergeReport in org.openprovenance.prov.validation.report
Fields in org.openprovenance.prov.validation.report with type parameters of type MergeReport Modifier and Type Field Description List<MergeReport>ValidationReport. failedMergeList<MergeReport>ValidationReport. qualifiedNameMismatchList<MergeReport>ValidationReport. successfulMergeMethods in org.openprovenance.prov.validation.report that return types with arguments of type MergeReport Modifier and Type Method Description List<MergeReport>ValidationReport. getFailedMerge()Gets the value of the failedMerge property.List<MergeReport>ValidationReport. getQualifiedNameMismatch()Gets the value of the qualifiedNameMismatch property.List<MergeReport>ValidationReport. getSuccessfulMerge()Gets the value of the successfulMerge property. -
Uses of MergeReport in org.openprovenance.prov.validation.report.json
Methods in org.openprovenance.prov.validation.report.json that return types with arguments of type MergeReport Modifier and Type Method Description List<MergeReport>ValidationReportInterface. getFailedMerge()List<MergeReport>ValidationReportInterface. getQualifiedNameMismatch()List<MergeReport>ValidationReportInterface. getSuccessfulMerge()
-