Uses of Class
org.eclipse.rdf4j.sail.shacl.results.ValidationResult
-
Packages that use ValidationResult Package Description org.eclipse.rdf4j.sail.shacl.results org.eclipse.rdf4j.sail.shacl.results.lazy -
-
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()
-