Interface PushablePlanNode
-
- All Superinterfaces:
PlanNode
- All Known Implementing Classes:
BufferedPlanNode
,UnBufferedPlanNode
public interface PushablePlanNode extends PlanNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isClosed()
void
push(ValidationTuple tuple)
-
Methods inherited from interface org.eclipse.rdf4j.sail.shacl.ast.planNodes.PlanNode
depth, getId, getPlanAsGraphvizDot, isGuaranteedEmpty, iterator, producesSorted, receiveLogger, requiresSorted
-
-
-
-
Method Detail
-
push
void push(ValidationTuple tuple)
-
isClosed
boolean isClosed()
-
-