Uses of Class
org.eclipse.rdf4j.sail.shacl.results.ValidationReport
-
Packages that use ValidationReport Package Description org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking.org.eclipse.rdf4j.sail.shacl.results.lazy -
-
Uses of ValidationReport in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return ValidationReport Modifier and Type Method Description ValidationReport
ShaclSailValidationException. getValidationReport()
Deprecated.The returned ValidationReport is planned to be moved to a different package and this method is planned to return that class.ValidationReport
ShaclSailConnection. revalidate()
static ValidationReport
ShaclValidator. validate(Sail dataRepo, Sail shapesRepo)
-
Uses of ValidationReport in org.eclipse.rdf4j.sail.shacl.results.lazy
Subclasses of ValidationReport in org.eclipse.rdf4j.sail.shacl.results.lazy Modifier and Type Class Description class
LazyValidationReport
A ValidationReport that will defer calculating any ValidationResults until the user asks for them
-