Class AllTargetsPlanNode
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.AllTargetsPlanNode
- All Implemented Interfaces:
 PlanNode
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionAllTargetsPlanNode(SailConnection sailConnection, Resource[] dataGraph, ArrayDeque<EffectiveTarget.EffectiveTargetFragment> chain, List<StatementMatcher.Variable<Value>> vars, ConstraintComponent.Scope scope)  - 
Method Summary
Modifier and TypeMethodDescriptionintdepth()booleangetId()voidgetPlanAsGraphvizDot(StringBuilder stringBuilder) inthashCode()CloseableIteration<? extends ValidationTuple> iterator()booleanvoidreceiveLogger(ValidationExecutionLogger validationExecutionLogger) booleantoString()Methods inherited from interface PlanNode
isGuaranteedEmpty 
- 
Constructor Details
- 
AllTargetsPlanNode
public AllTargetsPlanNode(SailConnection sailConnection, Resource[] dataGraph, ArrayDeque<EffectiveTarget.EffectiveTargetFragment> chain, List<StatementMatcher.Variable<Value>> vars, ConstraintComponent.Scope scope)  
 - 
 - 
Method Details
- 
iterator
 - 
depth
 - 
getPlanAsGraphvizDot
- Specified by:
 getPlanAsGraphvizDotin interfacePlanNode
 - 
getId
 - 
toString
 - 
receiveLogger
- Specified by:
 receiveLoggerin interfacePlanNode
 - 
producesSorted
public boolean producesSorted()- Specified by:
 producesSortedin interfacePlanNode
 - 
requiresSorted
public boolean requiresSorted()- Specified by:
 requiresSortedin interfacePlanNode
 - 
equals
 - 
hashCode
 
 -