Package org.verapdf.processor.reports
Interface ValidationDetails
public interface ValidationDetails
- Version:
- 0.1 Created 10 Nov 2016:08:19:46
- Author:
- Carl Wilson carlwilson AT github
-
Method Summary
Modifier and TypeMethodDescriptionintintintint
-
Method Details
-
getPassedRules
int getPassedRules()- Returns:
- the number of rules for which all checks passed during validation
-
getFailedRules
int getFailedRules()- Returns:
- the number of rules for which at least one check failed during validation
-
getPassedChecks
int getPassedChecks()- Returns:
- the number of successful checks during validation
-
getFailedChecks
int getFailedChecks()- Returns:
- the number of failed checks during validation
-
getRuleSummaries
Set<RuleSummary> getRuleSummaries()- Returns:
- the
SetofRuleSummaryfor rules used during validation
-