Uses of Interface
org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.ConstraintComponent
Packages that use ConstraintComponent
Package
Description
- 
Uses of ConstraintComponent in org.eclipse.rdf4j.sail.shacl.ast
Classes in org.eclipse.rdf4j.sail.shacl.ast that implement ConstraintComponentMethods in org.eclipse.rdf4j.sail.shacl.ast that return ConstraintComponentModifier and TypeMethodDescriptionNodeShape.deepClone()PropertyShape.deepClone()ValidationQuery.getConstraintComponent_validationReport()Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ConstraintComponentModifier and TypeMethodDescriptionValidationQuery.Deactivated.withConstraintComponent(ConstraintComponent constraintComponent) ValidationQuery.withConstraintComponent(ConstraintComponent constraintComponent) Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ConstraintComponentModifierConstructorDescriptionValidationQuery(Collection<Namespace> namespaces, String query, List<StatementMatcher.Variable<Value>> targets, StatementMatcher.Variable<Value> value, ConstraintComponent.Scope scope, ConstraintComponent constraintComponent, Severity severity, Shape shape)  - 
Uses of ConstraintComponent in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Classes in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that implement ConstraintComponentModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassThe AST (Abstract Syntax Tree) node that is used when a sh:PropertyShape has no constraints.classMethods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return ConstraintComponentModifier and TypeMethodDescriptionAndConstraintComponent.deepClone()ClassConstraintComponent.deepClone()ClosedConstraintComponent.deepClone()ConstraintComponent.deepClone()DashHasValueInConstraintComponent.deepClone()DatatypeConstraintComponent.deepClone()DisjointConstraintComponent.deepClone()EqualsConstraintComponent.deepClone()HasValueConstraintComponent.deepClone()InConstraintComponent.deepClone()LanguageInConstraintComponent.deepClone()LessThanConstraintComponent.deepClone()LessThanOrEqualsConstraintComponent.deepClone()MaxCountConstraintComponent.deepClone()MaxExclusiveConstraintComponent.deepClone()MaxInclusiveConstraintComponent.deepClone()MaxLengthConstraintComponent.deepClone()MinCountConstraintComponent.deepClone()MinExclusiveConstraintComponent.deepClone()MinInclusiveConstraintComponent.deepClone()MinLengthConstraintComponent.deepClone()NodeKindConstraintComponent.deepClone()NotConstraintComponent.deepClone()OrConstraintComponent.deepClone()PatternConstraintComponent.deepClone()QualifiedMaxCountConstraintComponent.deepClone()QualifiedMinCountConstraintComponent.deepClone()SparqlConstraintComponent.deepClone()UniqueLangConstraintComponent.deepClone()VoidConstraintComponent.deepClone()XoneConstraintComponent.deepClone() - 
Uses of ConstraintComponent in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type ConstraintComponentModifierConstructorDescriptionCheckDisjointValuesBasedOnPathAndPredicate(SailConnection connection, Resource[] dataGraph, PlanNode parent, IRI predicate, StatementMatcher.Variable<Resource> subject, StatementMatcher.Variable<Value> object, SparqlFragment targetQueryFragment, Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports) CheckEqualsValuesBasedOnPathAndPredicate(SailConnection connection, Resource[] dataGraph, PlanNode parent, IRI predicate, StatementMatcher.Variable<Resource> subject, StatementMatcher.Variable<Value> object, SparqlFragment targetQueryFragment, Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports) CheckLessThanOrEqualValuesBasedOnPathAndPredicate(SailConnection connection, Resource[] dataGraph, PlanNode parent, IRI predicate, StatementMatcher.Variable<Resource> subject, StatementMatcher.Variable<Value> object, SparqlFragment targetQueryFragment, Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports) CheckLessThanValuesBasedOnPathAndPredicate(SailConnection connection, Resource[] dataGraph, PlanNode parent, IRI predicate, StatementMatcher.Variable<Resource> subject, StatementMatcher.Variable<Value> object, SparqlFragment targetQueryFragment, Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports)  - 
Uses of ConstraintComponent in org.eclipse.rdf4j.sail.shacl.results
Methods in org.eclipse.rdf4j.sail.shacl.results that return ConstraintComponentModifier and TypeMethodDescriptionprotected ConstraintComponentValidationResult.getSourceConstraint()Deprecated.Constructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type ConstraintComponentModifierConstructorDescriptionValidationResult(Value focusNode, Value value, Shape shape, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs) Deprecated.ValidationResult(Value focusNode, Value value, Shape shape, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs, Path rsxPairwisePath) Deprecated.