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 ValidationReportValidationReport.fromGraph(org.apache.jena.graph.Graph graph) static ValidationReportValidationReport.fromGraph(org.apache.jena.graph.Graph graph, org.apache.jena.graph.Node node) static ValidationReportValidationReport.fromModel(org.apache.jena.rdf.model.Model model) ShaclValidationException.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, org.apache.jena.graph.Graph data, Runnable update) Update the graph.default ValidationReportShaclValidator.validate(org.apache.jena.graph.Graph shapesGraph, org.apache.jena.graph.Graph data) Produce a full validation report.default ValidationReportShaclValidator.validate(org.apache.jena.graph.Graph shapesGraph, org.apache.jena.graph.Graph data, org.apache.jena.graph.Node target) Produce a node-specific validation report.Produce a full validation report.ShaclValidator.validate(Shapes shapes, org.apache.jena.graph.Graph data, org.apache.jena.graph.Node node) 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, org.apache.jena.graph.Graph data) static ValidationReportValidationProc.plainValidationNode(Shapes shapes, org.apache.jena.graph.Graph data, org.apache.jena.graph.Node node) ShaclPlainValidator.validate(org.apache.jena.graph.Graph shapesGraph, org.apache.jena.graph.Graph data) Produce a full validation report.Produce a full validation report.ShaclPlainValidator.validate(Shapes shapes, org.apache.jena.graph.Graph data, org.apache.jena.graph.Node node) 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)