Uses of Class
org.eclipse.rdf4j.sail.shacl.results.ValidationResult
-
Packages that use ValidationResult Package Description org.eclipse.rdf4j.sail.shacl.ast.planNodes org.eclipse.rdf4j.sail.shacl.results org.eclipse.rdf4j.sail.shacl.results.lazy -
-
Uses of ValidationResult in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type parameters of type ValidationResult Modifier and Type Field Description private java.util.function.Function<ValidationTuple,ValidationResult>ValidationReportNode. validationResultFunctionprivate java.util.List<ValidationResult>ValidationTuple. validationResultsMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return types with arguments of type ValidationResult Modifier and Type Method Description java.util.List<ValidationResult>ValidationTuple. getValidationResult()Method parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type ValidationResult Modifier and Type Method Description ValidationTupleValidationTuple. addValidationResult(java.util.function.Function<ValidationTuple,ValidationResult> validationResult)Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type ValidationResult Constructor Description ValidationReportNode(PlanNode parent, java.util.function.Function<ValidationTuple,ValidationResult> validationResultFunction)ValidationTuple(java.util.List<ValidationResult> validationResults, Value[] chain, ConstraintComponent.Scope scope, boolean propertyShapeScopeWithValue, java.util.Set<ValidationTuple> compressedTuples, Resource[] contexts) -
Uses of ValidationResult in org.eclipse.rdf4j.sail.shacl.results
Fields in org.eclipse.rdf4j.sail.shacl.results declared as ValidationResult Modifier and Type Field Description private ValidationResultValidationResult. detailDeprecated.Fields in org.eclipse.rdf4j.sail.shacl.results with type parameters of type ValidationResult Modifier and Type Field Description protected java.util.List<ValidationResult>ValidationReport. validationResultDeprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return ValidationResult Modifier and Type Method Description ValidationResultValidationResult. getDetail()Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return types with arguments of type ValidationResult Modifier and Type Method Description java.util.List<ValidationResult>ValidationResult. getDetails()Deprecated.java.util.List<ValidationResult>ValidationReport. getValidationResult()Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results with parameters of type ValidationResult Modifier and Type Method Description voidValidationReport. addValidationResult(ValidationResult validationResult)Deprecated.voidValidationResult. setDetail(ValidationResult detail)Deprecated. -
Uses of ValidationResult in org.eclipse.rdf4j.sail.shacl.results.lazy
Fields in org.eclipse.rdf4j.sail.shacl.results.lazy with type parameters of type ValidationResult Modifier and Type Field Description private java.util.Iterator<ValidationResult>ValidationResultIterator. nextMethods in org.eclipse.rdf4j.sail.shacl.results.lazy that return ValidationResult Modifier and Type Method Description ValidationResultValidationResultIterator. next()Methods in org.eclipse.rdf4j.sail.shacl.results.lazy that return types with arguments of type ValidationResult Modifier and Type Method Description java.util.List<ValidationResult>LazyValidationReport. getValidationResult()
-