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
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return types with arguments of type ValidationResult Modifier and Type Method Description 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 ValidationTuple
ValidationTuple. addValidationResult(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, 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 ValidationResult Modifier and Type Field Description protected List<ValidationResult>
ValidationReport. validationResult
Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return ValidationResult Modifier and Type Method Description ValidationResult
ValidationResult. getDetail()
Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return types with arguments of type ValidationResult Modifier and Type Method Description List<ValidationResult>
ValidationResult. getDetails()
Deprecated.List<ValidationResult>
ValidationReport. getValidationResult()
Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results with parameters of type ValidationResult Modifier and Type Method Description void
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 ValidationResult Modifier and Type Method Description ValidationResult
ValidationResultIterator. next()
Methods in org.eclipse.rdf4j.sail.shacl.results.lazy that return types with arguments of type ValidationResult Modifier and Type Method Description List<ValidationResult>
LazyValidationReport. getValidationResult()
-