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
Methods 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) -
Uses of ValidationResult in org.eclipse.rdf4j.sail.shacl.results
Fields in org.eclipse.rdf4j.sail.shacl.results with type parameters of type ValidationResultModifier and TypeFieldDescriptionprotected final List
<ValidationResult> ValidationReport.validationResult
Deprecated.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 TypeMethodDescriptionvoid
ValidationReport.addValidationResult
(ValidationResult validationResult) Deprecated.void
ValidationResult.setDetail
(ValidationResult detail) Deprecated. -
Uses of ValidationResult in org.eclipse.rdf4j.sail.shacl.results.lazy
Methods 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