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.ValidationResultIterator
ShapeValidationContainer. performValidation()
Methods in org.eclipse.rdf4j.sail.shacl with parameters of type ValidationResultIterator Modifier and Type Method Description private void
ShaclSailConnection.ValidationContainer. handlePostLogging(long before, ValidationResultIterator validationResults)
Deprecated, for removal: This API element is subject to removal in a future version.private void
ShapeValidationContainer. handlePostLogging(long before, ValidationResultIterator validationResults)
-
Uses of ValidationResultIterator in org.eclipse.rdf4j.sail.shacl.results.lazy
Fields in org.eclipse.rdf4j.sail.shacl.results.lazy with type parameters of type ValidationResultIterator Modifier and Type Field Description private java.util.List<ValidationResultIterator>
LazyValidationReport. validationResultIterators
Constructor parameters in org.eclipse.rdf4j.sail.shacl.results.lazy with type arguments of type ValidationResultIterator Constructor Description LazyValidationReport(java.util.List<ValidationResultIterator> validationResultIterators, long limit)
-