Uses of Class
org.eclipse.rdf4j.sail.shacl.results.lazy.ValidationResultIterator
-
Packages that use ValidationResultIterator Package Description org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking.org.eclipse.rdf4j.sail.shacl.results.lazy -
-
Uses of ValidationResultIterator in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return ValidationResultIterator Modifier and Type Method Description ValidationResultIterator
ShaclSailConnection.ValidationContainer. performValidation()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ValidationResultIterator in org.eclipse.rdf4j.sail.shacl.results.lazy
Constructor parameters in org.eclipse.rdf4j.sail.shacl.results.lazy with type arguments of type ValidationResultIterator Constructor Description LazyValidationReport(List<ValidationResultIterator> validationResultIterators, long limit)
-