Class UnBufferedPlanNode<T extends PlanNode & MultiStreamPlanNode>
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.UnBufferedPlanNode<T>
- All Implemented Interfaces:
 PlanNode, PushablePlanNode
public class UnBufferedPlanNode<T extends PlanNode & MultiStreamPlanNode>
extends Object
implements PushablePlanNode
- 
Method Summary
Modifier and TypeMethodDescriptionintdepth()booleangetId()voidgetPlanAsGraphvizDot(StringBuilder stringBuilder) inthashCode()booleanisClosed()CloseableIteration<? extends ValidationTuple> iterator()booleanvoidpush(ValidationTuple next) voidreceiveLogger(ValidationExecutionLogger validationExecutionLogger) booleantoString()Methods inherited from interface PlanNode
isGuaranteedEmpty 
- 
Method Details
- 
iterator
 - 
depth
 - 
getPlanAsGraphvizDot
- Specified by:
 getPlanAsGraphvizDotin interfacePlanNode
 - 
getId
 - 
push
- Specified by:
 pushin interfacePushablePlanNode
 - 
isClosed
public boolean isClosed()- Specified by:
 isClosedin interfacePushablePlanNode
 - 
toString
 - 
receiveLogger
- Specified by:
 receiveLoggerin interfacePlanNode
 - 
producesSorted
public boolean producesSorted()- Specified by:
 producesSortedin interfacePlanNode
 - 
requiresSorted
public boolean requiresSorted()- Specified by:
 requiresSortedin interfacePlanNode
 - 
equals
 - 
hashCode
 
 -