Uses of Class
org.eclipse.rdf4j.sail.shacl.results.ValidationResult
Packages that use ValidationResult
Package
Description
-
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 ValidationResultModifier and TypeFieldDescriptionprivate final Function<ValidationTuple, ValidationResult> ValidationReportNode.validationResultFunctionprivate final List<ValidationResult> ValidationTuple.validationResultsMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return types with arguments of type ValidationResultMethod parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type ValidationResultModifier and TypeMethodDescriptionValidationTuple.addValidationResult(Function<ValidationTuple, ValidationResult> validationResult) Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type ValidationResultModifierConstructorDescriptionValidationReportNode(PlanNode parent, Function<ValidationTuple, ValidationResult> validationResultFunction) privateValidationTuple(List<ValidationResult> validationResults, Value[] chain, ConstraintComponent.Scope scope, boolean propertyShapeScopeWithValue, 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 ValidationResultFields in org.eclipse.rdf4j.sail.shacl.results with type parameters of type ValidationResultModifier and TypeFieldDescriptionprotected final List<ValidationResult> ValidationReport.validationResultDeprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return ValidationResultMethods in org.eclipse.rdf4j.sail.shacl.results that return types with arguments of type ValidationResultModifier and TypeMethodDescriptionValidationResult.getDetails()Deprecated.ValidationReport.getValidationResult()Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results with parameters of type ValidationResultModifier and TypeMethodDescriptionvoidValidationReport.addValidationResult(ValidationResult validationResult) Deprecated.voidValidationResult.setDetail(ValidationResult detail) Deprecated. -
Uses of ValidationResult in org.eclipse.rdf4j.sail.shacl.results.lazy
Classes in org.eclipse.rdf4j.sail.shacl.results.lazy that implement interfaces with type arguments of type ValidationResultFields in org.eclipse.rdf4j.sail.shacl.results.lazy with type parameters of type ValidationResultModifier and TypeFieldDescriptionprivate Iterator<ValidationResult> ValidationResultIterator.nextMethods in org.eclipse.rdf4j.sail.shacl.results.lazy that return ValidationResultMethods in org.eclipse.rdf4j.sail.shacl.results.lazy that return types with arguments of type ValidationResult