Class CheckDisjointValuesBasedOnPathAndPredicate
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.planNodes.CheckDisjointValuesBasedOnPathAndPredicate
-
-
Constructor Summary
Constructors Constructor Description CheckDisjointValuesBasedOnPathAndPredicate(SailConnection connection, org.eclipse.rdf4j.model.Resource[] dataGraph, PlanNode parent, org.eclipse.rdf4j.model.IRI predicate, StatementMatcher.Variable<org.eclipse.rdf4j.model.Resource> subject, StatementMatcher.Variable<org.eclipse.rdf4j.model.Value> object, SparqlFragment targetQueryFragment, Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdepth()StringgetId()voidgetPlanAsGraphvizDot(StringBuilder stringBuilder)org.eclipse.rdf4j.common.iteration.CloseableIteration<? extends ValidationTuple>iterator()booleanproducesSorted()voidreceiveLogger(ValidationExecutionLogger validationExecutionLogger)booleanrequiresSorted()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.sail.shacl.ast.planNodes.PlanNode
isGuaranteedEmpty
-
-
-
-
Constructor Detail
-
CheckDisjointValuesBasedOnPathAndPredicate
public CheckDisjointValuesBasedOnPathAndPredicate(SailConnection connection, org.eclipse.rdf4j.model.Resource[] dataGraph, PlanNode parent, org.eclipse.rdf4j.model.IRI predicate, StatementMatcher.Variable<org.eclipse.rdf4j.model.Resource> subject, StatementMatcher.Variable<org.eclipse.rdf4j.model.Value> object, SparqlFragment targetQueryFragment, Shape shape, ConstraintComponent constraintComponent, boolean produceValidationReports)
-
-
Method Detail
-
iterator
public org.eclipse.rdf4j.common.iteration.CloseableIteration<? extends ValidationTuple> iterator()
-
getPlanAsGraphvizDot
public void getPlanAsGraphvizDot(StringBuilder stringBuilder)
- Specified by:
getPlanAsGraphvizDotin interfacePlanNode
-
receiveLogger
public void receiveLogger(ValidationExecutionLogger validationExecutionLogger)
- Specified by:
receiveLoggerin interfacePlanNode
-
producesSorted
public boolean producesSorted()
- Specified by:
producesSortedin interfacePlanNode
-
requiresSorted
public boolean requiresSorted()
- Specified by:
requiresSortedin interfacePlanNode
-
-