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
Fields in org.eclipse.rdf4j.sail.shacl declared as ValidationReport Modifier and Type Field Description private ValidationReport
ShaclSailValidationException. validationReport
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.private ValidationReport
ShaclSailConnection. performValidation(java.util.List<ContextWithShape> shapes, boolean validateEntireBaseSail, ConnectionsGroup connectionsGroup)
private static ValidationReport
ShaclValidator. performValidation(java.util.List<ContextWithShape> shapes, ConnectionsGroup connectionsGroup)
ValidationReport
ShaclSailConnection. revalidate()
private ValidationReport
ShaclSailConnection. serializableValidation(java.util.List<ContextWithShape> shapesAfterRefresh)
private ValidationReport
ShaclSailConnection. validate(java.util.List<ContextWithShape> shapes, boolean validateEntireBaseSail)
static ValidationReport
ShaclValidator. validate(Sail dataRepo, Sail shapesRepo)
Constructors in org.eclipse.rdf4j.sail.shacl with parameters of type ValidationReport Constructor Description ShaclSailValidationException(ValidationReport validationReport)
-
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
-