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 ValidationResultIteratorShaclSailConnection.ValidationContainer. performValidation()Deprecated, for removal: This API element is subject to removal in a future version.ValidationResultIteratorShapeValidationContainer. performValidation()Methods in org.eclipse.rdf4j.sail.shacl with parameters of type ValidationResultIterator Modifier and Type Method Description private voidShaclSailConnection.ValidationContainer. handlePostLogging(long before, ValidationResultIterator validationResults)Deprecated, for removal: This API element is subject to removal in a future version.private voidShapeValidationContainer. 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. validationResultIteratorsConstructor 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)
-