Class InnerJoin.NotifyingPushablePlanNode
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.InnerJoin.NotifyingPushablePlanNode
- All Implemented Interfaces:
PlanNode, PushablePlanNode
- Enclosing class:
InnerJoin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdepth()booleangetId()voidgetPlanAsGraphvizDot(StringBuilder stringBuilder) inthashCode()booleanisClosed()CloseableIteration<? extends ValidationTuple, SailException> iterator()booleanvoidpush(ValidationTuple tuple) voidreceiveLogger(ValidationExecutionLogger validationExecutionLogger) booleanvoidbooleanMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PlanNode
isGuaranteedEmpty
-
Field Details
-
delegate
PushablePlanNode delegate -
recentlyPushed
boolean recentlyPushed
-
-
Constructor Details
-
NotifyingPushablePlanNode
-
-
Method Details
-
iterator
-
depth
-
getPlanAsGraphvizDot
- Specified by:
getPlanAsGraphvizDotin interfacePlanNode
-
getId
-
receiveLogger
- Specified by:
receiveLoggerin interfacePlanNode
-
producesSorted
public boolean producesSorted()- Specified by:
producesSortedin interfacePlanNode
-
requiresSorted
public boolean requiresSorted()- Specified by:
requiresSortedin interfacePlanNode
-
push
- Specified by:
pushin interfacePushablePlanNode
-
isClosed
public boolean isClosed()- Specified by:
isClosedin interfacePushablePlanNode
-
resetNotification
public void resetNotification() -
wasRecentlyPushed
public boolean wasRecentlyPushed() -
equals
-
hashCode
-