Uses of Class
org.apache.jena.shacl.ValidationReport
Packages that use ValidationReport
-
Uses of ValidationReport in org.apache.jena.shacl
Methods in org.apache.jena.shacl that return ValidationReportModifier and TypeMethodDescriptionValidationReport.Builder.build()static ValidationReportstatic ValidationReportstatic ValidationReportShaclValidationException.getReport()static ValidationReportValidationReport.reportConformsTrue()Return an immutable report that records no validation errors (violations or any other level of severity)static ValidationReportUpdate the graph.static ValidationReportGraphValidation.updateAndReport(Shapes shapes, Graph data, Runnable update) Update the graph.default ValidationReportProduce a full validation report.default ValidationReportProduce a node-specific validation report.Produce a full validation report.Produce a full validation report for this node in the data.Constructors in org.apache.jena.shacl with parameters of type ValidationReport -
Uses of ValidationReport in org.apache.jena.shacl.validation
Methods in org.apache.jena.shacl.validation that return ValidationReportModifier and TypeMethodDescriptionstatic ValidationReportValidationProc.plainValidation(Shapes shapes, Graph data) static ValidationReportValidationProc.plainValidationNode(Shapes shapes, Graph data, Node node) Produce a full validation report.Produce a full validation report.Produce a full validation report for this node in the data.Methods in org.apache.jena.shacl.validation with parameters of type ValidationReportModifier and TypeMethodDescriptionstatic voidVR.check(ValidationReport report) static booleanVR.compare(ValidationReport report1, ValidationReport report2)