Uses of Class
org.eclipse.rdf4j.sail.shacl.SourceConstraintComponent
-
Packages that use SourceConstraintComponent Package Description org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking.org.eclipse.rdf4j.sail.shacl.results -
-
Uses of SourceConstraintComponent in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return SourceConstraintComponent Modifier and Type Method Description static SourceConstraintComponent
SourceConstraintComponent. valueOf(String name)
Returns the enum constant of this type with the specified name.static SourceConstraintComponent[]
SourceConstraintComponent. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SourceConstraintComponent in org.eclipse.rdf4j.sail.shacl.results
Methods in org.eclipse.rdf4j.sail.shacl.results that return SourceConstraintComponent Modifier and Type Method Description SourceConstraintComponent
ValidationResult. getSourceConstraintComponent()
Deprecated.Constructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type SourceConstraintComponent Constructor Description ValidationResult(Value focusNode, Value value, org.eclipse.rdf4j.sail.shacl.ast.Shape shape, SourceConstraintComponent sourceConstraintComponent, org.eclipse.rdf4j.sail.shacl.ast.Severity severity, org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.ConstraintComponent.Scope scope)
Deprecated.
-