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 ValidationReport
ValidationReport.fromGraph
(org.apache.jena.graph.Graph graph) static ValidationReport
ValidationReport.fromGraph
(org.apache.jena.graph.Graph graph, org.apache.jena.graph.Node node) static ValidationReport
ValidationReport.fromModel
(org.apache.jena.rdf.model.Model model) ShaclValidationException.getReport()
static ValidationReport
ValidationReport.reportConformsTrue()
Return an immutable report that records no validation errors (violations or any other level of severity)static ValidationReport
Update the graph.static ValidationReport
GraphValidation.updateAndReport
(Shapes shapes, org.apache.jena.graph.Graph data, Runnable update) Update the graph.default ValidationReport
ShaclValidator.validate
(org.apache.jena.graph.Graph shapesGraph, org.apache.jena.graph.Graph data) Produce a full validation report.default ValidationReport
ShaclValidator.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 ValidationReport
ValidationProc.plainValidation
(Shapes shapes, org.apache.jena.graph.Graph data) static ValidationReport
ValidationProc.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 void
VR.check
(ValidationReport report) static boolean
VR.compare
(ValidationReport report1, ValidationReport report2)