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 ValidationReportShaclSailValidationException. validationReportMethods in org.eclipse.rdf4j.sail.shacl that return ValidationReport Modifier and Type Method Description ValidationReportShaclSailValidationException. getValidationReport()Deprecated.The returned ValidationReport is planned to be moved to a different package and this method is planned to return that class.private ValidationReportShaclSailConnection. performValidation(java.util.List<ContextWithShape> shapes, boolean validateEntireBaseSail, ConnectionsGroup connectionsGroup)private static ValidationReportShaclValidator. performValidation(java.util.List<ContextWithShape> shapes, ConnectionsGroup connectionsGroup)ValidationReportShaclSailConnection. revalidate()private ValidationReportShaclSailConnection. serializableValidation(java.util.List<ContextWithShape> shapesAfterRefresh)private ValidationReportShaclSailConnection. validate(java.util.List<ContextWithShape> shapes, boolean validateEntireBaseSail)static ValidationReportShaclValidator. 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 classLazyValidationReportA ValidationReport that will defer calculating any ValidationResults until the user asks for them
-